Package | Description |
---|---|
com.opensymphony.workflow.loader | |
com.opensymphony.workflow.spi.hibernate | |
com.opensymphony.workflow.util |
Modifier and Type | Method and Description |
---|---|
static WorkflowDescriptor |
WorkflowLoader.load(InputStream is)
Deprecated.
please use
WorkflowLoader.load(java.io.InputStream, boolean) instead. |
static WorkflowDescriptor |
WorkflowLoader.load(InputStream is,
boolean validate) |
static WorkflowDescriptor |
WorkflowLoader.load(URL url,
boolean validate)
Load a workflow descriptor from a URL
|
void |
WorkflowDescriptor.validate() |
void |
StepDescriptor.validate() |
void |
SplitDescriptor.validate() |
void |
ResultDescriptor.validate() |
void |
RestrictionDescriptor.validate() |
void |
JoinDescriptor.validate() |
void |
ConditionsDescriptor.validate() |
void |
ConditionalResultDescriptor.validate() |
void |
ConditionDescriptor.validate() |
void |
ActionDescriptor.validate() |
static void |
ValidationHelper.validate(Collection c) |
Modifier and Type | Method and Description |
---|---|
Object |
SpringWorkflowDescriptorFactory.getObject() |
Modifier and Type | Method and Description |
---|---|
void |
Validatable.validate()
Validate this element, and propagate validation to all contained sub-elements.
|
Copyright © 2021 catworkx GmbH. All rights reserved.