Uses of Enum Class
network.ike.plugin.ws.preflight.PreflightCondition
Packages that use PreflightCondition
-
Uses of PreflightCondition in network.ike.plugin.ws.preflight
Subclasses with type arguments of type PreflightCondition in network.ike.plugin.ws.preflightModifier and TypeClassDescriptionenumClosed vocabulary of preflight checks thatws:*goals can require before they mutate workspace state.Methods in network.ike.plugin.ws.preflight that return PreflightConditionModifier and TypeMethodDescriptionPreflightResult.Failure.condition()Returns the value of theconditionrecord component.static PreflightConditionReturns the enum constant of this class with the specified name.static PreflightCondition[]PreflightCondition.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in network.ike.plugin.ws.preflight with type arguments of type PreflightConditionModifier and TypeMethodDescriptionstatic PreflightResultPreflight.of(List<PreflightCondition> conditions, PreflightContext ctx) Evaluate each condition in order against the given context.Constructors in network.ike.plugin.ws.preflight with parameters of type PreflightConditionModifierConstructorDescriptionFailure(PreflightCondition condition, String remediation) Creates an instance of aFailurerecord class.