public interface OwWorkitemProcessorInfo
Base interface for step processor information.
To be implemented with the specific BPM system.
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 |
---|---|
static int |
STEPPROCESSOR_CONTEXT_LAUNCH
step processor info context, used in getContextType
|
static int |
STEPPROCESSOR_CONTEXT_STEP
step processor info context, used in getContextType
|
static int |
STEPPROCESSOR_CONTEXT_UNKNOWN
step processor info context, used in getContextType
|
static int |
STEPPROCESSOR_CONTEXT_USER_START
step processor info context, user defined definitions start here
|
static int |
STEPPROCESSOR_TYPE_JAVASCRIPT
step processor info type, used in getType
|
static int |
STEPPROCESSOR_TYPE_JAVASCRIPT_AND_URL
step processor info type, used in getType
|
static int |
STEPPROCESSOR_TYPE_JSP_FORM
step processor info type, used in getType
|
static int |
STEPPROCESSOR_TYPE_UNKNOWN
step processor info type, used in getType
|
static int |
STEPPROCESSOR_TYPE_URL
step processor info type, used in getType
|
static int |
STEPPROCESSOR_TYPE_USER_START
step processor info type, user defined definitions start here
|
Modifier and Type | Method and Description |
---|---|
int |
getContextType()
get the context of the step processor as defined in STEPPROCESSOR_CONTEXT_...
|
String |
getDisplayName(Locale locale_p)
get the name of the step processor, or null if not defined
|
int |
getHeight()
get the height of the processor, or 0 if not defined
|
String |
getID()
get the ID of the step processor, or null if not defined
|
String |
getJspFormPage()
get the name of a JSP form to use
|
Object |
getNativeProcessor()
get the native processor object, or null if not available
|
String |
getScript()
get the script to the processor to use
|
int |
getType()
get the type of the step processor as defined in STEPPROCESSOR_TYPE_...
|
String |
getURL()
get the URL to the processor to use
|
int |
getWidth()
get the width of the processor, or 0 if not defined
|
static final int STEPPROCESSOR_TYPE_UNKNOWN
static final int STEPPROCESSOR_TYPE_JSP_FORM
static final int STEPPROCESSOR_TYPE_URL
static final int STEPPROCESSOR_TYPE_JAVASCRIPT
static final int STEPPROCESSOR_TYPE_JAVASCRIPT_AND_URL
static final int STEPPROCESSOR_TYPE_USER_START
static final int STEPPROCESSOR_CONTEXT_UNKNOWN
static final int STEPPROCESSOR_CONTEXT_STEP
static final int STEPPROCESSOR_CONTEXT_LAUNCH
static final int STEPPROCESSOR_CONTEXT_USER_START
String getJspFormPage()
int getType()
String getURL() throws Exception
Exception
String getScript() throws Exception
Exception
String getID()
String getDisplayName(Locale locale_p)
int getContextType()
Object getNativeProcessor()
int getWidth()
int getHeight()
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.