com.wewebu.ow.server.plug.owbpm.plug
Interface OwBPMLaunchProcessorFunction.OwBPMWorkflowLauncherFactory

All Known Implementing Classes:
OwBPMLaunchProcessorFunction.OwJSPWorkflowLauncherFactory, OwBPMLaunchProcessorFunction.OwStandardWorkflowLauncherFactory
Enclosing class:
OwBPMLaunchProcessorFunction

protected static interface OwBPMLaunchProcessorFunction.OwBPMWorkflowLauncherFactory

Factory interface used to create a OwBPMWorkflowLauncher object.

Since:
3.1.0.0

Method Summary
 OwBPMWorkflowLauncher createLauncher(com.wewebu.ow.server.ecm.bpm.OwWorkitemRepository repository_p, Collection targetObjects_p, com.wewebu.ow.server.app.OwMainAppContext context_p, com.wewebu.ow.server.util.OwXMLUtil configNode_p)
          Create the OwBPMWorkflowLauncher object.
 String getDefaulBigIcon()
          Get the default big icon path.
 String getDefaultIcon()
          Get the default icon path.
 

Method Detail

createLauncher

OwBPMWorkflowLauncher createLauncher(com.wewebu.ow.server.ecm.bpm.OwWorkitemRepository repository_p,
                                     Collection targetObjects_p,
                                     com.wewebu.ow.server.app.OwMainAppContext context_p,
                                     com.wewebu.ow.server.util.OwXMLUtil configNode_p)
Create the OwBPMWorkflowLauncher object.

Parameters:
repository_p - - the repository object.
targetObjects_p - - collection with target objects.
context_p - - the application context.
configNode_p - - the config node object.
Returns:
the OwBPMWorkflowLauncher object.

getDefaultIcon

String getDefaultIcon()
Get the default icon path.

Returns:
- the default icon path.

getDefaulBigIcon

String getDefaulBigIcon()
Get the default big icon path.

Returns:
- the default big icon path.


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.