Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPInterface
-
Packages that use BPInterface Package Description de.mid.innovator.srv2api.icw2bp Package for Business Process Model and Notation (BPMN). -
-
Uses of BPInterface in de.mid.innovator.srv2api.icw2bp
Methods in de.mid.innovator.srv2api.icw2bp that return BPInterface Modifier and Type Method Description static BPInterface
BPInterfaceHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Service Interface with template and container.static BPInterface
BPInterfaceHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Service Interface with stereotype and container.BPInterface
BPOperation. getOwningBPInterface()
Methods in de.mid.innovator.srv2api.icw2bp that return types with arguments of type BPInterface Modifier and Type Method Description java.util.List<BPInterface>
BPParticipant. getInterfaceRef()
The interface being referenced by the participant.java.util.List<BPInterface>
BPCallAble. getSupportedInterfaceRef()
The supported interfaces.Method parameters in de.mid.innovator.srv2api.icw2bp with type arguments of type BPInterface Modifier and Type Method Description void
BPParticipant. setInterfaceRef(java.util.List<? extends BPInterface> values)
Set the value of Foreign Key InterfaceRef.void
BPCallAble. setSupportedInterfaceRef(java.util.List<? extends BPInterface> values)
Set the value of Foreign Key SupportedInterfaceRef.
-