Uses of Enum Class
org.opencastproject.workflow.api.RetryStrategy
Packages that use RetryStrategy
-
Uses of RetryStrategy in org.opencastproject.workflow.api
Fields in org.opencastproject.workflow.api declared as RetryStrategyModifier and TypeFieldDescriptionprotected RetryStrategyJaxbWorkflowOperationInstance.retryStrategyprotected RetryStrategyWorkflowOperationDefinitionImpl.retryStrategyprotected RetryStrategyWorkflowOperationInstance.retryStrategyMethods in org.opencastproject.workflow.api that return RetryStrategyModifier and TypeMethodDescriptionWorkflowOperationDefinition.getRetryStrategy()Return the retry strategyWorkflowOperationDefinitionImpl.getRetryStrategy()Return the retry strategyWorkflowOperationInstance.getRetryStrategy()Return the strategy to use in case of operation failurestatic RetryStrategyReturns the enum constant of this class with the specified name.static RetryStrategy[]RetryStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.opencastproject.workflow.api with parameters of type RetryStrategyModifier and TypeMethodDescriptionRetryStrategy.Adapter.marshal(RetryStrategy retryStrategy) voidWorkflowOperationDefinitionImpl.setRetryStrategy(RetryStrategy retryStrategy) Constructors in org.opencastproject.workflow.api with parameters of type RetryStrategyModifierConstructorDescriptionWorkflowOperationInstance(String template, Long jobId, WorkflowOperationInstance.OperationState state, String description, Map<String, String> configurations, boolean failOnError, String executeCondition, String exceptionHandlingWorkflow, Boolean abortable, Boolean continuable, Date dateStarted, Date dateCompleted, Long timeInQueue, int maxAttempts, int failedAttempts, String executionHost, RetryStrategy retryStrategy)