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

All Superinterfaces:
ModelObject, java.io.Serializable, TaskRuntimeData

public interface UserTaskRuntimeData
extends TaskRuntimeData

Persistable:
true

Method Summary
 java.lang.String getApplicationName()
           
 boolean hasApplicationName()
           
 void setApplicationName(java.lang.String name)
           
 
Methods inherited from interface com.collation.platform.model.workflow.TaskRuntimeData
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

getApplicationName

java.lang.String getApplicationName()
                                    throws AttributeNotSetException
Throws:
AttributeNotSetException

setApplicationName

void setApplicationName(java.lang.String name)

hasApplicationName

boolean hasApplicationName()