Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPInterface
Packages that use BPInterface
Package
Description
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 BPInterfaceModifier and TypeMethodDescriptionstatic 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.BPOperation.getOwningBPInterface()Methods in de.mid.innovator.srv2api.icw2bp that return types with arguments of type BPInterfaceModifier and TypeMethodDescriptionBPParticipant.getInterfaceRef()The interface being referenced by the participant.BPCallAble.getSupportedInterfaceRef()The supported interfaces.Method parameters in de.mid.innovator.srv2api.icw2bp with type arguments of type BPInterfaceModifier and TypeMethodDescriptionvoidBPParticipant.setInterfaceRef(List<? extends BPInterface> values) Set the value of Foreign Key InterfaceRef.voidBPCallAble.setSupportedInterfaceRef(List<? extends BPInterface> values) Set the value of Foreign Key SupportedInterfaceRef.