public class GetTaskAssignedAsPotentialOwnerPagingCommand extends UserGroupCallbackTaskCommand<List<org.kie.api.task.model.TaskSummary>>
groupIds, targetEntityId, taskId, userId
Constructor and Description |
---|
GetTaskAssignedAsPotentialOwnerPagingCommand() |
GetTaskAssignedAsPotentialOwnerPagingCommand(String userId,
List<String> groupIds,
int firstResult,
int maxResults) |
Modifier and Type | Method and Description |
---|---|
List<org.kie.api.task.model.TaskSummary> |
execute(org.kie.api.runtime.Context cntxt) |
Integer |
getFirstResult() |
Integer |
getMaxResults() |
void |
setFirstResult(Integer firstResult) |
void |
setMaxResults(Integer maxResults) |
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 GetTaskAssignedAsPotentialOwnerPagingCommand()
public Integer getFirstResult()
public void setFirstResult(Integer firstResult)
public Integer getMaxResults()
public void setMaxResults(Integer maxResults)
public List<org.kie.api.task.model.TaskSummary> execute(org.kie.api.runtime.Context cntxt)
execute
in interface org.kie.api.command.ExecutableCommand<List<org.kie.api.task.model.TaskSummary>>
execute
in class UserGroupCallbackTaskCommand<List<org.kie.api.task.model.TaskSummary>>
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.