public class AddContentFromUserCommand extends UserGroupCallbackTaskCommand<Long>
groupIds, targetEntityId, taskId, userId
Constructor and Description |
---|
AddContentFromUserCommand() |
AddContentFromUserCommand(long taskId,
String userId) |
Modifier and Type | Method and Description |
---|---|
Long |
execute(org.kie.internal.command.Context cntxt) |
byte[] |
getDocumentContentBytes() |
Map<String,Object> |
getOutputContentMap() |
void |
setDocumentContentBytes(byte[] documentContentBytes) |
void |
setOutputContentMap(Map<String,Object> outputContentMap) |
addGroupFromCallbackOperation, addUserFromCallbackOperation, doCallbackGroupOperation, doCallbackGroupsOperation, doCallbackOperationForAttachment, doCallbackOperationForComment, doCallbackOperationForPeopleAssignments, doCallbackOperationForPotentialOwners, doCallbackOperationForTaskData, doCallbackOperationForTaskDeadlines, doCallbackUserOperation, doUserGroupCallbackOperation, filterGroups, persistIfNotExists
getGroupsIds, getTargetEntityId, getTaskId, getUserId, setGroupsIds, setTargetEntityId, setTaskId, setUserId
public AddContentFromUserCommand()
public AddContentFromUserCommand(long taskId, String userId)
public byte[] getDocumentContentBytes()
public void setDocumentContentBytes(byte[] documentContentBytes)
public Long execute(org.kie.internal.command.Context cntxt)
execute
in interface org.drools.core.command.impl.GenericCommand<Long>
execute
in class UserGroupCallbackTaskCommand<Long>
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.