org.jbpm.process.instance.impl
Class CancelNodeInstanceAction

java.lang.Object
  extended by org.jbpm.process.instance.impl.CancelNodeInstanceAction
All Implemented Interfaces:
Serializable, Action

public class CancelNodeInstanceAction
extends Object
implements Action, Serializable

See Also:
Serialized Form

Constructor Summary
CancelNodeInstanceAction(Long attachedToNodeId)
           
 
Method Summary
 void execute(ProcessContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CancelNodeInstanceAction

public CancelNodeInstanceAction(Long attachedToNodeId)
Method Detail

execute

public void execute(ProcessContext context)
             throws Exception
Specified by:
execute in interface Action
Throws:
Exception


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