public class AFOptions extends FormOptions
FormGenerationService
.Constructor and Description |
---|
AFOptions() |
Modifier and Type | Method and Description |
---|---|
String |
getAdobeSignConfig()
Returns the path of the adobe sign configuration associated to the form.
|
String |
getAFGenerator()
Returns the software package used for creating adaptive form.
|
String |
getAfTemplatePath()
Returns the Repository path of the Adaptive Form template used for creating the form
|
String |
getAfThemePath()
Returns the Repository path of the Adaptive Form theme used for creating the form
|
String[] |
getCloudServiceConfigs()
Returns the array of all cloud services configured with the form.
|
Map<String,Object> |
getCustomPropertiesMap()
Returns the map of custom properties that are added by the service responsible for the creation of the Adaptive Form
|
String |
getDorTemplatePath() |
String |
getDorType() |
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 |
getIsElectronicSignatureEnabled()
Returns True if adobe sign is enabled for the form.
|
String |
getXdpRef()
Deprecated.
Use getFormModelRef instead.
Returns the Repository path of the Form Template.
|
boolean |
isAdobeSignEnabled()
Deprecated.
use getIsElectronicSignatureEnabled instead.
Returns if adobe sign is enabled for the form.
|
void |
setAdobeSignConfig(String adobeSignConfig)
Sets the path of the adobe sign configuration associated to the form.
|
void |
setAdobeSignEnabled(boolean adobeSignEnabled)
Deprecated.
use setIsElectronicSignatureEnabled instead
Sets if adobe sign needs to be enabled for the form.
|
void |
setAFGenerator(String afGenerator)
Sets the software package used for creating adaptive form.
|
void |
setAfTemplatePath(String afTemplatePath)
Set the Repository path of the Adaptive Form template used for creating the form.
|
void |
setAfThemePath(String afThemePath)
Set the Repository path of the Adaptive Form theme used for creating the form.
|
void |
setCloudServiceConfigs(String[] cloudServiceConfigs)
Sets the array of all cloud services configured with the form.
|
void |
setCustomPropertiesMap(Map<String,Object> customPropertiesMap)
This API sets the key value pairs of custom properties that can be used by services or tools which create an Adaptive Form
|
void |
setDorTemplatePath(String dorTemplatePath) |
void |
setDorType(String dorType) |
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 |
setIsElectronicSignatureEnabled(String isElectronicSignatureEnabled)
Sets "_useSignedPdf" to "true" if "Electronic Signature" is enabled in template
|
void |
setXdpRef(String xdpRef)
Deprecated.
User setFormModelRef instead.
Set the Repository path of the Form Template to model the Adaptive Form.
|
getAnalyticsEnabled, getDescription, getFormLocation, getName, getNameConflictAction, getTags, getTitle, setAnalyticsEnabled, 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.public String getAfThemePath()
public void setAfThemePath(String afThemePath)
afThemePath
- String representing a valid Repository path of the Adaptive Form theme.@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 String getAFGenerator()
public FormModel getFormModelType()
FormModel
specifying type of model being used for creating adaptive form.public void setFormModelType(FormModel formModel)
formModel
- FormModel
specifying type of model to be used for creating adaptive form.public void setAFGenerator(String afGenerator)
afGenerator
- specifying name of software packagepublic String getDorTemplatePath()
public void setDorTemplatePath(String dorTemplatePath)
public String getDorType()
public void setDorType(String dorType)
public String[] getCloudServiceConfigs()
public void setCloudServiceConfigs(String[] cloudServiceConfigs)
cloudServiceConfigs
- the array of all cloud services configured with the form.@Deprecated public boolean isAdobeSignEnabled()
@Deprecated public void setAdobeSignEnabled(boolean adobeSignEnabled)
adobeSignEnabled
- True if adobe sign needs to be enabled for the form.public String getAdobeSignConfig()
public void setAdobeSignConfig(String adobeSignConfig)
adobeSignConfig
- The path of the adobe sign configuration associated to the form.public String getIsElectronicSignatureEnabled()
public void setIsElectronicSignatureEnabled(String isElectronicSignatureEnabled)
isElectronicSignatureEnabled
- "true" if adobe sign needs to be enabled for the form.
By default this set to null, if not null set it to true or false, that is expected.public Map<String,Object> getCustomPropertiesMap()
Copyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.