public class UpdateTaskCommand extends org.jbpm.services.task.commands.UserGroupCallbackTaskCommand<Void>
Constructor and Description |
---|
UpdateTaskCommand(Long taskId,
String userId,
org.jbpm.services.api.model.UserTaskInstanceDesc userTask,
Map<String,Object> inputs,
Map<String,Object> outputs) |
Modifier and Type | Method and Description |
---|---|
Void |
execute(org.kie.api.runtime.Context cntxt) |
protected boolean |
isOwner(String userId,
List<org.kie.api.task.model.OrganizationalEntity> potentialOwners,
org.kie.api.task.model.OrganizationalEntity actualOwner,
org.jbpm.services.task.commands.TaskContext context) |
addGroupFromCallbackOperation, addUserFromCallbackOperation, doCallbackAndReturnUserOperation, doCallbackGroupOperation, doCallbackGroupsOperation, doCallbackOperationForAttachment, doCallbackOperationForComment, doCallbackOperationForPeopleAssignments, doCallbackOperationForPotentialOwners, doCallbackOperationForTaskData, doCallbackOperationForTaskDeadlines, doCallbackUserOperation, doCallbackUserOperation, doUserGroupCallbackOperation, filterGroups, isBusinessAdmin, persistIfNotExists
public Void execute(org.kie.api.runtime.Context cntxt)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.