com.wewebu.ow.server.plug.owbpm.plug
Class OwBPMLaunchProcessorFunction.OwJSPWorkflowLauncherFactory

java.lang.Object
  extended by com.wewebu.ow.server.plug.owbpm.plug.OwBPMLaunchProcessorFunction.OwJSPWorkflowLauncherFactory
All Implemented Interfaces:
OwBPMLaunchProcessorFunction.OwBPMWorkflowLauncherFactory
Enclosing class:
OwBPMLaunchProcessorFunction

protected class OwBPMLaunchProcessorFunction.OwJSPWorkflowLauncherFactory
extends Object
implements OwBPMLaunchProcessorFunction.OwBPMWorkflowLauncherFactory

Concrete factory use to create a JSP based workflow launcher.

Since:
3.1.0.0

Constructor Summary
protected OwBPMLaunchProcessorFunction.OwJSPWorkflowLauncherFactory()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OwBPMLaunchProcessorFunction.OwJSPWorkflowLauncherFactory

protected OwBPMLaunchProcessorFunction.OwJSPWorkflowLauncherFactory()
Method Detail

createLauncher

public 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)
Description copied from interface: OwBPMLaunchProcessorFunction.OwBPMWorkflowLauncherFactory
Create the OwBPMWorkflowLauncher object.

Specified by:
createLauncher in interface OwBPMLaunchProcessorFunction.OwBPMWorkflowLauncherFactory
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.

getDefaulBigIcon

public String getDefaulBigIcon()
Description copied from interface: OwBPMLaunchProcessorFunction.OwBPMWorkflowLauncherFactory
Get the default big icon path.

Specified by:
getDefaulBigIcon in interface OwBPMLaunchProcessorFunction.OwBPMWorkflowLauncherFactory
Returns:
- the default big icon path.

getDefaultIcon

public String getDefaultIcon()
Description copied from interface: OwBPMLaunchProcessorFunction.OwBPMWorkflowLauncherFactory
Get the default icon path.

Specified by:
getDefaultIcon in interface OwBPMLaunchProcessorFunction.OwBPMWorkflowLauncherFactory
Returns:
- the default icon path.


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.