|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.workflow.impl.bonita.FormCache
public class FormCache
Contains Forms that were previously created so that they do not need to be created every time. Created by Bull R&D
| Constructor Summary | |
|---|---|
FormCache()
|
|
| Method Summary | |
|---|---|
Form |
getForm(java.lang.String processId,
java.lang.String activity,
java.util.Locale locale)
Retrieves a Form from the cache based on specified information |
void |
removeForms(java.lang.String processId)
Remove all Forms corresponding to a Process Model |
void |
setForm(java.lang.String processId,
java.lang.String activity,
java.util.Locale locale,
Form form)
Puts a Form in the cache based on specified information |
java.lang.String |
toString()
Creates a String representation of the cache for debugging purpose |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FormCache()
| Method Detail |
|---|
public Form getForm(java.lang.String processId,
java.lang.String activity,
java.util.Locale locale)
processId - identifies the processactivity - identifies the statelocale - locale in which the Form should be retrieved
public void removeForms(java.lang.String processId)
processId - identifies the process
public void setForm(java.lang.String processId,
java.lang.String activity,
java.util.Locale locale,
Form form)
processId - identifies the processactivity - identifies the statelocale - locale of the formform - the Form to be cachedpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||