Package com.hp.ucmdb.api.policy
Interface BaselinePolicyRuleDefinition
- All Superinterfaces:
PolicyRuleDefinition<BaselinePolicyRuleDefinition>
public interface BaselinePolicyRuleDefinition
extends PolicyRuleDefinition<BaselinePolicyRuleDefinition>
Created with IntelliJ IDEA.
User: noter
Date: 26/08/12
Time: 16:32
To change this template use File | Settings | File Templates.
-
Method Summary
Modifier and TypeMethodDescriptionlong
boolean
withCiBaselineHierarchy
(String ciBaselineHierarchy) withCiBaselineViewId
(long ciBaselineViewId) withCompositeCiRefId
(String compositeCiRefId) withDisregardAdditionalCis
(boolean disregardAdditionalCis) Methods inherited from interface com.hp.ucmdb.api.policy.PolicyRuleDefinition
advancedFilter, categories, dataVersion, description, enabled, external, leadingCiType, name, source, type, validFrom, validUntil, withAdvancedFilter, withCategories, withDataVersion, withDescription, withEnabled, withExternal, withLeadingCiType, withSource, withValidFrom, withValidUntil
-
Method Details
-
ciBaselineHierarchy
String ciBaselineHierarchy() -
withCiBaselineHierarchy
-
ciBaselineViewId
long ciBaselineViewId() -
withCiBaselineViewId
-
ciBaselineViewState
PolicyRuleBaselineViewState ciBaselineViewState() -
withCiBaselineViewState
-
compositeCiRefId
String compositeCiRefId() -
withCompositeCiRefId
-
disregardAdditionalCis
boolean disregardAdditionalCis() -
withDisregardAdditionalCis
-