Package org.jbpm.services.task.commands
Class GetPendingSubTasksCommand
- java.lang.Object
-
- org.jbpm.services.task.commands.TaskCommand<Integer>
-
- org.jbpm.services.task.commands.GetPendingSubTasksCommand
-
- All Implemented Interfaces:
Serializable
,org.kie.api.command.Command<Integer>
,org.kie.api.command.ExecutableCommand<Integer>
public class GetPendingSubTasksCommand extends TaskCommand<Integer>
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.jbpm.services.task.commands.TaskCommand
groupIds, targetEntityId, taskId, userId
-
-
Constructor Summary
Constructors Constructor Description GetPendingSubTasksCommand()
GetPendingSubTasksCommand(Long parentId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
execute(org.kie.api.runtime.Context cntxt)
Long
getParentId()
void
setParentId(Long parentId)
-
Methods inherited from class org.jbpm.services.task.commands.TaskCommand
getGroupsIds, getTargetEntityId, getTaskId, getUserId, setGroupsIds, setTargetEntityId, setTaskId, setUserId
-
-
-
-
Constructor Detail
-
GetPendingSubTasksCommand
public GetPendingSubTasksCommand()
-
GetPendingSubTasksCommand
public GetPendingSubTasksCommand(Long parentId)
-
-