com.collation.platform.model.topology.process
Interface BusinessProcess
- All Superinterfaces:
- Activity, ConfigurationItem, ManagedElement, ModelObject, java.io.Serializable
- All Known Subinterfaces:
- BusinessService
public interface BusinessProcess
- extends Activity, ConfigurationItem
- Persistable:
- true
- Top Level:
- true
Methods inherited from interface com.collation.platform.model.topology.process.Activity |
getActivityName, getNamespace, getOwner, getPrerequisites, getResources, hasActivityName, hasNamespace, hasOwner, hasPrerequisites, hasResources, setActivityName, setNamespace, setOwner, setPrerequisites, setResources |
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 |
Methods inherited from interface com.collation.platform.model.topology.process.itil.ConfigurationItem |
getAssetID, getAssetTag, getCICategory, getConfigLastUpdate, getLastAuditState, getLastAuditTime, getLastLifecycleStateTime, getLifecycleState, getPrimaryOwner, hasAssetID, hasAssetTag, hasCICategory, hasConfigLastUpdate, hasLastAuditState, hasLastAuditTime, hasLastLifecycleStateTime, hasLifecycleState, hasPrimaryOwner, setAssetID, setAssetTag, setCICategory, setConfigLastUpdate, setLastAuditState, setLastAuditTime, setLastLifecycleStateTime, setLifecycleState, setPrimaryOwner |
getActivities
Activity[] getActivities()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.Federates"
reverse="false"
setActivities
void setActivities(Activity[] prereqs)
hasActivities
boolean hasActivities()
getBusinessRole
java.lang.String getBusinessRole()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setBusinessRole
void setBusinessRole(java.lang.String role)
hasBusinessRole
boolean hasBusinessRole()
getBusinessImpact
java.lang.String getBusinessImpact()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setBusinessImpact
void setBusinessImpact(java.lang.String impact)
hasBusinessImpact
boolean hasBusinessImpact()
getBusinessPriority
int getBusinessPriority()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setBusinessPriority
void setBusinessPriority(int priority)
hasBusinessPriority
boolean hasBusinessPriority()