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() |
Map<String,Object> |
getInputdata() |
Date |
getLastModificationDate() |
String |
getLastModificationUser() |
Map<String,Object> |
getOutputdata() |
List<String> |
getPotentialOwners() |
String |
getProcessInstanceDescription() |
String |
getSubject() |
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, getStatus, getTaskId, setDescription, setDueDate, setFormName, setName, setPriority, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetActivationTime, getActualOwner, getCreatedBy, getCreatedOn, getDeploymentId, getDescription, getDueDate, getFormName, getName, getPriority, getProcessId, getProcessInstanceId, getStatus, getTaskIdpublic 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()
getPotentialOwners in interface UserTaskInstanceWithPotOwnerDescpublic String getCorrelationKey()
getCorrelationKey in interface UserTaskInstanceWithPotOwnerDescpublic Date getLastModificationDate()
getLastModificationDate in interface UserTaskInstanceWithPotOwnerDescpublic String getSubject()
getSubject in interface UserTaskInstanceWithPotOwnerDescpublic String getLastModificationUser()
getLastModificationUser 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()
getInputdata in interface UserTaskInstanceWithPotOwnerDescpublic Map<String,Object> getOutputdata()
getOutputdata in interface UserTaskInstanceWithPotOwnerDescpublic String getProcessInstanceDescription()
getProcessInstanceDescription in interface UserTaskInstanceWithPotOwnerDescpublic void setProcessInstanceDescription(String processInstanceDescription)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.