public class AFOptions extends FormOptions
FormGenerationService
.Constructor and Description |
---|
AFOptions() |
Modifier and Type | Method and Description |
---|---|
String |
getAfTemplatePath()
Returns the Repository path of the Adaptive Form template used for creating the form
|
String |
getFormModelRef()
Returns the repository path of the file which will be used to model
Adaptive Form
|
String |
getFormModelRoot()
Returns the Repository path of the form model root element.
|
FormModel |
getFormModelType()
Returns the form model type used for creating adaptive form.
|
String |
getXdpRef()
Deprecated.
Use getFormModelRef instead.
Returns the Repository path of the Form Template.
|
void |
setAfTemplatePath(String afTemplatePath)
Set the Repository path of the Adaptive Form template used for creating the form.
|
void |
setFormModelRef(String formModelRef)
Sets the repository path of the Form Model file which to be used for
creating Adaptive Form
|
void |
setFormModelRoot(String formModelRoot)
Sets the form model root element to be picked for modeling the Adaptive Form.
|
void |
setFormModelType(FormModel formModel)
Sets the type of form model to use for creating adaptive form.
|
void |
setXdpRef(String xdpRef)
Deprecated.
User setFormModelRef instead.
Set the Repository path of the Form Template to model the Adaptive Form.
|
getDescription, getFormLocation, getName, getNameConflictAction, getTags, getTitle, setDescription, setFormLocation, setName, setNameConflictAction, setTags, setTitle
public String getAfTemplatePath()
public void setAfTemplatePath(String afTemplatePath)
afTemplatePath
- String representing a valid Repository path of the Adaptive Form template.@Deprecated public String getXdpRef()
@Deprecated public void setXdpRef(String xdpRef)
xdpRef
- String representing a valid Repository path of 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()
FormModel
specifying type of model being used for creating adaptive form.Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.