org.exoplatform.services.workflow.impl.bonita
Class AutomaticFormImpl
java.lang.Object
org.exoplatform.services.workflow.impl.bonita.AutomaticFormImpl
- All Implemented Interfaces:
- Form
public class AutomaticFormImpl
- extends java.lang.Object
- implements Form
This class represents a Form that is automatically generated by eXo
Created by Bull R&D
- Author:
- Brice Revenant, Le Gall Rodrigue
Dec 30, 2005
|
Constructor Summary |
AutomaticFormImpl(java.lang.String processId,
java.lang.String activity,
java.util.Locale locale)
This constructor is invoked to create a new Automatic Form. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AutomaticFormImpl
public AutomaticFormImpl(java.lang.String processId,
java.lang.String activity,
java.util.Locale locale)
- This constructor is invoked to create a new Automatic Form.
The Process instance identifier is not specified, which means propaged
properties are not displayed.
- Parameters:
processId - identifies the Process to which the State belongsactivity - name of the State corresponding to the Form to be createdlocale - locale of the Form
getCustomizedView
public java.lang.String getCustomizedView()
- Specified by:
getCustomizedView in interface Form
getIconURL
public java.lang.String getIconURL()
- Specified by:
getIconURL in interface Form
getResourceBundle
public java.util.ResourceBundle getResourceBundle()
- Specified by:
getResourceBundle in interface Form
getStateImageURL
public java.lang.String getStateImageURL()
- Specified by:
getStateImageURL in interface Form
getStateName
public java.lang.String getStateName()
- Specified by:
getStateName in interface Form
getSubmitButtons
public java.util.List getSubmitButtons()
- Specified by:
getSubmitButtons in interface Form
getVariables
public java.util.List getVariables()
- Specified by:
getVariables in interface Form
isCustomizedView
public boolean isCustomizedView()
- Specified by:
isCustomizedView in interface Form
isDelegatedView
public boolean isDelegatedView()
- Specified by:
isDelegatedView in interface Form
getMessage
public java.lang.String getMessage()
hasMessage
public boolean hasMessage()
Copyright © 2010 eXo Platform SAS. All Rights Reserved.