com.collation.platform.model.provision.workflow
Interface SystemTaskDataInstance

All Superinterfaces:
ModelObject, java.io.Serializable, SystemTaskData, TaskData

public interface SystemTaskDataInstance
extends SystemTaskData

Persistable:
true

Method Summary
 Guid getObjectId()
           
 boolean hasObjectId()
           
 void setObjectId(Guid id)
           
 
Methods inherited from interface com.collation.platform.model.provision.workflow.SystemTaskData
getActionName, getApplicationName, getModuleName, getPackageName, hasActionName, hasApplicationName, hasModuleName, hasPackageName, setActionName, setApplicationName, setModuleName, setPackageName
 
Methods inherited from interface com.collation.platform.model.workflow.TaskData
getParent, hasParent, setParent
 
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
 

Method Detail

getObjectId

Guid getObjectId()
                 throws AttributeNotSetException
Throws:
AttributeNotSetException

setObjectId

void setObjectId(Guid id)

hasObjectId

boolean hasObjectId()