public class UserTaskInstanceWithPotOwnerDesc extends UserTaskInstanceDesc implements UserTaskInstanceWithPotOwnerDesc, Serializable
| Constructor and Description |
|---|
UserTaskInstanceWithPotOwnerDesc(Long taskId,
String name,
String formName,
String subject,
String actualOwner,
String potOwner,
String correlationKey,
Date createdOn,
String createdBy,
Date expirationDate,
Date lastModificationDate,
String lastModificationUser,
Integer priority,
String status,
Long processInstanceId,
String processId,
String deploymentId,
String processInstanceDescription) |
UserTaskInstanceWithPotOwnerDesc(String actualOwner,
String createdBy,
Date createdOn,
Date expirationDate,
Long taskId,
String name,
Integer priority,
Long processInstanceId,
String processId,
String status,
String potOwner,
String formName,
String correlationKey,
String subject,
String deploymentId,
String processInstanceDescription) |
| Modifier and Type | Method and Description |
|---|---|
void |
addInputdata(String variable,
Object variableValue) |
void |
addOutputdata(String variable,
Object variableValue) |
void |
addPotOwner(String potOwners) |
String |
getCorrelationKey()
Returns the uer task correlation key
|
Map<String,Object> |
getInputdata()
Returns the uer task input data
|
Date |
getLastModificationDate()
Returns the uer task potential modification date
|
String |
getLastModificationUser()
Returns the uer task last modification user
|
Map<String,Object> |
getOutputdata()
Returns the uer task output data
|
List<String> |
getPotentialOwners()
Returns the uer task potential owners
|
String |
getProcessInstanceDescription()
Returns the uer task process instance description
|
String |
getSubject()
Returns the uer task subject
|
void |
setCorrelationKey(String correlationKey) |
void |
setInputdata(Map<String,Object> inputdata) |
void |
setLastModificationDate(Date lastModificationDate) |
void |
setLastModificationUser(String lastModificationUser) |
void |
setOutputdata(Map<String,Object> outputdata) |
void |
setPotentialOwners(List<String> potOwners) |
void |
setProcessInstanceDescription(String processInstanceDescription) |
void |
setSubject(String subject) |
getActivationTime, getActualOwner, getCreatedBy, getCreatedOn, getDeploymentId, getDescription, getDueDate, getFormName, getName, getPriority, getProcessId, getProcessInstanceId, getSlaCompliance, getSlaDueDate, getStatus, getTaskId, getWorkItemId, setDescription, setDueDate, setFormName, setName, setPriority, setSlaCompliance, setSlaDueDate, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetActivationTime, getActualOwner, getCreatedBy, getCreatedOn, getDeploymentId, getDescription, getDueDate, getFormName, getName, getPriority, getProcessId, getProcessInstanceId, getSlaCompliance, getSlaDueDate, getStatus, getTaskId, getWorkItemId, setSlaCompliance, setSlaDueDatepublic UserTaskInstanceWithPotOwnerDesc(Long taskId, String name, String formName, String subject, String actualOwner, String potOwner, String correlationKey, Date createdOn, String createdBy, Date expirationDate, Date lastModificationDate, String lastModificationUser, Integer priority, String status, Long processInstanceId, String processId, String deploymentId, String processInstanceDescription)
public UserTaskInstanceWithPotOwnerDesc(String actualOwner, String createdBy, Date createdOn, Date expirationDate, Long taskId, String name, Integer priority, Long processInstanceId, String processId, String status, String potOwner, String formName, String correlationKey, String subject, String deploymentId, String processInstanceDescription)
public List<String> getPotentialOwners()
UserTaskInstanceWithPotOwnerDescgetPotentialOwners in interface UserTaskInstanceWithPotOwnerDescpublic String getCorrelationKey()
UserTaskInstanceWithPotOwnerDescgetCorrelationKey in interface UserTaskInstanceWithPotOwnerDescpublic Date getLastModificationDate()
UserTaskInstanceWithPotOwnerDescgetLastModificationDate in interface UserTaskInstanceWithPotOwnerDescpublic String getSubject()
UserTaskInstanceWithPotOwnerDescgetSubject in interface UserTaskInstanceWithPotOwnerDescpublic String getLastModificationUser()
UserTaskInstanceWithPotOwnerDescgetLastModificationUser in interface UserTaskInstanceWithPotOwnerDescpublic void addPotOwner(String potOwners)
public void setCorrelationKey(String correlationKey)
public void setLastModificationDate(Date lastModificationDate)
public void setSubject(String subject)
public void setLastModificationUser(String lastModificationUser)
public Map<String,Object> getInputdata()
UserTaskInstanceWithPotOwnerDescgetInputdata in interface UserTaskInstanceWithPotOwnerDescpublic Map<String,Object> getOutputdata()
UserTaskInstanceWithPotOwnerDescgetOutputdata in interface UserTaskInstanceWithPotOwnerDescpublic String getProcessInstanceDescription()
UserTaskInstanceWithPotOwnerDescgetProcessInstanceDescription in interface UserTaskInstanceWithPotOwnerDescpublic void setProcessInstanceDescription(String processInstanceDescription)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.