|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openarchitectureware.workflow.lib.AbstractWorkflowComponent
org.openarchitectureware.workflow.container.CompositeComponent
org.openarchitectureware.workflow.Workflow
public class Workflow
Field Summary |
---|
Fields inherited from class org.openarchitectureware.workflow.container.CompositeComponent |
---|
components, log |
Constructor Summary | |
---|---|
Workflow()
|
Method Summary | |
---|---|
boolean |
isAbstract()
Checks if the workflow is abstract. |
void |
setAbstract(boolean abs)
Sets if the workflow is abstract or not. |
Methods inherited from class org.openarchitectureware.workflow.container.CompositeComponent |
---|
addBean, addCartridge, addComponent, addFeature, addIf, checkConfiguration, getComponentName, getComponents, getContainer, getId, getLocation, getLogMessage, getName, getOwnLocation, getResource, invoke, put, setContainer, setId, setLocation, setOwnLocation, setResource |
Methods inherited from class org.openarchitectureware.workflow.lib.AbstractWorkflowComponent |
---|
checkRequiredConfigProperty |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Workflow()
Method Detail |
---|
public void setAbstract(boolean abs)
abs
- if true
, the workflow is abstract, if
false
it is concrete.public boolean isAbstract()
true
if the workflow is abstract, otherwise
false
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |