Package | Description |
---|---|
com.adobe.pdfg.exception |
Defines package version.
|
com.adobe.pdfg.service.api |
Defines package version.
|
Modifier and Type | Class and Description |
---|---|
class |
BothPasswordsSameException |
class |
ConfigCreateObjectException |
class |
ConfigFileModifiedException |
class |
ConfigLoadException |
class |
ConfigLockException |
class |
ConfigParseException |
class |
ConfigReadOnlyException |
class |
ConfigSettingNotFoundException |
class |
ConfigSettingsExistException |
class |
ConfigStoreException |
class |
DuplicateExtensionsException |
class |
ImproperPDFSettingsException |
class |
IncompatibleSettingsException |
class |
InvalidConfigurationException |
class |
InvalidNameException |
class |
JobOptionsParseException |
class |
JobOptionsValidateException |
class |
JobOptionsWriteException |
class |
NoNameException |
class |
SettingBeingUsedException |
class |
SettingIsDefaultException |
Modifier and Type | Method and Description |
---|---|
String |
PDFGConfigService.getActionTaggedXML(String sName,
String jName,
String fName,
int timeout,
boolean skipValidation)
This method returns the text for Action Tagged XML.
|
Map<String,Map> |
PDFGConfigService.getAllSettingsMapWithDefault()
This method returns all filetypes settings, Adobe PDF Settings & security Settings.
|
Map |
PDFGConfigService.getAllValidUsersAccounts()
This method returns a map containing all valid user accounts.
|
String |
PDFGConfigService.getClearText(String enc)
This method returns clear text from cipher text.
|
List<List<String>> |
PDFGConfigService.getColorProfiles()
This method returns a list containing three lists of gray,rbb,cmy profiles
|
String |
PDFGConfigService.getConfigurationXML()
This method returns the text for configuration XML.
|
String |
PDFGConfigService.getConfigurationXML(String sName,
String jName,
String fName)
This method returns the text for configuration XML with the names of
security setting, filetype setting and job options as specified by the
arguments.
|
List<List<String>> |
PDFGConfigService.getCSFAndEmbeddedProfiles(String noneLocalized)
This method returns a list containing two List objects.
|
Map |
PDFGConfigService.getDefaultSettingsNames()
This method returns a map containing names of default job options,
security settings and filetype settings.
|
Map |
PDFGConfigService.getFiletypeSettingByName(String fsname)
This method returns a map of named filetype settings.
|
Map |
PDFGConfigService.getFiletypeSettingsMap()
This method returns a map of filetype settings.
|
List |
PDFGConfigService.getFontFolders()
This method returns a list of all font folders.
|
List |
PDFGConfigService.getFontsInFolder(String folderPath)
This method returns a list of all fonts in the specified folder.
|
Map<String,String[]> |
PDFGConfigService.getGeneralConfigMap()
This API returns the map of general configuration of PDFG.
|
Map |
PDFGConfigService.getJobOptionMapByName(String jname)
This method returns a map of named job options.
|
Map |
PDFGConfigService.getJobOptionsMap()
This method returns a map of job options.
|
String |
PDFGConfigService.getJobOptionStringByName(String jname)
This method returns the raw data for job options string with the name
as specified by the argument.
|
Map<String,List<String>> |
PDFGConfigService.getOSAndUsers()
This API has been added specifically for LCM user screen.
|
String |
PDFGConfigService.getPDFExportXML(String exportFormat,
int timeout)
This method returns the text for PDF Export XML.
|
Map |
PDFGConfigService.getPDFGProductInfo()
This method returns the text for PDF Generator product info.
|
List<File> |
PDFGConfigService.getPDFGTempFolders()
This API return the temporary PDF Folders list which needs to be cleaned up.
|
Map |
PDFGConfigService.getPrologue()
This method returns the a map containing prologue and epilogue files.
|
Map |
PDFGConfigService.getSecuritySettingByName(String sname)
This method returns a map of named security settings.
|
Map |
PDFGConfigService.getSecuritySettingsMap()
This method returns a map of security Settings.
|
Map<String,String> |
PDFGConfigService.getUserAccountsMap()
This API returns the map of all the user accounts present.
|
void |
PDFGConfigService.importConfigurationXML(String configXML)
Imports a given configuration XML into the JCR.
|
void |
PDFGConfigService.removeFiletypeSettings(List fnames)
Removes an array of all the filetype settings(if present) that are passed by the user
|
void |
PDFGConfigService.removeJobOptionSettings(List jobOptNames)
Removes an array of all the job option settings(if present) that are passed by the user
|
void |
PDFGConfigService.removeSecuritySettings(List secSettNames)
Removes an array of all the security settings(if present) that are passed by the user
|
void |
PDFGConfigService.removeUserAccounts(List users)
Removes an array of all the user accounts(if present) that are passed by the user
|
void |
PDFGConfigService.resetConfigurationToDefault()
Resets configuration to default configuration shipped with PDF Generator.
|
void |
PDFGConfigService.setDefaultSettings(String sname,
String jname,
String aname)
Sets the settings with specified names as default settings.
|
void |
PDFGConfigService.setJobOptionsByName(String jobName,
String jobOptionData)
Sets an array of all the job options that are passed by the user
|
void |
PDFGConfigService.setPrologue(Map pmap)
Sets the map containing prologue and epilogue files
|
void |
PDFGConfigService.updateFiletypeSettings(Map fsMap,
boolean createNew)
Sets an array of all the filetype settings that are passed by the user.
|
void |
PDFGConfigService.updateGeneralConfig(Map<String,String[]> generalConfig)
This API updates the map of general configuration of PDFG.
|
void |
PDFGConfigService.updateJobOptions(Map jobOptionsMap,
boolean createNew)
Sets an array of all the job options that are passed by the user
|
void |
PDFGConfigService.updateSecuritySetting(String settingName,
String openPassword,
String permPassword)
Updates the named security setting passed by the user
|
void |
PDFGConfigService.updateSecuritySettings(Map ssMap,
boolean createNew)
Sets an array of all the security settings that are passed by the user.
|
void |
PDFGConfigService.updateUserAccountsSettings(Map userInfoMap,
boolean createNew)
Sets an user account setting that is passed by the user
|
Map |
PDFGConfigService.validateAllUsersCredentials()
This method validates all user credentials and returns map containing the
user-name : valid/invalid status.
|
boolean |
PDFGConfigService.validateUserCredentials(String userName,
String domainName,
String password)
This method validates the supplied user credentials and returns true if they are correct.
|
Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.