com.wewebu.ow.server.ecm.bpm
Interface OwWorkitemProcessorInfo


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


Field Summary
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
 
Method Summary
 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
 

Field Detail

STEPPROCESSOR_TYPE_UNKNOWN

static final int STEPPROCESSOR_TYPE_UNKNOWN
step processor info type, used in getType

See Also:
Constant Field Values

STEPPROCESSOR_TYPE_JSP_FORM

static final int STEPPROCESSOR_TYPE_JSP_FORM
step processor info type, used in getType

See Also:
Constant Field Values

STEPPROCESSOR_TYPE_URL

static final int STEPPROCESSOR_TYPE_URL
step processor info type, used in getType

See Also:
Constant Field Values

STEPPROCESSOR_TYPE_JAVASCRIPT

static final int STEPPROCESSOR_TYPE_JAVASCRIPT
step processor info type, used in getType

See Also:
Constant Field Values

STEPPROCESSOR_TYPE_JAVASCRIPT_AND_URL

static final int STEPPROCESSOR_TYPE_JAVASCRIPT_AND_URL
step processor info type, used in getType

See Also:
Constant Field Values

STEPPROCESSOR_TYPE_USER_START

static final int STEPPROCESSOR_TYPE_USER_START
step processor info type, user defined definitions start here

See Also:
Constant Field Values

STEPPROCESSOR_CONTEXT_UNKNOWN

static final int STEPPROCESSOR_CONTEXT_UNKNOWN
step processor info context, used in getContextType

See Also:
Constant Field Values

STEPPROCESSOR_CONTEXT_STEP

static final int STEPPROCESSOR_CONTEXT_STEP
step processor info context, used in getContextType

See Also:
Constant Field Values

STEPPROCESSOR_CONTEXT_LAUNCH

static final int STEPPROCESSOR_CONTEXT_LAUNCH
step processor info context, used in getContextType

See Also:
Constant Field Values

STEPPROCESSOR_CONTEXT_USER_START

static final int STEPPROCESSOR_CONTEXT_USER_START
step processor info context, user defined definitions start here

See Also:
Constant Field Values
Method Detail

getJspFormPage

String getJspFormPage()
get the name of a JSP form to use

Returns:
path to a JSP form page, or null if no form is associated

getType

int getType()
get the type of the step processor as defined in STEPPROCESSOR_TYPE_...


getURL

String getURL()
              throws Exception
get the URL to the processor to use

Returns:
URL, or null if no URL is associated
Throws:
Exception

getScript

String getScript()
                 throws Exception
get the script to the processor to use

Returns:
script command, or null if no script is associated
Throws:
Exception

getID

String getID()
get the ID of the step processor, or null if not defined


getDisplayName

String getDisplayName(Locale locale_p)
get the name of the step processor, or null if not defined


getContextType

int getContextType()
get the context of the step processor as defined in STEPPROCESSOR_CONTEXT_...


getNativeProcessor

Object getNativeProcessor()
get the native processor object, or null if not available


getWidth

int getWidth()
get the width of the processor, or 0 if not defined


getHeight

int getHeight()
get the height of the processor, or 0 if not defined



Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.