Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPError
-
Packages that use BPError Package Description de.mid.innovator.srv2api.icw2bp 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 BPError Modifier and Type Method Description static BPError
BPErrorHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Error with template and container.static BPError
BPErrorHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Error with stereotype and container.BPError
BPEventDefinition. getErrorRef()
The error.BPError
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 BPError Modifier and Type Method Description java.util.List<BPError>
BPItemDefinition. getError(K_CONTROL_OPTION... behaviourFlags)
AssignedBPError
.java.util.List<BPError>
BPItemDefinition. getError(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getError and filters its return values according to the given stereotype value.java.util.List<BPError>
BPOperation. getErrorRef()
All errors.java.util.List<BPError>
BPMaskDefinition. getOwnedError(K_CONTROL_OPTION... behaviourFlags)
All errors related to the mask definition.Methods in de.mid.innovator.srv2api.icw2bp with parameters of type BPError Modifier and Type Method Description void
BPEventDefinition. setErrorRef(BPError value)
Set the value of Foreign Key ErrorRef.Method parameters in de.mid.innovator.srv2api.icw2bp with type arguments of type BPError Modifier and Type Method Description void
BPOperation. setErrorRef(java.util.List<? extends BPError> values)
Set the value of Foreign Key ErrorRef.
-