Package com.hp.ucmdb.api.impact
Interface AffectedRelation
- All Superinterfaces:
Element
,ElementProperties
,Relation
,TopologyRelation
- Since:
- 8.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the impact rule that created this relation.boolean
Methods inherited from interface com.hp.ucmdb.api.types.Element
getId, getProperty, getPropertyValue, getType, properties, propertiesAsMap, propertiesSize, removeProperty, setBooleanProperty, setBytesProperty, setDateProperty, setDoubleProperty, setFloatProperty, setIntListProperty, setIntListProperty, setIntProperty, setJsonProperty, setLongProperty, setPropertyValue, setStringListProperty, setStringListProperty, setStringProperty, setXmlProperty
Methods inherited from interface com.hp.ucmdb.api.types.Relation
getEnd1, getEnd1Type, getEnd2, getEnd2Type
Methods inherited from interface com.hp.ucmdb.api.types.TopologyRelation
getEnd1CI, getEnd2CI
-
Method Details
-
getRuleName
String getRuleName()Returns the name of the impact rule that created this relation. -
createDescriptor
AffectedRelationDescriptor createDescriptor() -
isPathAuthorized
boolean isPathAuthorized()
-