Uses of Interface
de.mid.innovator.srv2api.icw2bc.BCExpression
-
Packages that use BCExpression Package Description de.mid.innovator.srv2api.icw2bc Package for Business Object Modeling.de.mid.innovator.srv2api.icw2bp Package for Business Process Model and Notation (BPMN). -
-
Uses of BCExpression in de.mid.innovator.srv2api.icw2bc
Methods in de.mid.innovator.srv2api.icw2bc that return BCExpression Modifier and Type Method Description static BCExpression
BCExpressionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Defined Logical Expression with template and container.static BCExpression
BCExpressionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Defined Logical Expression with stereotype and container. -
Uses of BCExpression in de.mid.innovator.srv2api.icw2bp
Methods in de.mid.innovator.srv2api.icw2bp that return BCExpression Modifier and Type Method Description BCExpression
BPSequenceFlow. getConditionalExpression()
BCExpression
BPConditionalEventDefinition. getExpression()
BCExpression
BPDataIOAssociation. getTransformExpression()
The transformation expression definition used at the data I/O association.Methods in de.mid.innovator.srv2api.icw2bp that return types with arguments of type BCExpression Modifier and Type Method Description java.util.List<BCExpression>
BPDataIOAssociation. getAssignmentExpression()
The assignment expression definition used at the data I/O association.java.util.List<BCExpression>
BPPath. getExpression()
All expressions defining the path.Methods in de.mid.innovator.srv2api.icw2bp with parameters of type BCExpression Modifier and Type Method Description void
BPSequenceFlow. setConditionalExpression(BCExpression value)
Set the value of Foreign Key ConditionalExpression.void
BPConditionalEventDefinition. setExpression(BCExpression value)
Set the value of Foreign Key Expression.void
BPDataIOAssociation. setTransformExpression(BCExpression value)
Set the value of Foreign Key TransformExpression.Method parameters in de.mid.innovator.srv2api.icw2bp with type arguments of type BCExpression Modifier and Type Method Description void
BPDataIOAssociation. setAssignmentExpression(java.util.List<? extends BCExpression> values)
Set the value of Foreign Key AssignmentExpression.void
BPPath. setExpression(java.util.List<? extends BCExpression> values)
Set the value of Foreign Key Expression.
-