public interface GuideLCServiceConnector
Modifier and Type | Method and Description |
---|---|
String |
getDocumentOfRecordParameterName()
Returns the name of the dor document parameter
|
String |
getFileListParameterName()
Returns the name of the parameter corresponding to the list of file attachments
|
List<String> |
getServices()
Returns the list of services present in the Livecycle Instance
|
String |
getXmlParameterName()
Returns the name of the data xml parameter
|
Map |
invokeProcess(String process,
Map inputParams)
Invokes the given process with parameters provided.
|
Map invokeProcess(String process, Map inputParams)
process
- Name of the LC Process to invokeinputParams
- Map containing the parameters to be provided to the LC ProcessList<String> getServices()
String getXmlParameterName()
String getFileListParameterName()
String getDocumentOfRecordParameterName()
Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.