org.jbpm.formModeler.api.client
Interface FormRenderContextManager
public interface FormRenderContextManager
Method Summary |
void |
fireContextSubmit(FormSubmittedEvent event)
|
void |
fireContextSubmitError(FormSubmitFailEvent event)
|
FormRenderContext |
getFormRenderContext(String UID)
|
FormRenderContext |
getRootContext(String UID)
|
FormRenderContext |
newContext(Form form,
Map<String,Object> ctx)
|
FormRenderContext |
newContext(Form form,
Map<String,Object> inputData,
Map<String,Object> outputData)
|
FormRenderContext |
newContext(Form form,
Map<String,Object> inputData,
Map<String,Object> outputData,
Map<String,Object> forms)
|
void |
persistContext(FormRenderContext ctx)
|
void |
persistContext(String ctxUID)
|
void |
removeContext(FormRenderContext context)
|
void |
removeContext(String ctxUID)
|
CTX_PREFFIX
static final String CTX_PREFFIX
- See Also:
- Constant Field Values
newContext
FormRenderContext newContext(Form form,
Map<String,Object> ctx)
newContext
FormRenderContext newContext(Form form,
Map<String,Object> inputData,
Map<String,Object> outputData)
newContext
FormRenderContext newContext(Form form,
Map<String,Object> inputData,
Map<String,Object> outputData,
Map<String,Object> forms)
getFormRenderContext
FormRenderContext getFormRenderContext(String UID)
getRootContext
FormRenderContext getRootContext(String UID)
removeContext
void removeContext(String ctxUID)
removeContext
void removeContext(FormRenderContext context)
fireContextSubmitError
void fireContextSubmitError(FormSubmitFailEvent event)
fireContextSubmit
void fireContextSubmit(FormSubmittedEvent event)
persistContext
void persistContext(FormRenderContext ctx)
throws Exception
- Throws:
Exception
persistContext
void persistContext(String ctxUID)
throws Exception
- Throws:
Exception
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.