Uses of Class
org.opencastproject.workflow.api.JaxbWorkflowConfiguration
Packages that use JaxbWorkflowConfiguration
-
Uses of JaxbWorkflowConfiguration in org.opencastproject.workflow.api
Fields in org.opencastproject.workflow.api with type parameters of type JaxbWorkflowConfigurationModifier and TypeFieldDescriptionprotected Set<JaxbWorkflowConfiguration> JaxbWorkflowInstance.configurationsprotected Set<JaxbWorkflowConfiguration> JaxbWorkflowOperationInstance.configurationsprotected Set<JaxbWorkflowConfiguration> WorkflowOperationDefinitionImpl.configurationsMethods in org.opencastproject.workflow.api that return JaxbWorkflowConfigurationModifier and TypeMethodDescriptionYamlWorkflowConfigurationDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext) static JaxbWorkflowConfigurationYamlWorkflowParser.parseWorkflowInstance(InputStream in) Loads a workflow instance from the given input stream.static JaxbWorkflowConfigurationYamlWorkflowParser.parseWorkflowInstance(String in) Loads a workflow instance from the xml stream.Methods in org.opencastproject.workflow.api with parameters of type JaxbWorkflowConfigurationModifier and TypeMethodDescriptionvoidYamlWorkflowConfigurationSerializer.serialize(JaxbWorkflowConfiguration workflowConfiguration, com.fasterxml.jackson.core.JsonGenerator jsonGenerator, com.fasterxml.jackson.databind.SerializerProvider serializerProvider) Constructor parameters in org.opencastproject.workflow.api with type arguments of type JaxbWorkflowConfigurationModifierConstructorDescription