|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of CMDBIndex in com.bmc.cmdb.api |
|---|
| Methods in com.bmc.cmdb.api that return CMDBIndex | |
|---|---|
CMDBIndex[] |
CMDBClass.getIndexes()
Gets the list of indexes for the class. |
| Methods in com.bmc.cmdb.api with parameters of type CMDBIndex | |
|---|---|
void |
CMDBClass.setIndexes(CMDBIndex[] indexArray)
Sets the list of indexes of the class. |
| Constructors in com.bmc.cmdb.api with parameters of type CMDBIndex | |
|---|---|
CMDBClass(CMDBClassNameKey aNameKey,
CMDBClassNameKey aSuperClassKey,
java.util.Map anAttributeMap,
CMDBIndex[] indexArray)
This constructor creates the class with the specified name and attributes. |
|
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 | |||||||||