org.jbpm.command
Class SuspendTokenCommand

java.lang.Object
  extended by org.jbpm.command.AbstractTokenBaseCommand
      extended by org.jbpm.command.SuspendTokenCommand
All Implemented Interfaces:
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
 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 Object execute(Token token)
Specified by:
execute in class AbstractTokenBaseCommand


Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.