org.jbpm.task
Class OnAllSubTasksEndParentEndStrategy

java.lang.Object
  extended by org.jbpm.task.SubTasksStrategy
      extended by org.jbpm.task.OnAllSubTasksEndParentEndStrategy
All Implemented Interfaces:
Externalizable, Serializable

@Entity
public class OnAllSubTasksEndParentEndStrategy
extends SubTasksStrategy

See Also:
Serialized Form

Constructor Summary
OnAllSubTasksEndParentEndStrategy()
           
OnAllSubTasksEndParentEndStrategy(String name)
           
 
Method Summary
 void execute(TaskServiceSession taskServiceSession, TaskService service, Task parentTask)
           
 
Methods inherited from class org.jbpm.task.SubTasksStrategy
getId, getName, readExternal, setId, setName, writeExternal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OnAllSubTasksEndParentEndStrategy

public OnAllSubTasksEndParentEndStrategy()

OnAllSubTasksEndParentEndStrategy

public OnAllSubTasksEndParentEndStrategy(String name)
Method Detail

execute

public void execute(TaskServiceSession taskServiceSession,
                    TaskService service,
                    Task parentTask)
Specified by:
execute in class SubTasksStrategy


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