|
jBPM distribution 6.2.0.CR1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jbpm.services.task.commands.TaskCommand<T>
org.jbpm.services.task.commands.UserGroupCallbackTaskCommand<List<TaskSummary>>
org.jbpm.services.task.commands.GetTasksByVariousFieldsCommand
@Deprecated public class GetTasksByVariousFieldsCommand
This command will be deleted as of jBPM 7.x.
TaskService#taskQuery()}
,
Serialized FormField Summary |
---|
Fields inherited from class org.jbpm.services.task.commands.TaskCommand |
---|
DESCRIPTION_PROPERTY, EXPIRATION_DATE_PROPERTY, FAULT_PROPERTY, groupIds, OUTPUT_PROPERTY, PRIORITY_PROPERTY, SKIPPABLE_PROPERTY, SUB_TASK_STRATEGY_PROPERTY, targetEntityId, TASK_NAMES_PROPERTY, taskId, userId |
Constructor Summary | |
---|---|
GetTasksByVariousFieldsCommand()
Deprecated. |
|
GetTasksByVariousFieldsCommand(List<Long> workItemIds,
List<Long> taskIds,
List<Long> procInstIds,
List<String> busAdmins,
List<String> potOwners,
List<String> taskOwners,
List<Status> statuses,
boolean union)
Deprecated. |
|
GetTasksByVariousFieldsCommand(List<Long> workItemIds,
List<Long> taskIds,
List<Long> procInstIds,
List<String> busAdmins,
List<String> potOwners,
List<String> taskOwners,
List<Status> statuses,
List<String> language,
boolean union)
Deprecated. |
|
GetTasksByVariousFieldsCommand(List<Long> workItemIds,
List<Long> taskIds,
List<Long> procInstIds,
List<String> busAdmins,
List<String> potOwners,
List<String> taskOwners,
List<Status> statuses,
List<String> language,
boolean union,
Integer maxResults)
Deprecated. |
|
GetTasksByVariousFieldsCommand(Map<String,List<?>> params,
boolean union)
Deprecated. |
|
GetTasksByVariousFieldsCommand(Map<String,List<?>> params,
boolean union,
Integer maxResults)
Deprecated. |
Method Summary | |
---|---|
List<TaskSummary> |
execute(org.kie.internal.command.Context cntxt)
Deprecated. |
List<String> |
getBusAdmins()
Deprecated. |
List<String> |
getLanguage()
Deprecated. |
Integer |
getMaxResults()
Deprecated. |
List<String> |
getPotOwners()
Deprecated. |
List<Long> |
getProcInstIds()
Deprecated. |
List<Status> |
getStatuses()
Deprecated. |
List<Long> |
getTaskIds()
Deprecated. |
List<String> |
getTaskOwners()
Deprecated. |
Boolean |
getUnion()
Deprecated. |
List<Long> |
getWorkItemIds()
Deprecated. |
protected List<String> |
populateOrganizationalEntityWithGroupInfo(List<String> entities,
TaskContext context)
Deprecated. Populates given list with group information taken from UserGroupCallback implementation to allow proper query for tasks based on user assignments. |
void |
setBusAdmins(List<String> busAdmins)
Deprecated. |
void |
setLanguage(List<String> language)
Deprecated. |
void |
setMaxResults(Integer maxResults)
Deprecated. |
void |
setPotOwners(List<String> potOwners)
Deprecated. |
void |
setProcInstIds(List<Long> procInstIds)
Deprecated. |
void |
setStatuses(List<Status> statuses)
Deprecated. |
void |
setTaskIds(List<Long> taskIds)
Deprecated. |
void |
setTaskOwners(List<String> taskOwners)
Deprecated. |
void |
setUnion(Boolean union)
Deprecated. |
void |
setWorkItemIds(List<Long> workItemIds)
Deprecated. |
Methods inherited from class org.jbpm.services.task.commands.TaskCommand |
---|
getGroupsIds, getTargetEntityId, getTaskId, getUserId, setGroupsIds, setTargetEntityId, setTaskId, setUserId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GetTasksByVariousFieldsCommand()
public GetTasksByVariousFieldsCommand(List<Long> workItemIds, List<Long> taskIds, List<Long> procInstIds, List<String> busAdmins, List<String> potOwners, List<String> taskOwners, List<Status> statuses, boolean union)
public GetTasksByVariousFieldsCommand(List<Long> workItemIds, List<Long> taskIds, List<Long> procInstIds, List<String> busAdmins, List<String> potOwners, List<String> taskOwners, List<Status> statuses, List<String> language, boolean union)
public GetTasksByVariousFieldsCommand(List<Long> workItemIds, List<Long> taskIds, List<Long> procInstIds, List<String> busAdmins, List<String> potOwners, List<String> taskOwners, List<Status> statuses, List<String> language, boolean union, Integer maxResults)
public GetTasksByVariousFieldsCommand(Map<String,List<?>> params, boolean union)
public GetTasksByVariousFieldsCommand(Map<String,List<?>> params, boolean union, Integer maxResults)
Method Detail |
---|
public List<TaskSummary> execute(org.kie.internal.command.Context cntxt)
execute
in interface org.drools.core.command.impl.GenericCommand<List<TaskSummary>>
execute
in class UserGroupCallbackTaskCommand<List<TaskSummary>>
public List<Long> getWorkItemIds()
public void setWorkItemIds(List<Long> workItemIds)
public List<Long> getTaskIds()
public void setTaskIds(List<Long> taskIds)
public List<Long> getProcInstIds()
public void setProcInstIds(List<Long> procInstIds)
public List<String> getBusAdmins()
public void setBusAdmins(List<String> busAdmins)
public List<String> getPotOwners()
public void setPotOwners(List<String> potOwners)
public List<String> getTaskOwners()
public void setTaskOwners(List<String> taskOwners)
public List<Status> getStatuses()
public void setStatuses(List<Status> statuses)
public List<String> getLanguage()
public void setLanguage(List<String> language)
public Boolean getUnion()
public void setUnion(Boolean union)
public Integer getMaxResults()
public void setMaxResults(Integer maxResults)
protected List<String> populateOrganizationalEntityWithGroupInfo(List<String> entities, TaskContext context)
entities
- - "raw" list of organizational entities
|
jBPM distribution 6.2.0.CR1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |