public class ProcessSubTaskCommand extends UserGroupCallbackTaskCommand<Void>
Modifier and Type | Field and Description |
---|---|
protected Map<String,Object> |
data |
groupIds, targetEntityId, taskId, userId
Constructor and Description |
---|
ProcessSubTaskCommand() |
ProcessSubTaskCommand(long taskId,
String userId) |
ProcessSubTaskCommand(long taskId,
String userId,
Map<String,Object> data) |
Modifier and Type | Method and Description |
---|---|
Void |
execute(org.kie.api.runtime.Context cntxt) |
Map<String,Object> |
getData() |
void |
setData(Map<String,Object> data) |
addGroupFromCallbackOperation, addUserFromCallbackOperation, doCallbackAndReturnUserOperation, doCallbackGroupOperation, doCallbackGroupsOperation, doCallbackOperationForAttachment, doCallbackOperationForComment, doCallbackOperationForPeopleAssignments, doCallbackOperationForPotentialOwners, doCallbackOperationForTaskData, doCallbackOperationForTaskDeadlines, doCallbackUserOperation, doCallbackUserOperation, doUserGroupCallbackOperation, filterGroups, isBusinessAdmin, persistIfNotExists
getGroupsIds, getTargetEntityId, getTaskId, getUserId, setGroupsIds, setTargetEntityId, setTaskId, setUserId
public ProcessSubTaskCommand()
public ProcessSubTaskCommand(long taskId, String userId)
public Void execute(org.kie.api.runtime.Context cntxt)
execute
in interface org.kie.api.command.ExecutableCommand<Void>
execute
in class UserGroupCallbackTaskCommand<Void>
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.