org.camunda.bpm.engine.impl.cmd
Class AbstractVariableCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.AbstractVariableCmd
- All Implemented Interfaces:
- Serializable, Command<Void>
- Direct Known Subclasses:
- AbstractRemoveVariableCmd, AbstractSetVariableCmd
public abstract class AbstractVariableCmd
- extends Object
- implements Command<Void>, Serializable
- Author:
- Stefan Hentschel.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
commandContext
protected CommandContext commandContext
entityId
protected String entityId
isLocal
protected boolean isLocal
preventLogUserOperation
protected boolean preventLogUserOperation
AbstractVariableCmd
public AbstractVariableCmd(String entityId,
boolean isLocal)
disableLogUserOperation
public AbstractVariableCmd disableLogUserOperation()
execute
public Void execute(CommandContext commandContext)
- Specified by:
execute in interface Command<Void>
getEntity
protected abstract AbstractVariableScope getEntity()
logVariableOperation
protected abstract void logVariableOperation(AbstractVariableScope scope)
executeOperation
protected abstract void executeOperation(AbstractVariableScope scope)
getLogEntryOperation
protected abstract String getLogEntryOperation()
Copyright © 2015 camunda services GmbH. All rights reserved.