| |
|
| java.lang.Object org.tigris.scarab.workflow.WorkflowFactory
WorkflowFactory | public class WorkflowFactory (Code) | | This class retrieves the appropriate workflow tool. The DefaultWorkflow
is a noop implementation of workflow that always returns true.
author: Elicia David author: Daniel Rall author: Jon Scott Stevens version: $Id: WorkflowFactory.java 9115 2004-05-14 12:10:49Z thierrylach $ |
getForceUseDefault | public static boolean getForceUseDefault()(Code) | | This is used when you want to force the workflow to
use the default workflow and override whatever is configured.
Set it to true to override and false to turn that off again.
This is useful during xml import to turn off workflow validation
in case the import process doesn't know anything about the
workflow process.
|
setForceUseDefault | public static void setForceUseDefault(boolean value)(Code) | | This is used when you want to force the workflow to
use the default workflow and override whatever is configured.
Set it to true to override and false to turn that off again.
This is useful during xml import to turn off workflow validation
in case the import process doesn't know anything about the
workflow process.
|
|
|
|