org.jbpm.task
Class OnParentAbortAllSubTasksEndStrategy

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

@Entity
public class OnParentAbortAllSubTasksEndStrategy
extends SubTasksStrategy

See Also:
Serialized Form

Constructor Summary
OnParentAbortAllSubTasksEndStrategy()
           
OnParentAbortAllSubTasksEndStrategy(String name)
           
 
Method Summary
 void execute(TaskServiceSession taskServiceSession, TaskService service, Task task)
           
 
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

OnParentAbortAllSubTasksEndStrategy

public OnParentAbortAllSubTasksEndStrategy()

OnParentAbortAllSubTasksEndStrategy

public OnParentAbortAllSubTasksEndStrategy(String name)
Method Detail

execute

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


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