com.camunda.toolkit.jbpm.command
Class UpdateRemarksCommand
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UpdateRemarksCommand
public UpdateRemarksCommand()
UpdateRemarksCommand
public UpdateRemarksCommand(java.lang.String processName,
java.lang.String stateName)
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.