org.alfresco.repo.workflow.jbpm
Class JoinEndForkedTokens

java.lang.Object
  extended by org.alfresco.repo.workflow.jbpm.JoinEndForkedTokens
All Implemented Interfaces:
java.io.Serializable, org.jbpm.graph.def.ActionHandler

public class JoinEndForkedTokens
extends java.lang.Object
implements org.jbpm.graph.def.ActionHandler

Action Handler for ending child tokens / tasks

See Also:
Serialized Form

Constructor Summary
JoinEndForkedTokens()
          Constructor
 
Method Summary
protected  void cancelToken(org.jbpm.graph.exe.ExecutionContext executionContext, org.jbpm.graph.exe.Token token)
          Cancel token
protected  void cancelTokenTasks(org.jbpm.graph.exe.ExecutionContext executionContext, org.jbpm.graph.exe.Token token)
          Cancel tasks associated with a token
 void execute(org.jbpm.graph.exe.ExecutionContext executionContext)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JoinEndForkedTokens

public JoinEndForkedTokens()
Constructor

Method Detail

execute

public void execute(org.jbpm.graph.exe.ExecutionContext executionContext)

Specified by:
execute in interface org.jbpm.graph.def.ActionHandler

cancelToken

protected void cancelToken(org.jbpm.graph.exe.ExecutionContext executionContext,
                           org.jbpm.graph.exe.Token token)
Cancel token

Parameters:
executionContext -
token -

cancelTokenTasks

protected void cancelTokenTasks(org.jbpm.graph.exe.ExecutionContext executionContext,
                                org.jbpm.graph.exe.Token token)
Cancel tasks associated with a token

Parameters:
executionContext -
token -


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.