org.exoplatform.services.workflow.impl.bonita
Class AutomaticFormImpl

java.lang.Object
  extended by 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.
 
Method Summary
 java.lang.String getCustomizedView()
           
 java.lang.String getIconURL()
           
 java.lang.String getMessage()
           
 java.util.ResourceBundle getResourceBundle()
           
 java.lang.String getStateImageURL()
           
 java.lang.String getStateName()
           
 java.util.List getSubmitButtons()
           
 java.util.List getVariables()
           
 boolean hasMessage()
           
 boolean isCustomizedView()
           
 boolean isDelegatedView()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 belongs
activity - name of the State corresponding to the Form to be created
locale - locale of the Form
Method Detail

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 © 2014 eXo Platform SAS. All Rights Reserved.