public class UserTaskInstanceWithVarsDesc extends UserTaskInstanceDesc implements org.jbpm.services.api.model.UserTaskInstanceWithVarsDesc, Serializable
Constructor and Description |
---|
UserTaskInstanceWithVarsDesc(Long taskId,
String status,
Date activationTime,
String name,
String description,
Integer priority,
String actualOwner,
String createdBy,
String deploymentId,
String processId,
Long processInstanceId,
Date createdOn,
Date dueDate) |
Modifier and Type | Method and Description |
---|---|
void |
addVariable(String variable,
Object variableValue) |
Map<String,Object> |
getVariables() |
void |
setVariables(Map<String,Object> variables) |
getActivationTime, getActualOwner, getCreatedBy, getCreatedOn, getDeploymentId, getDescription, getDueDate, getName, getPriority, getProcessId, getProcessInstanceId, getStatus, getTaskId, toString
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.