com.wewebu.ow.server.ecmimpl.alfresco.bpm
Class OwAlfrescoBPMProcessorInfo

java.lang.Object
  extended by com.wewebu.ow.server.ecmimpl.alfresco.bpm.OwAlfrescoBPMProcessorInfo
All Implemented Interfaces:
com.wewebu.ow.server.ecm.bpm.OwWorkitemProcessorInfo

public class OwAlfrescoBPMProcessorInfo
extends Object
implements com.wewebu.ow.server.ecm.bpm.OwWorkitemProcessorInfo

Alfresco BPM based implementation of OwWorkitemProcessorInfo.

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

Since:
4.0.0.0

Field Summary
 
Fields inherited from interface com.wewebu.ow.server.ecm.bpm.OwWorkitemProcessorInfo
STEPPROCESSOR_CONTEXT_LAUNCH, STEPPROCESSOR_CONTEXT_STEP, STEPPROCESSOR_CONTEXT_UNKNOWN, STEPPROCESSOR_CONTEXT_USER_START, STEPPROCESSOR_TYPE_JAVASCRIPT, STEPPROCESSOR_TYPE_JAVASCRIPT_AND_URL, STEPPROCESSOR_TYPE_JSP_FORM, STEPPROCESSOR_TYPE_UNKNOWN, STEPPROCESSOR_TYPE_URL, STEPPROCESSOR_TYPE_USER_START
 
Constructor Summary
OwAlfrescoBPMProcessorInfo(OwAlfrescoBPMWorkItem workItem)
           
OwAlfrescoBPMProcessorInfo(OwAlfrescoBPMWorkItem workItem, String jspPage)
           
 
Method Summary
 int getContextType()
           
 String getDisplayName(Locale locale_p)
           
 int getHeight()
           
 String getID()
           
 String getJspFormPage()
           
 Object getNativeProcessor()
           
 String getScript()
           
 int getType()
           
 String getURL()
           
 int getWidth()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OwAlfrescoBPMProcessorInfo

public OwAlfrescoBPMProcessorInfo(OwAlfrescoBPMWorkItem workItem,
                                  String jspPage)

OwAlfrescoBPMProcessorInfo

public OwAlfrescoBPMProcessorInfo(OwAlfrescoBPMWorkItem workItem)
Method Detail

getJspFormPage

public String getJspFormPage()
Specified by:
getJspFormPage in interface com.wewebu.ow.server.ecm.bpm.OwWorkitemProcessorInfo

getType

public int getType()
Specified by:
getType in interface com.wewebu.ow.server.ecm.bpm.OwWorkitemProcessorInfo

getURL

public String getURL()
              throws Exception
Specified by:
getURL in interface com.wewebu.ow.server.ecm.bpm.OwWorkitemProcessorInfo
Throws:
Exception

getScript

public String getScript()
                 throws Exception
Specified by:
getScript in interface com.wewebu.ow.server.ecm.bpm.OwWorkitemProcessorInfo
Throws:
Exception

getID

public String getID()
Specified by:
getID in interface com.wewebu.ow.server.ecm.bpm.OwWorkitemProcessorInfo

getDisplayName

public String getDisplayName(Locale locale_p)
Specified by:
getDisplayName in interface com.wewebu.ow.server.ecm.bpm.OwWorkitemProcessorInfo

getContextType

public int getContextType()
Specified by:
getContextType in interface com.wewebu.ow.server.ecm.bpm.OwWorkitemProcessorInfo

getNativeProcessor

public Object getNativeProcessor()
Specified by:
getNativeProcessor in interface com.wewebu.ow.server.ecm.bpm.OwWorkitemProcessorInfo

getWidth

public int getWidth()
Specified by:
getWidth in interface com.wewebu.ow.server.ecm.bpm.OwWorkitemProcessorInfo

getHeight

public int getHeight()
Specified by:
getHeight in interface com.wewebu.ow.server.ecm.bpm.OwWorkitemProcessorInfo


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.