Class VariableDeclaration
java.lang.Object
org.camunda.bpm.engine.impl.variable.VariableDeclaration
- All Implemented Interfaces:
Serializable
Deprecated.
- Author:
- Tom Baeyens
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected Expression
Deprecated.protected String
Deprecated.protected String
Deprecated.protected Expression
Deprecated.protected String
Deprecated.protected Expression
Deprecated.protected String
Deprecated.protected String
Deprecated. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
destroy
(VariableScope innerScopeInstance, VariableScope outerScopeInstance) Deprecated.Deprecated.Deprecated.getLink()
Deprecated.Deprecated.getName()
Deprecated.Deprecated.Deprecated.getType()
Deprecated.void
initialize
(VariableScope innerScopeInstance, VariableScope outerScopeInstance) Deprecated.void
setDestinationExpression
(Expression destinationExpression) Deprecated.void
setDestinationVariableName
(String destinationVariableName) Deprecated.void
Deprecated.void
setLinkExpression
(Expression linkExpression) Deprecated.void
Deprecated.void
setSourceExpression
(Expression sourceExpression) Deprecated.void
setSourceVariableName
(String sourceVariableName) Deprecated.void
Deprecated.toString()
Deprecated.
-
Field Details
-
name
Deprecated. -
type
Deprecated. -
sourceVariableName
Deprecated. -
sourceExpression
Deprecated. -
destinationVariableName
Deprecated. -
destinationExpression
Deprecated. -
link
Deprecated. -
linkExpression
Deprecated.
-
-
Constructor Details
-
VariableDeclaration
Deprecated.
-
-
Method Details
-
initialize
Deprecated. -
destroy
Deprecated. -
toString
Deprecated. -
getName
Deprecated. -
setName
Deprecated. -
getType
Deprecated. -
setType
Deprecated. -
getSourceVariableName
Deprecated. -
setSourceVariableName
Deprecated. -
getSourceExpression
Deprecated. -
setSourceExpression
Deprecated. -
getDestinationVariableName
Deprecated. -
setDestinationVariableName
Deprecated. -
getDestinationExpression
Deprecated. -
setDestinationExpression
Deprecated. -
getLink
Deprecated. -
setLink
Deprecated. -
getLinkExpression
Deprecated. -
setLinkExpression
Deprecated.
-