public class OwBPMNewWorkflowExtension
extends com.wewebu.ow.server.app.OwAbstractToolExtension
Extension of the new-plugin that launches context free workflows.
The launched workflow is processed using the OwBPMJspLaunchProcessorDialog
(if a JspForm is configured)
or using the OwBPMJspLaunchProcessorDialog
as
processor dialog.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Modifier and Type | Field and Description |
---|---|
protected static String |
BIGICON_DESIGN_PATH
default big icon path
|
protected static String |
ICON_DESIGN_PATH
default icon path
|
Constructor and Description |
---|
OwBPMNewWorkflowExtension() |
Modifier and Type | Method and Description |
---|---|
protected com.wewebu.ow.server.app.OwStandardSequenceDialog |
createProcessorDialog(com.wewebu.ow.server.ecm.bpm.OwWorkitem workItem_p)
Creates the process dialog to launch the workflow.
|
protected String |
getDefaultBigIcon()
Get the default big icon path for this Extension.
|
protected String |
getDefaultIcon()
Get the default icon path for this Extension.
|
void |
onClickEvent() |
protected static final String BIGICON_DESIGN_PATH
protected static final String ICON_DESIGN_PATH
protected String getDefaultBigIcon()
getDefaultBigIcon
in class com.wewebu.ow.server.app.OwAbstractToolExtension
String
representing the default big icon path.protected String getDefaultIcon()
getDefaultIcon
in class com.wewebu.ow.server.app.OwAbstractToolExtension
String
representing the default icon path.protected com.wewebu.ow.server.app.OwStandardSequenceDialog createProcessorDialog(com.wewebu.ow.server.ecm.bpm.OwWorkitem workItem_p) throws Exception
workItem_p
- - the OwWorkitem
objectException
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.