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 BPInterfaceBPInterfaceHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Service Interface with template and container.static BPInterfaceBPInterfaceHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Service Interface with stereotype and container.BPInterfaceBPOperation. 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 voidBPParticipant. setInterfaceRef(java.util.List<? extends BPInterface> values)Set the value of Foreign Key InterfaceRef.voidBPCallAble. setSupportedInterfaceRef(java.util.List<? extends BPInterface> values)Set the value of Foreign Key SupportedInterfaceRef.
-