Uses of Interface
de.mid.innovator.srv2api.icw2meta.MMRoleExecution
-
Packages that use MMRoleExecution Package Description de.mid.innovator.srv2api.icw2meta Meta model and administration information. -
-
Uses of MMRoleExecution in de.mid.innovator.srv2api.icw2meta
Methods in de.mid.innovator.srv2api.icw2meta that return types with arguments of type MMRoleExecution Modifier and Type Method Description java.util.List<MMRoleExecution>
ADUsrRole. assignExecuteAble(MMProfile ohProfile, MM2Class ohClass, java.util.List<? extends ADExecuteAble> seqOh)
Assigns a list of executable elements to this user role.java.util.List<MMRoleExecution>
MMProfile. getOwnedRoleExecution(K_CONTROL_OPTION... behaviourFlags)
All role executions owned by this profile.java.util.List<MMRoleExecution>
ADExecuteAble. getRoleExecution(K_CONTROL_OPTION... behaviourFlags)
Returns role executions from the current object.java.util.List<MMRoleExecution>
ADUsrRole. getRoleExecution(K_CONTROL_OPTION... behaviourFlags)
Returns role executions from the current object.
-