com.camunda.toolkit.jbpm.command
Class UpdateRemarksCommand

java.lang.Object
  extended by com.camunda.toolkit.jbpm.command.UpdateRemarksCommand
All Implemented Interfaces:
java.io.Serializable, org.jbpm.command.Command

public class UpdateRemarksCommand
extends java.lang.Object
implements org.jbpm.command.Command

updates all remark variables in all running processes with the given name in a certain state (if state is null, all states)

Author:
ruecker
See Also:
Serialized Form

Constructor Summary
UpdateRemarksCommand()
           
UpdateRemarksCommand(java.lang.String processName, java.lang.String stateName)
           
 
Method Summary
 java.lang.Object execute(org.jbpm.JbpmContext ctx)
           
 java.lang.String getProcessName()
           
 java.lang.String getStateName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateRemarksCommand

public UpdateRemarksCommand()

UpdateRemarksCommand

public UpdateRemarksCommand(java.lang.String processName,
                            java.lang.String stateName)
Method Detail

execute

public java.lang.Object execute(org.jbpm.JbpmContext ctx)
                         throws java.lang.Exception
Specified by:
execute in interface org.jbpm.command.Command
Returns:
alwys null
Throws:
java.lang.Exception

getProcessName

public java.lang.String getProcessName()

getStateName

public java.lang.String getStateName()


Copyright © 2007 camunda GmbH. All Rights Reserved.