public class AFFOptions extends FormOptions
FormGenerationService
.Constructor and Description |
---|
AFFOptions() |
Modifier and Type | Method and Description |
---|---|
String |
getFormModelRef()
Returns the repository path of the form model schema file which will be used to model
Adaptive Form Fragment.
|
String |
getFormModelRoot()
Returns the Repository path of the form model root element.
|
FormModel |
getFormModelType()
Returns the form model type to be used for creating Adaptive Form Fragment.
|
String |
getFragmentSubform()
Deprecated.
Use getFormModelRoot instead.
Returns the som-expression of a subform in the Form Template from which Adaptive Form Fragment is generated.
|
String |
getXdpRef()
Deprecated.
Use getFormModelRef instead.
Returns the Repository path of the Form Template.
|
void |
setFormModelRef(String formModelRef)
Sets the repository path of the form model schema file which to be used for
creating Adaptive Form Fragment.
|
void |
setFormModelRoot(String formModelRoot)
Sets the form model root element to be picked for modeling the Adaptive Form Fragment.
|
void |
setFormModelType(FormModel formModel)
Sets the type of form model to use for creating Adaptive Form Fragment.
|
void |
setFragmentSubform(String fragmentSubform)
Deprecated.
Use setFormModelRoot instead.
Set the som-expression of a subform that is to be used to generate the Adaptive Form Fragment.
This subform should be marked as a fragment in the Form Template. If this value is not found or
is invalid, the adaptive form fragment is created using the first subform marked as fragment in the Form Template.
|
void |
setXdpRef(String xdpRef)
Deprecated.
Use setFormModelRef instead.
Set the Repository path of the Form Template to model the Adaptive Form Fragment.
It is mandatory to set xdpRef for Adaptive Form Fragment creation.
|
getDescription, getFormLocation, getName, getNameConflictAction, getTags, getTitle, setDescription, setFormLocation, setName, setNameConflictAction, setTags, setTitle
@Deprecated public String getXdpRef()
@Deprecated public void setXdpRef(String xdpRef)
xdpRef
- String representing a valid Repository path of the Form Template.@Deprecated public String getFragmentSubform()
@Deprecated public void setFragmentSubform(String fragmentSubform)
fragmentSubform
- String representing a som-expression of a subform in the Form Template.public String getFormModelRoot()
public void setFormModelRoot(String formModelRoot)
formModelRoot
- String representing valid form model root.public String getFormModelRef()
public void setFormModelRef(String formModelRef)
public FormModel getFormModelType()
FORM_TEMPLATE
FormModel
to be used for creating Adaptive Form Fragment.Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.