org.jbpm.command
Class SuspendTokenCommand

java.lang.Object
  extended by org.jbpm.command.AbstractTokenBaseCommand
      extended by org.jbpm.command.SuspendTokenCommand
All Implemented Interfaces:
java.io.Serializable, Command

public class SuspendTokenCommand
extends AbstractTokenBaseCommand

Suspend the specified Token(s). See AbstractTokenBaseCommand to check possibilities to specify Token(s).

Author:
bernd.ruecker@camunda.com
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jbpm.command.AbstractTokenBaseCommand
log
 
Constructor Summary
SuspendTokenCommand()
           
 
Method Summary
 java.lang.Object execute(Token token)
           
 
Methods inherited from class org.jbpm.command.AbstractTokenBaseCommand
execute, getAdditionalToStringInformation, getJbpmContext, getProcessName, getProcessVersion, getStateName, getTokenId, getTokenIds, processName, processVersion, setProcessName, setProcessVersion, setStateName, setTokenId, setTokenIds, stateName, tokenId, tokenIds, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SuspendTokenCommand

public SuspendTokenCommand()
Method Detail

execute

public java.lang.Object execute(Token token)
Specified by:
execute in class AbstractTokenBaseCommand


Copyright © 2010 JBoss Community. All Rights Reserved.