Uses of Interface
de.mid.innovator.srv2api.icw2meta.ADExecuteAble
Packages that use ADExecuteAble
Package
Description
The documentation package deals with the model documentation configuration and
generation.
Meta model and administration information.
-
Uses of ADExecuteAble in de.mid.innovator.srv2api.icw2dg
Subinterfaces of ADExecuteAble in de.mid.innovator.srv2api.icw2dg -
Uses of ADExecuteAble in de.mid.innovator.srv2api.icw2meta
Subinterfaces of ADExecuteAble in de.mid.innovator.srv2api.icw2metaModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceFields in de.mid.innovator.srv2api.icw2meta with type parameters of type ADExecuteAbleModifier and TypeFieldDescriptionARG_RestrictExecuteAbleList.seqAblelist of execute able elements to be restrictedARG_CopyRoleExecutionDlgCmd.seqExeclist of execution rights which have to be copiedARG_ADAssignExecuteAble.seqOhlist of execute able elementsMethods in de.mid.innovator.srv2api.icw2meta with type parameters of type ADExecuteAbleModifier and TypeMethodDescription<T extends ADExecuteAble>
List<T> ADUsrRole.getExecuteAble(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Return all executeable elements the the current object is allowed to execute.static <T extends ADExecuteAble>
List<T> ADExecuteAbleHelper.getRestrictExecuteAbleList(Class<T> returnType, SrvContext srvCtx, ELElement ohElemForProfile, List<? extends ADExecuteAble> seqAble) Restrict the specified list of execute able elements by the specified the current user login.Methods in de.mid.innovator.srv2api.icw2meta that return ADExecuteAbleModifier and TypeMethodDescriptionMMRoleExecution.getExecuteAble()Returns executeable elements which can be executed by the current object.Method parameters in de.mid.innovator.srv2api.icw2meta with type arguments of type ADExecuteAbleModifier and TypeMethodDescriptionADUsrRole.assignExecuteAble(MMProfile ohProfile, MM2Class ohClass, List<? extends ADExecuteAble> seqOh) Assigns a list of executable elements to this user role.voidADUsrRole.copyRoleExecutionDlg(MMProfile ohProfile, MMProfile ohSrcProfile, ADUsrRole ohSrcRole, boolean copyAll, List<? extends ADExecuteAble> seqExec) static <T extends ADExecuteAble>
List<T> ADExecuteAbleHelper.getRestrictExecuteAbleList(Class<T> returnType, SrvContext srvCtx, ELElement ohElemForProfile, List<? extends ADExecuteAble> seqAble) Restrict the specified list of execute able elements by the specified the current user login.Constructor parameters in de.mid.innovator.srv2api.icw2meta with type arguments of type ADExecuteAbleModifierConstructorDescriptionARG_ADAssignExecuteAble(MMProfile ohProfile, MM2Class ohClass, List<ADExecuteAble> seqOh) ARG_CopyRoleExecutionDlgCmd(MMProfile ohProfile, MMProfile ohSrcProfile, ADUsrRole ohSrcRole, boolean copyAll, List<ADExecuteAble> seqExec) ARG_RestrictExecuteAbleList(ELElement ohElemForProfile, List<ADExecuteAble> seqAble)