jBPM distribution 6.0.0.Beta3

org.jbpm.services.task.commands
Class GetTasksByProcessInstanceIdCommand

java.lang.Object
  extended by org.jbpm.services.task.commands.TaskCommand<List<Long>>
      extended by org.jbpm.services.task.commands.GetTasksByProcessInstanceIdCommand
All Implemented Interfaces:
Serializable, org.drools.core.command.impl.GenericCommand<List<Long>>, Command<List<Long>>

public class GetTasksByProcessInstanceIdCommand
extends TaskCommand<List<Long>>

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jbpm.services.task.commands.TaskCommand
groupsIds, targetEntityId, taskId, userId
 
Constructor Summary
GetTasksByProcessInstanceIdCommand()
           
GetTasksByProcessInstanceIdCommand(long processInstanceId)
           
 
Method Summary
 List<Long> execute(org.kie.internal.command.Context cntxt)
           
 long getProcessInstanceId()
           
 void setProcessInstanceId(long processInstanceId)
           
 
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

GetTasksByProcessInstanceIdCommand

public GetTasksByProcessInstanceIdCommand()

GetTasksByProcessInstanceIdCommand

public GetTasksByProcessInstanceIdCommand(long processInstanceId)
Method Detail

getProcessInstanceId

public long getProcessInstanceId()

setProcessInstanceId

public void setProcessInstanceId(long processInstanceId)

execute

public List<Long> execute(org.kie.internal.command.Context cntxt)

jBPM distribution 6.0.0.Beta3

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.