Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPError
Packages that use BPError
Package
Description
Package for Business Process Model and Notation (BPMN).
-
Uses of BPError in de.mid.innovator.srv2api.icw2bp
Methods in de.mid.innovator.srv2api.icw2bp that return BPErrorModifier and TypeMethodDescriptionstatic BPErrorBPErrorHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Error with template and container.static BPErrorBPErrorHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Error with stereotype and container.BPEventDefinition.getErrorRef()The error.BPItemDefinitionRel.getSourceError()The error being the source of theBPItemDefinitionRel, hence being assigned the target business object.Methods in de.mid.innovator.srv2api.icw2bp that return types with arguments of type BPErrorModifier and TypeMethodDescriptionBPItemDefinition.getError()AssignedBPError.BPItemDefinition.getError(MMStereotype stereotype) The method calls getError and filters its return values according to the given stereotype value.BPOperation.getErrorRef()All errors.BPMaskDefinition.getOwnedError(K_CONTROL_OPTION... behaviourFlags) All errors related to the mask definition.Methods in de.mid.innovator.srv2api.icw2bp with parameters of type BPErrorModifier and TypeMethodDescriptionvoidBPEventDefinition.setErrorRef(BPError value) Set the value of Foreign Key ErrorRef.Method parameters in de.mid.innovator.srv2api.icw2bp with type arguments of type BPErrorModifier and TypeMethodDescriptionvoidBPOperation.setErrorRef(List<? extends BPError> values) Set the value of Foreign Key ErrorRef.