站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss JBPM 3.1.3 API 英文版文档

TaskInstanceEndCommand (jbpm-3.1.3) - JBoss JBPM 3.1.3 API 英文版文档


org.jbpm.command
Class TaskInstanceEndCommand

java.lang.Object
  extended by org.jbpm.msg.Message
      extended by org.jbpm.command.TaskInstanceEndCommand
All Implemented Interfaces:
java.io.Serializable, Command

public class TaskInstanceEndCommand
extends Message
implements Command

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jbpm.msg.Message
destination, exception, id, isSuspended, token
 
Fields inherited from interface org.jbpm.command.Command
DEFAULT_CMD_DESTINATION
 
Constructor Summary
TaskInstanceEndCommand()
           
 
Method Summary
 void execute()
           
 
Methods inherited from class org.jbpm.msg.Message
createCopy, equals, getDestination, getException, getId, getToken, isSuspended, setDestination, setException, setSuspended, setToken
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskInstanceEndCommand

public TaskInstanceEndCommand()
Method Detail

execute

public void execute()
Specified by:
execute in interface Command


Version : jbpm-3.1.3