|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CMDBWeakPropagatedAttrs in com.bmc.cmdb.api |
---|
Methods in com.bmc.cmdb.api that return CMDBWeakPropagatedAttrs | |
---|---|
CMDBWeakPropagatedAttrs[] |
CMDBRelationship.getWeakPropagatedAttrs()
Gets a list of the propagated attributes of the weak relationship. |
Methods in com.bmc.cmdb.api with parameters of type CMDBWeakPropagatedAttrs | |
---|---|
void |
CMDBRelationship.setWeakPropagatedAttrs(CMDBWeakPropagatedAttrs[] newWeakAttrArray)
Sets the propagated attributes of the weak relationship object. |
Constructors in com.bmc.cmdb.api with parameters of type CMDBWeakPropagatedAttrs | |
---|---|
CMDBRelationship(CMDBClassNameKey aNameKey,
CMDBClassNameKey aSuperClassKey,
java.util.Map newAttributeMap,
CMDBIndex[] indexArray,
java.lang.String[] newRoleNames,
CMDBClassNameKey[] newRelClassNames,
int aCardinality,
boolean aWeakReference,
CMDBWeakPropagatedAttrs[] aWeakAttrArray,
boolean aCascadeDelete)
Creates a relationship instance with the specified class name and namespace, attributes, relationship role names, relationship class names, relationship cardinality, propagated attribute information, and cascading delete option. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |