org.exoplatform.services.workflow.impl.jbpm
Class FormImpl

java.lang.Object
  extended by org.exoplatform.services.workflow.impl.jbpm.FormImpl
All Implemented Interfaces:
Form

public class FormImpl
extends java.lang.Object
implements Form

Created y the eXo platform team User: Benjamin Mestrallet Date: 17 mai 2004


Constructor Summary
FormImpl(org.jbpm.file.def.FileDefinition fileDefinition, org.dom4j.Element element, java.util.Locale locale)
           
 
Method Summary
 byte[] getBytes(org.jbpm.file.def.FileDefinition fileDefinition, java.lang.String file)
           
 java.lang.String getCustomizedView()
           
 java.lang.String getIconURL()
           
 java.util.ResourceBundle getResourceBundle()
           
 java.lang.String getStateImageURL()
           
 java.lang.String getStateName()
           
 java.util.List getSubmitButtons()
           
 java.lang.String getURL(byte[] bytes)
           
 java.util.List getVariables()
           
 boolean isCustomizedView()
           
 boolean isDelegatedView()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormImpl

public FormImpl(org.jbpm.file.def.FileDefinition fileDefinition,
                org.dom4j.Element element,
                java.util.Locale locale)
Method Detail

getVariables

public java.util.List getVariables()
Specified by:
getVariables in interface Form

getSubmitButtons

public java.util.List getSubmitButtons()
Specified by:
getSubmitButtons in interface Form

getStateName

public java.lang.String getStateName()
Specified by:
getStateName in interface Form

getResourceBundle

public java.util.ResourceBundle getResourceBundle()
Specified by:
getResourceBundle in interface Form

isCustomizedView

public boolean isCustomizedView()
Specified by:
isCustomizedView in interface Form

getCustomizedView

public java.lang.String getCustomizedView()
Specified by:
getCustomizedView in interface Form

isDelegatedView

public boolean isDelegatedView()
Specified by:
isDelegatedView in interface Form

getIconURL

public java.lang.String getIconURL()
Specified by:
getIconURL in interface Form

getStateImageURL

public java.lang.String getStateImageURL()
Specified by:
getStateImageURL in interface Form

getBytes

public byte[] getBytes(org.jbpm.file.def.FileDefinition fileDefinition,
                       java.lang.String file)

getURL

public java.lang.String getURL(byte[] bytes)


Copyright © 2013 eXo Platform SAS. All Rights Reserved.