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:
  • Field Details

    • commandContext

      protected CommandContext commandContext
    • entityId

      protected String entityId
    • isLocal

      protected boolean isLocal
    • preventLogUserOperation

      protected boolean preventLogUserOperation
  • Constructor Details

    • AbstractVariableCmd

      public AbstractVariableCmd(String entityId, boolean isLocal)
  • Method Details