com.collation.platform.model.topology.process
Interface Objective
- All Superinterfaces:
- ManagedElement, ModelObject, java.io.Serializable
- All Known Subinterfaces:
- DataServiceLevelObjectiveGroup, ObjectiveGroup, SLA, SLO
public interface Objective
- extends ManagedElement
- Naming Rules:
- 0="objectiveName"
- Persistable:
- true
- Table Name:
- OBJECTIVE
- Display Name:
- objectiveName
Methods inherited from interface com.collation.platform.model.ModelObject |
getAdminState, getAllAttributes, getBidiFlag, getBidiFormat, getCDMSource, getCmdbSource, getContextIp, getCreatedBy, getDescription, getDisplayName, getExtendedAttributes, getGuid, getLabel, getLastModifiedBy, getLastModifiedTime, getObjectType, getSourceToken, hasAdminState, hasBidiFlag, hasBidiFormat, hasCDMSource, hasCmdbSource, hasContextIp, hasDescription, hasDisplayName, hasExtendedAttributes, hasGuid, hasLabel, hasObjectType, hasSourceToken, setAdminState, setBidiFlag, setBidiFormat, setCDMSource, setCmdbSource, setContextIp, setDescription, setExtendedAttributes, setGuid, setLabel, setObjectType, setSourceToken |
IBM_COPYRIGHT
static final java.lang.String IBM_COPYRIGHT
- See Also:
- Constant Field Values
getObjectiveName
java.lang.String getObjectiveName()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setObjectiveName
void setObjectiveName(java.lang.String name)
hasObjectiveName
boolean hasObjectiveName()
getExpression
java.lang.String getExpression()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setExpression
void setExpression(java.lang.String expr)
hasExpression
boolean hasExpression()
getActivity
Activity[] getActivity()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.Evaluates" reverse="false"
setActivity
void setActivity(Activity[] x)
hasActivity
boolean hasActivity()
getAbstractresource
AbstractResource[] getAbstractresource()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.Evaluates" reverse="false"
setAbstractresource
void setAbstractresource(AbstractResource[] x)
hasAbstractresource
boolean hasAbstractresource()