Uses of Class
com.evolveum.midpoint.ninja.impl.NinjaApplicationContextLevel
-
-
Uses of NinjaApplicationContextLevel in com.evolveum.midpoint.ninja.action
Methods in com.evolveum.midpoint.ninja.action that return NinjaApplicationContextLevel Modifier and Type Method Description @NotNull NinjaApplicationContextLevelAction. getApplicationContextLevel(List<Object> allOptions)@NotNull NinjaApplicationContextLevelHelpAction. getApplicationContextLevel(List<Object> allOptions)@NotNull NinjaApplicationContextLevelListKeysRepositoryAction. getApplicationContextLevel(List<Object> allOptions)@NotNull NinjaApplicationContextLevelRunSqlAction. getApplicationContextLevel(List<Object> allOptions)@NotNull NinjaApplicationContextLevelVerifyAction. getApplicationContextLevel(List<Object> allOptions) -
Uses of NinjaApplicationContextLevel in com.evolveum.midpoint.ninja.action.trace
Methods in com.evolveum.midpoint.ninja.action.trace that return NinjaApplicationContextLevel Modifier and Type Method Description @NotNull NinjaApplicationContextLevelEditTraceAction. getApplicationContextLevel(List<Object> allOptions) -
Uses of NinjaApplicationContextLevel in com.evolveum.midpoint.ninja.action.upgrade.action
Methods in com.evolveum.midpoint.ninja.action.upgrade.action that return NinjaApplicationContextLevel Modifier and Type Method Description @NotNull NinjaApplicationContextLevelDownloadDistributionAction. getApplicationContextLevel(List<Object> allOptions)@NotNull NinjaApplicationContextLevelUpgradeObjectsAction. getApplicationContextLevel(List<Object> allOptions) -
Uses of NinjaApplicationContextLevel in com.evolveum.midpoint.ninja.impl
Methods in com.evolveum.midpoint.ninja.impl that return NinjaApplicationContextLevel Modifier and Type Method Description static NinjaApplicationContextLevelNinjaApplicationContextLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static NinjaApplicationContextLevel[]NinjaApplicationContextLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.evolveum.midpoint.ninja.impl with parameters of type NinjaApplicationContextLevel Constructor Description NinjaContext(@NotNull PrintStream out, @NotNull PrintStream err, @NotNull List<Object> options, @NotNull NinjaApplicationContextLevel applicationContextLevel)
-