Package | Description |
---|---|
com.hp.ucmdb.api.classmodel |
This package contains services for querying and listening for changes in the
UCMDB class model.
|
Modifier and Type | Method and Description |
---|---|
ClassDefinition |
CalculatedLinkTriplet.getCalculatedLinkType() |
ClassDefinition |
ScopedClassModelService.getClassDefinition(String typeName)
Returns the object representing the specified type.
|
ClassDefinition |
CalculatedLinkTriplet.getEnd1Type() |
ClassDefinition |
ValidRelation.getEnd1Type()
The class at one end of this type of relation.
|
ClassDefinition |
CalculatedLinkTriplet.getEnd2Type() |
ClassDefinition |
ValidRelation.getEnd2Type()
The class at one end of this type of relation.
|
ClassDefinition |
CalculatedLinkTriplet.getLinkType() |
ClassDefinition |
ClassDefinition.getParentClass()
The
ClassDefinition object representing the super-type of this type. |
ClassDefinition |
CalculatedLink.getType() |
ClassDefinition |
ValidRelation.getType()
The class that this relation definition defines.
|
Modifier and Type | Method and Description |
---|---|
Collection<ClassDefinition> |
ScopedClassModelService.getAllClasses()
Returns an
Iterable collection of classes defined in the UCMDB class model. |
Collection<ClassDefinition> |
ClassDefinition.getChildClasses()
An
Iterable collection of all types derived directly from this type. |
Iterable<ClassDefinition> |
ClassDefinition.getSubclasses()
An
Iterable collection of all types derived directly or indirectly from this type. |
Iterable<ClassDefinition> |
ScopedClassModelService.getValidRelationTypes(String end1TypeName,
String end2TypeName)
Returns an
Iterable collection of all types of relations that
can be created between CIs of the specified types. |
Modifier and Type | Method and Description |
---|---|
boolean |
ClassModelUtils.inScope(ClassDefinition classDefinition,
Scope scope) |
boolean |
ClassModelUtils.isFactory(ClassDefinition classDefinition) |
boolean |
ClassDefinition.isSubtypeOf(ClassDefinition anotherType)
Checks whether
this is either the ClassDefinition of the specified type or is descended from the specified type. |
Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.