public class JSONCreationOptions
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Integer> |
adobeSignNameIndexMap |
java.util.Map<java.lang.String,java.lang.Integer> |
somMap |
Constructor and Description |
---|
JSONCreationOptions() |
JSONCreationOptions(I18n i18n,
boolean includeJcrPath,
boolean includeFragmentJson,
java.util.Locale locale,
Resource formResource) |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getAdobeSignFieldNameIndex(java.lang.String name)
Gets the index in case adobe sign field has a duplicate name.
|
java.util.Map |
getBindRefToAFNameMap() |
boolean |
getContextNeeded() |
java.lang.String |
getData() |
java.lang.String |
getDataRef() |
java.util.Map<java.lang.String,java.lang.String> |
getExpTreeJsonMap()
Gets the expression editor tree json
this is required to initialize expression editor
scope/context before generating scripts
|
java.lang.String |
getFormContainerPath() |
Resource |
getFormResource() |
java.lang.String |
getFormResourceProperty(java.lang.String propertyName) |
I18n |
getI18n() |
java.util.Locale |
getLocale() |
java.lang.String |
getPagePath() |
java.util.Map |
getPrefillServiceParams() |
SlingHttpServletRequest |
getRequest() |
Scriptable |
getRulesScriptsScope()
get the rhino scope initialized with objects
required to generate scripts from rules
|
SignerResource |
getSignerResource()
Gets the guideContainer signer information in form of SignerResource
|
java.lang.Integer |
getSOMIndex(java.lang.String som) |
ResourcePropertyTransformer |
getTransformer() |
java.util.Map<java.lang.String,java.lang.String> |
getWebVariableAssignments() |
boolean |
isIncludeFragmentJson() |
boolean |
isIncludeJcrPath() |
void |
setBindRefToAFNameMap(java.util.Map bindRefToAFNameMap) |
JSONCreationOptions |
setData(java.lang.String data) |
JSONCreationOptions |
setDataRef(java.lang.String dataRef) |
JSONCreationOptions |
setExpTreeJsonMap(java.util.Map<java.lang.String,java.lang.String> treeJsonMap)
Set the expression editor tree json
this is require to initialize expression editor
scope/context before generating scripts
|
JSONCreationOptions |
setFormContainerPath(java.lang.String formContainerPath) |
void |
setFormResource(Resource formResource) |
JSONCreationOptions |
setI18n(I18n i18n) |
void |
setIncludeFragmentJson(boolean includeFragmentJson) |
void |
setLocale(java.util.Locale locale) |
JSONCreationOptions |
setPagePath(java.lang.String pagePath) |
void |
setPrefillServiceParams(java.util.Map prefillServiceParams) |
void |
setRequest(SlingHttpServletRequest request) |
JSONCreationOptions |
setRulesScriptsScope(Scriptable rulesScriptsScope)
Set scope initialized with objects required to generate
scripts from rules
|
void |
setTransformer(ResourcePropertyTransformer transformer) |
void |
setWebVariableAssignments(java.util.Map<java.lang.String,java.lang.String> webVariableAssignments) |
public java.util.Map<java.lang.String,java.lang.Integer> adobeSignNameIndexMap
public java.util.Map<java.lang.String,java.lang.Integer> somMap
public java.util.Locale getLocale()
public void setLocale(java.util.Locale locale)
public boolean getContextNeeded()
public void setTransformer(ResourcePropertyTransformer transformer)
public JSONCreationOptions setI18n(I18n i18n)
public I18n getI18n()
public boolean isIncludeJcrPath()
public boolean isIncludeFragmentJson()
public void setIncludeFragmentJson(boolean includeFragmentJson)
public Resource getFormResource()
public void setFormResource(Resource formResource)
public java.lang.String getFormResourceProperty(java.lang.String propertyName)
public ResourcePropertyTransformer getTransformer()
public java.lang.String getDataRef()
public JSONCreationOptions setDataRef(java.lang.String dataRef)
public java.lang.String getPagePath()
public JSONCreationOptions setPagePath(java.lang.String pagePath)
public java.util.Map getBindRefToAFNameMap()
public void setBindRefToAFNameMap(java.util.Map bindRefToAFNameMap)
public java.lang.String getFormContainerPath()
public JSONCreationOptions setFormContainerPath(java.lang.String formContainerPath)
public java.lang.String getData()
public JSONCreationOptions setData(java.lang.String data)
public Scriptable getRulesScriptsScope()
public JSONCreationOptions setRulesScriptsScope(Scriptable rulesScriptsScope)
rulesScriptsScope
- public java.util.Map<java.lang.String,java.lang.String> getExpTreeJsonMap()
public JSONCreationOptions setExpTreeJsonMap(java.util.Map<java.lang.String,java.lang.String> treeJsonMap)
treeJsonMap
- public SignerResource getSignerResource()
public java.lang.Integer getAdobeSignFieldNameIndex(java.lang.String name)
name
- public java.lang.Integer getSOMIndex(java.lang.String som)
public java.util.Map getPrefillServiceParams()
public void setPrefillServiceParams(java.util.Map prefillServiceParams)
public SlingHttpServletRequest getRequest()
public void setRequest(SlingHttpServletRequest request)
public java.util.Map<java.lang.String,java.lang.String> getWebVariableAssignments()
public void setWebVariableAssignments(java.util.Map<java.lang.String,java.lang.String> webVariableAssignments)
Copyright © 2010 - 2020 Adobe. All Rights Reserved