|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.workflow.impl.bonita.WorkflowFormsServiceImpl
public class WorkflowFormsServiceImpl
This service retrieves and caches Forms Created by Bull R&D
| Constructor Summary | |
|---|---|
WorkflowFormsServiceImpl(WorkflowFileDefinitionService fileDefinitionService)
Creates a new instance of the service |
|
| Method Summary | |
|---|---|
Form |
getForm(java.lang.String processId,
java.lang.String stateName,
java.util.Locale locale)
Retrieves a Form based on a process model, a state and a Locale. |
void |
removeForms(java.lang.String processDefinitionId)
Remove all Forms corresponding to a Process Model |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WorkflowFormsServiceImpl(WorkflowFileDefinitionService fileDefinitionService)
fileDefinitionService - this injected reference to a File Definition
service is used to store and retrieved
definitions of processes, which include
among others Forms.| Method Detail |
|---|
public Form getForm(java.lang.String processId,
java.lang.String stateName,
java.util.Locale locale)
getForm in interface WorkflowFormsServiceprocessId - identifies the processstateName - identifies the activitylocale - specifies the Localepublic void removeForms(java.lang.String processDefinitionId)
removeForms in interface WorkflowFormsServiceprocessDefinitionId - identifies the Process Model
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||