Package org.opencastproject.workflow.api
Class JaxbWorkflowOperationInstance
java.lang.Object
org.opencastproject.workflow.api.JaxbWorkflowOperationInstance
A JAXB-annotated implementation of
WorkflowOperationInstance-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected Set<JaxbWorkflowConfiguration> protected Booleanprotected Dateprotected Dateprotected Stringprotected Stringprotected Stringprotected Stringprotected intprotected booleanprotected Longprotected intprotected RetryStrategyprotected WorkflowOperationInstance.OperationStateprotected Stringprotected Long -
Constructor Summary
ConstructorsConstructorDescriptionNo-arg constructor needed for JAXB serializationBuilds a new workflow operation instance based on another workflow operation. -
Method Summary
-
Field Details
-
template
-
jobId
-
state
-
description
-
configurations
-
failOnError
protected boolean failOnError -
executeCondition
-
exceptionHandlingWorkflow
-
abortable
-
continuable
-
dateStarted
-
dateCompleted
-
timeInQueue
-
maxAttempts
protected int maxAttempts -
failedAttempts
protected int failedAttempts -
executionHost
-
retryStrategy
-
-
Constructor Details
-
JaxbWorkflowOperationInstance
public JaxbWorkflowOperationInstance()No-arg constructor needed for JAXB serialization -
JaxbWorkflowOperationInstance
Builds a new workflow operation instance based on another workflow operation.
-
-
Method Details