Package org.jbpm.services.api.model
Interface UserTaskInstanceWithPotOwnerDesc
-
- All Superinterfaces:
UserTaskInstanceDesc
- All Known Implementing Classes:
UserTaskInstanceWithPotOwnerDesc
public interface UserTaskInstanceWithPotOwnerDesc extends UserTaskInstanceDesc
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCorrelationKey()
Returns the user task correlation keyMap<String,Object>
getExtraData()
return the user task process extra data from queryMap<String,Object>
getInputdata()
Returns the user task input dataDate
getLastModificationDate()
Returns the user task potential modification dateString
getLastModificationUser()
Returns the user task last modification userMap<String,Object>
getOutputdata()
Returns the user task output dataList<String>
getPotentialOwners()
Returns the user task potential ownersString
getProcessInstanceDescription()
Returns the user task process instance descriptionMap<String,Object>
getProcessVariables()
Returns the process variables this task belongsString
getSubject()
Returns the user task subject-
Methods inherited from interface org.jbpm.services.api.model.UserTaskInstanceDesc
getActivationTime, getActualOwner, getCreatedBy, getCreatedOn, getDeploymentId, getDescription, getDueDate, getFormName, getName, getPriority, getProcessId, getProcessInstanceId, getProcessType, getSlaCompliance, getSlaDueDate, getStatus, getTaskId, getWorkItemId, setCorrelationKey, setProcessType, setSlaCompliance, setSlaDueDate, setSubject
-
-
-
-
Method Detail
-
getPotentialOwners
List<String> getPotentialOwners()
Returns the user task potential owners- Returns:
- potential owners
-
getCorrelationKey
String getCorrelationKey()
Returns the user task correlation key- Specified by:
getCorrelationKey
in interfaceUserTaskInstanceDesc
- Returns:
- correlation key
-
getLastModificationDate
Date getLastModificationDate()
Returns the user task potential modification date- Returns:
- modification date
-
getLastModificationUser
String getLastModificationUser()
Returns the user task last modification user- Returns:
- last modification user
-
getSubject
String getSubject()
Returns the user task subject- Specified by:
getSubject
in interfaceUserTaskInstanceDesc
- Returns:
- subject
-
getInputdata
Map<String,Object> getInputdata()
Returns the user task input data- Returns:
- input data
-
getOutputdata
Map<String,Object> getOutputdata()
Returns the user task output data- Returns:
- output data
-
getProcessInstanceDescription
String getProcessInstanceDescription()
Returns the user task process instance description- Returns:
- process instance description
-
getProcessVariables
Map<String,Object> getProcessVariables()
Returns the process variables this task belongs- Returns:
- process variables
-
-