Uses of Interface
de.mid.innovator.srv2api.icw2bc.BCExpression
Packages that use BCExpression
Package
Description
Package for Business Object Modeling.
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 BCExpressionModifier and TypeMethodDescriptionstatic BCExpressionBCExpressionHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Defined Logical Expression with template and container.static BCExpressionBCExpressionHelper.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 BCExpressionModifier and TypeMethodDescriptionBPSequenceFlow.getConditionalExpression()BPConditionalEventDefinition.getExpression()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 BCExpressionModifier and TypeMethodDescriptionBPDataIOAssociation.getAssignmentExpression()The assignment expression definition used at the data I/O association.BPPath.getExpression()All expressions defining the path.Methods in de.mid.innovator.srv2api.icw2bp with parameters of type BCExpressionModifier and TypeMethodDescriptionvoidBPSequenceFlow.setConditionalExpression(BCExpression value) Set the value of Foreign Key ConditionalExpression.voidBPConditionalEventDefinition.setExpression(BCExpression value) Set the value of Foreign Key Expression.voidBPDataIOAssociation.setTransformExpression(BCExpression value) Set the value of Foreign Key TransformExpression.Method parameters in de.mid.innovator.srv2api.icw2bp with type arguments of type BCExpressionModifier and TypeMethodDescriptionvoidBPDataIOAssociation.setAssignmentExpression(List<? extends BCExpression> values) Set the value of Foreign Key AssignmentExpression.voidBPPath.setExpression(List<? extends BCExpression> values) Set the value of Foreign Key Expression.