public class TaskSummaryQueryCommand extends TaskCommand<List<org.kie.api.task.model.TaskSummary>>
groupIds, targetEntityId, taskId, userId
Constructor and Description |
---|
TaskSummaryQueryCommand() |
TaskSummaryQueryCommand(org.jbpm.query.jpa.data.QueryWhere queryWhere) |
Modifier and Type | Method and Description |
---|---|
List<org.kie.api.task.model.TaskSummary> |
execute(org.kie.internal.command.Context cntxt) |
org.jbpm.query.jpa.data.QueryWhere |
getQueryWhere() |
void |
setQueryWhere(org.jbpm.query.jpa.data.QueryWhere queryWhere) |
getGroupsIds, getTargetEntityId, getTaskId, getUserId, setGroupsIds, setTargetEntityId, setTaskId, setUserId
public TaskSummaryQueryCommand()
public TaskSummaryQueryCommand(org.jbpm.query.jpa.data.QueryWhere queryWhere)
public org.jbpm.query.jpa.data.QueryWhere getQueryWhere()
public void setQueryWhere(org.jbpm.query.jpa.data.QueryWhere queryWhere)
public List<org.kie.api.task.model.TaskSummary> execute(org.kie.internal.command.Context cntxt)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.