Uses of Enum Class
org.opends.server.backends.task.FailedDependencyAction
Package
Description
Contains the code for the Directory Server backend that provides an interface for executing administrative tasks.
This package contains classes that support client tool interaction with the tasks backend.
-
Uses of FailedDependencyAction in org.opends.server.backends.task
Modifier and TypeMethodDescriptionstatic FailedDependencyAction
FailedDependencyAction.defaultValue()
Returns the default action.static FailedDependencyAction
FailedDependencyAction.fromString
(String s) Retrieves the failed dependency action that corresponds to the provided string value.final FailedDependencyAction
Task.getFailedDependencyAction()
Retrieves the action that should be taken if any of the dependencies for this task do not complete successfully.static FailedDependencyAction
Returns the enum constant of this class with the specified name.static FailedDependencyAction[]
FailedDependencyAction.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of FailedDependencyAction in org.opends.server.tools.tasks
Modifier and TypeMethodDescriptionTaskScheduleArgs.getFailedDependencyAction()
Gets the action to take should one of the dependent task fail.TaskScheduleInformation.getFailedDependencyAction()
Gets the action to take should one of the dependent task fail.TaskScheduleUserData.getFailedDependencyAction()
Gets the action to take should one of the dependent task fail.Modifier and TypeMethodDescriptionvoid
TaskScheduleUserData.setFailedDependencyAction
(FailedDependencyAction failedDependencyAction) Sets the action to take should one of the dependent task fail.