Package org.jbpm.services.api.model
Interface UserTaskInstanceWithVarsDesc
-
- All Superinterfaces:
UserTaskInstanceDesc
- All Known Implementing Classes:
UserTaskInstanceWithVarsDesc
public interface UserTaskInstanceWithVarsDesc extends UserTaskInstanceDesc
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Object>
getVariables()
Returns the uer task variables-
Methods inherited from interface org.jbpm.services.api.model.UserTaskInstanceDesc
getActivationTime, getActualOwner, getCorrelationKey, getCreatedBy, getCreatedOn, getDeploymentId, getDescription, getDueDate, getFormName, getName, getPriority, getProcessId, getProcessInstanceId, getProcessType, getSlaCompliance, getSlaDueDate, getStatus, getSubject, getTaskId, getWorkItemId, setCorrelationKey, setProcessType, setSlaCompliance, setSlaDueDate, setSubject
-
-