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 NinjaApplicationContextLevel
Action. getApplicationContextLevel(List<Object> allOptions)
@NotNull NinjaApplicationContextLevel
ListKeysRepositoryAction. getApplicationContextLevel(List<Object> allOptions)
@NotNull NinjaApplicationContextLevel
RunSqlAction. getApplicationContextLevel(List<Object> allOptions)
@NotNull NinjaApplicationContextLevel
VerifyAction. 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 NinjaApplicationContextLevel
EditTraceAction. 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 NinjaApplicationContextLevel
UpgradeObjectsAction. 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 NinjaApplicationContextLevel
NinjaApplicationContextLevel. 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)
-