Uses of Class
de.mid.innovator.srv2api.icw2elem.ARG_Ask
-
Packages that use ARG_Ask Package Description de.mid.innovator.srv2api.icw2bp Package for Business Process Model and Notation (BPMN).de.mid.innovator.srv2api.icw2meta Meta model and administration information. -
-
Uses of ARG_Ask in de.mid.innovator.srv2api.icw2bp
Methods in de.mid.innovator.srv2api.icw2bp that return ARG_Ask Modifier and Type Method Description ARG_Ask
BPTaskNode. getRefactorAsCallToNewGlobalTaskCheck()
Checks the whether the creation and assignment of aBPGlobalTask
is allowed or information of theBPTaskNode
will be lost. -
Uses of ARG_Ask in de.mid.innovator.srv2api.icw2meta
Methods in de.mid.innovator.srv2api.icw2meta that return ARG_Ask Modifier and Type Method Description static ARG_Ask
ADChangeSetHelper. getConfigChangeSetDlgCheck(SrvContext srvCtx, boolean isActiveLog, boolean isActiveSet, boolean isAnonym, int maxDay, boolean withExport)
Checks whether the modification of the change set configuration will reduce the number of closed change sets.ARG_Ask
ADLogin. getLockMessage(java.util.List<? extends ELElement> seq)
Returns the lock messages of all specified elements.static ARG_Ask
ADTranslationAbleHelper. getModifyTranslationLocaleCheck(SrvContext srvCtx, java.util.List<K_LOCALE> seq)
Checks whether the modification of translation languages deletes translations.static ARG_Ask
ADTranslationAbleHelper. getSetNotToTranslateAttributeCheck(SrvContext srvCtx, java.util.List<? extends ELUUIDAble> seqElem, java.util.List<? extends MM2Attribute> seqAttr)
Checks whether existing translations are deleted, if the specified attributes are marked as not necessary for translation.
-