Uses of Interface
de.mid.innovator.srv2api.icw2class.CLRoleBinding
-
Packages that use CLRoleBinding Package Description de.mid.innovator.srv2api.icw2class The classes package deals with the basic modeling concepts of UML and, in particular, classes and their relationships.de.mid.innovator.srv2api.icw2meta Meta model and administration information. -
-
Uses of CLRoleBinding in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class that return CLRoleBinding Modifier and Type Method Description static CLRoleBinding
CLRoleBindingHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)
Create a new Role Binding with template from source to target element with requirement.static CLRoleBinding
CLRoleBindingHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)
Create a new Role Binding with stereotype from source to target element with requirement.Methods in de.mid.innovator.srv2api.icw2class that return types with arguments of type CLRoleBinding Modifier and Type Method Description java.util.List<CLRoleBinding>
CLConnectAbleElement. getBindingRole(K_CONTROL_OPTION... behaviourFlags)
All role bindings of this connectable element.java.util.List<CLRoleBinding>
CLCollaborationUse. getRoleBinding(K_CONTROL_OPTION... behaviourFlags)
java.util.List<CLRoleBinding>
CLConnectAbleElement. getSupplierRoleBinding(K_CONTROL_OPTION... behaviourFlags)
Indicates the role binding that references the connectable element. -
Uses of CLRoleBinding in de.mid.innovator.srv2api.icw2meta
Methods in de.mid.innovator.srv2api.icw2meta that return types with arguments of type CLRoleBinding Modifier and Type Method Description java.util.List<CLRoleBinding>
MMCreateTemplate. getOwnedRoleBinding(K_CONTROL_OPTION... behaviourFlags)
The role binding owned by this create template.
-