Uses of Enum Class
com.evolveum.midpoint.ninja.impl.NinjaApplicationContextLevel
Package
Description
-
Uses of NinjaApplicationContextLevel in com.evolveum.midpoint.ninja.action
Modifier and TypeMethodDescription@NotNull NinjaApplicationContextLevel
Action.getApplicationContextLevel
(List<Object> allOptions) @NotNull NinjaApplicationContextLevel
HelpAction.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
Modifier and TypeMethodDescription@NotNull NinjaApplicationContextLevel
EditTraceAction.getApplicationContextLevel
(List<Object> allOptions) -
Uses of NinjaApplicationContextLevel in com.evolveum.midpoint.ninja.action.upgrade.action
Modifier and TypeMethodDescription@NotNull NinjaApplicationContextLevel
DownloadDistributionAction.getApplicationContextLevel
(List<Object> allOptions) @NotNull NinjaApplicationContextLevel
UpgradeObjectsAction.getApplicationContextLevel
(List<Object> allOptions) -
Uses of NinjaApplicationContextLevel in com.evolveum.midpoint.ninja.impl
Modifier and TypeMethodDescriptionstatic NinjaApplicationContextLevel
Returns the enum constant of this class with the specified name.static NinjaApplicationContextLevel[]
NinjaApplicationContextLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionNinjaContext
(@NotNull PrintStream out, @NotNull PrintStream err, @NotNull List<Object> options, @NotNull NinjaApplicationContextLevel applicationContextLevel)