public abstract class AbstractWorkflowFactory extends Object implements WorkflowFactory
Modifier and Type | Field and Description |
---|---|
protected Properties |
properties |
Constructor and Description |
---|
AbstractWorkflowFactory() |
Modifier and Type | Method and Description |
---|---|
Properties |
getProperties()
Get the configuration properties of this factory
|
WorkflowDescriptor |
getWorkflow(String name)
Get a workflow descriptor given a workflow name.
|
void |
init(Properties p) |
void |
initDone()
Invoked after the properties of the factory have been set.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createWorkflow, getLayout, getName, getWorkflow, getWorkflowNames, isModifiable, removeWorkflow, renameWorkflow, save, saveWorkflow, setLayout
protected Properties properties
public Properties getProperties()
getProperties
in interface WorkflowFactory
public final void init(Properties p)
init
in interface WorkflowFactory
public WorkflowDescriptor getWorkflow(String name) throws FactoryException
getWorkflow
in interface WorkflowFactory
name
- The name of the workflow to get.FactoryException
- if the specified workflow name does not exist or cannot be located.public void initDone() throws FactoryException
initDone
in interface WorkflowFactory
FactoryException
- if there was an error during initialization.Copyright © 2021 catworkx GmbH. All rights reserved.