public interface FormGenerationService
| Modifier and Type | Method and Description |
|---|---|
FormGenerationResult |
createAdaptiveForm(javax.jcr.Session session,
AFOptions afOptions)
This API creates Adaptive Form based on the afOptions provided.
|
FormGenerationResult |
createAdaptiveFormFragment(javax.jcr.Session session,
AFFOptions affOptions)
This API creates Adaptive Form Fragment based on the affOptions provided.
|
FormGenerationResult |
createFormset(javax.jcr.Session session,
FormsetOptions formsetOptions)
This API creates Form Set based on the FormsetOptions provided.
|
FormGenerationResult createAdaptiveForm(javax.jcr.Session session, AFOptions afOptions) throws FormsMgrException
session - A valid JCR session.afOptions - Configurable options that will be honored while creating Adaptive Form.FormsMgrExceptionFormGenerationResult createAdaptiveFormFragment(javax.jcr.Session session, AFFOptions affOptions) throws FormsMgrException
session - A valid JCR session.affOptions - Configurable options that will be honored while creating Adaptive Form Fragment.FormsMgrExceptionFormGenerationResult createFormset(javax.jcr.Session session, FormsetOptions formsetOptions) throws FormsMgrException
session - A valid JCR session.formsetOptions - Configurable options that will be honored while creating Form Set.FormsMgrExceptionCopyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.