public class ExecutionDescriptor
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ExecutionDescriptor(com.ebasetech.ufs.workflow.server.enactment.InteractiveTaskEnactment enactment,
com.ebasetech.ufs.kernel.IUFSServletContextProxy proxy,
java.lang.String language) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getActivityType()
Returns the activity type for the Interactive Activity linked with the interactive task represented by this ExecutionDescriptor.
|
java.util.List<java.lang.String> |
getCompletions()
Returns a list of the completion states configured for the Interactive Activity linked with the interactive task represented by this ExecutionDescriptor.
|
java.lang.String |
getDescription()
Returns the description configured for the interactive task represented by this ExecutionDescriptor
|
java.util.Map<java.lang.String,java.lang.Object> |
getInParameters()
Returns a map of the input parameters and their values configured for the Interactive Activity linked with the interactive task represented by this ExecutionDescriptor.
|
java.util.List<java.lang.String> |
getOutParameters()
Returns a list of the output parameters configured for the Interactive Activity linked with the interactive task represented by this ExecutionDescriptor.
|
java.util.Map<java.lang.String,java.lang.String> |
getStartupParameters()
Returns a map of the startup parameters and their values configured for the Interactive Activity linked with the interactive task represented by this ExecutionDescriptor.
|
java.lang.String |
getTaskEnactmentDescriptor()
Returns the unique task descriptor id for the task
|
public ExecutionDescriptor(com.ebasetech.ufs.workflow.server.enactment.InteractiveTaskEnactment enactment, com.ebasetech.ufs.kernel.IUFSServletContextProxy proxy, java.lang.String language) throws com.ebasetech.ufs.utility.PersistenceException, com.ebasetech.ufs.kernel.SetupPropertiesException, com.ebasetech.ufs.workflow.resource.ResourceManagementException
com.ebasetech.ufs.utility.PersistenceException
com.ebasetech.ufs.kernel.SetupPropertiesException
com.ebasetech.ufs.workflow.resource.ResourceManagementException
public java.lang.String getDescription()
public java.lang.String getActivityType()
public java.util.Map<java.lang.String,java.lang.String> getStartupParameters()
public java.util.Map<java.lang.String,java.lang.Object> getInParameters()
public java.util.List<java.lang.String> getOutParameters()
public java.util.List<java.lang.String> getCompletions()
public java.lang.String getTaskEnactmentDescriptor()