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

Field Summary
 
Fields inherited from interface com.collation.platform.model.topology.process.Activity
IBM_COPYRIGHT
 
Fields inherited from interface com.collation.platform.model.topology.process.itil.ConfigurationItem
IBM_COPYRIGHT
 
Method Summary
 Activity[] getActivities()
           
 java.lang.String getBusinessImpact()
           
 int getBusinessPriority()
           
 java.lang.String getBusinessRole()
           
 boolean hasActivities()
           
 boolean hasBusinessImpact()
           
 boolean hasBusinessPriority()
           
 boolean hasBusinessRole()
           
 void setActivities(Activity[] prereqs)
           
 void setBusinessImpact(java.lang.String impact)
           
 void setBusinessPriority(int priority)
           
 void setBusinessRole(java.lang.String role)
           
 
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.topology.core.ManagedElement
getManagedSystemName, getRoles, hasManagedSystemName, hasRoles, setManagedSystemName, setRoles
 
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
 

Method Detail

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()