Class VariableDeclaration

java.lang.Object
org.camunda.bpm.engine.impl.variable.VariableDeclaration
All Implemented Interfaces:
Serializable

@Deprecated public class VariableDeclaration extends Object implements Serializable
Deprecated.
Author:
Tom Baeyens
See Also:
  • Field Details

    • name

      protected String name
      Deprecated.
    • type

      protected String type
      Deprecated.
    • sourceVariableName

      protected String sourceVariableName
      Deprecated.
    • sourceExpression

      protected Expression sourceExpression
      Deprecated.
    • destinationVariableName

      protected String destinationVariableName
      Deprecated.
    • destinationExpression

      protected Expression destinationExpression
      Deprecated.
    • linkExpression

      protected Expression linkExpression
      Deprecated.
  • Constructor Details

    • VariableDeclaration

      public VariableDeclaration(String name, String type)
      Deprecated.
  • Method Details

    • initialize

      public void initialize(VariableScope innerScopeInstance, VariableScope outerScopeInstance)
      Deprecated.
    • destroy

      public void destroy(VariableScope innerScopeInstance, VariableScope outerScopeInstance)
      Deprecated.
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object
    • getName

      public String getName()
      Deprecated.
    • setName

      public void setName(String name)
      Deprecated.
    • getType

      public String getType()
      Deprecated.
    • setType

      public void setType(String type)
      Deprecated.
    • getSourceVariableName

      public String getSourceVariableName()
      Deprecated.
    • setSourceVariableName

      public void setSourceVariableName(String sourceVariableName)
      Deprecated.
    • getSourceExpression

      public Expression getSourceExpression()
      Deprecated.
    • setSourceExpression

      public void setSourceExpression(Expression sourceExpression)
      Deprecated.
    • getDestinationVariableName

      public String getDestinationVariableName()
      Deprecated.
    • setDestinationVariableName

      public void setDestinationVariableName(String destinationVariableName)
      Deprecated.
    • getDestinationExpression

      public Expression getDestinationExpression()
      Deprecated.
    • setDestinationExpression

      public void setDestinationExpression(Expression destinationExpression)
      Deprecated.
    • getLink

      public String getLink()
      Deprecated.
    • setLink

      public void setLink(String link)
      Deprecated.
    • getLinkExpression

      public Expression getLinkExpression()
      Deprecated.
    • setLinkExpression

      public void setLinkExpression(Expression linkExpression)
      Deprecated.