Uses of Interface
de.mid.innovator.srv2api.icw2bc.BCRootReuseAbleElement
-
Packages that use BCRootReuseAbleElement 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).de.mid.innovator.srv2api.icw2br Business resource modeling package.de.mid.innovator.srv2api.icw2bs State machine for Business Object Modeling. -
-
Uses of BCRootReuseAbleElement in de.mid.innovator.srv2api.icw2bc
Subinterfaces of BCRootReuseAbleElement in de.mid.innovator.srv2api.icw2bc Modifier and Type Interface Description interface
BCExpression
interface
BCTerm
A term relevant for the business description. -
Uses of BCRootReuseAbleElement in de.mid.innovator.srv2api.icw2bp
Subinterfaces of BCRootReuseAbleElement in de.mid.innovator.srv2api.icw2bp Modifier and Type Interface Description interface
BPCallAble
This is a utility class for BPCallAble that provides static methods for creation or other purposes.interface
BPCallAbleChoreographyElement
This is a utility class for BPCallAbleChoreographyElement that provides static methods for creation or other purposes.interface
BPCallAbleProcessElement
This is a utility class for BPCallAbleProcessElement that provides static methods for creation or other purposes.interface
BPChoreography
interface
BPCollaboration
interface
BPConditionalEventDefinition
interface
BPDataStore
interface
BPEndPoint
The end points element may be extended with endpoint reference definitions introduced in other specifications (e.g., WS-Addressing).interface
BPError
interface
BPEscalation
AnBPEscalation
identifies a business situation that a process might need to react to.interface
BPEventDefinition
interface
BPGlobalChoreographyTask
interface
BPGlobalMaskTask
interface
BPGlobalTask
interface
BPInterface
An interface defines a set of operations that are implemented by services.interface
BPItemDefinition
The Business Object defines an object important for the definition of business processes or concepts.interface
BPLinkEventDefinition
interface
BPMaskDefinition
interface
BPMessage
interface
BPPath
A path in a process.interface
BPProcess
interface
BPSignal
Signal to trigger e.g a signal event.interface
BPTimerEventDefinition
Methods in de.mid.innovator.srv2api.icw2bp with type parameters of type BCRootReuseAbleElement Modifier and Type Method Description <T extends BCRootReuseAbleElement>
java.util.List<T>BPChoreography. getOwnedReuseAbleElement(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All reusable elements being relevant in the context of this choreography.<T extends BCRootReuseAbleElement>
java.util.List<T>BPCollaboration. getOwnedReuseAbleElement(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All reusable elements being relevant in the context of this collaboration.<T extends BCRootReuseAbleElement>
java.util.List<T>BPProcess. getOwnedReuseAbleElement(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All reusable elements being relevant in the context of this process. -
Uses of BCRootReuseAbleElement in de.mid.innovator.srv2api.icw2br
Subinterfaces of BCRootReuseAbleElement in de.mid.innovator.srv2api.icw2br Modifier and Type Interface Description interface
BRCostCenter
interface
BRLocation
interface
BROrgUnit
interface
BRPerson
interface
BRResource
interface
BRResourceCL
An actor specifies a role played by a user or any other system that interacts with the subject.interface
BRRole
interface
BRTechnical
-
Uses of BCRootReuseAbleElement in de.mid.innovator.srv2api.icw2bs
Subinterfaces of BCRootReuseAbleElement in de.mid.innovator.srv2api.icw2bs Modifier and Type Interface Description interface
BSFinalState
interface
BSRegularState
interface
BSState
This is a utility class for BSState that provides static methods for creation or other purposes.
-