public interface GuideLCServiceConnector
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDocumentOfRecordParameterName()
Returns the name of the dor document parameter
|
java.lang.String |
getFileListParameterName()
Returns the name of the parameter corresponding to the list of file attachments
|
java.util.List<java.lang.String> |
getServices()
Returns the list of services present in the Livecycle Instance
|
java.lang.String |
getXmlParameterName()
Returns the name of the data xml parameter
|
java.util.Map |
invokeProcess(java.lang.String process,
java.util.Map inputParams)
Invokes the given process with parameters provided.
|
java.util.Map invokeProcess(java.lang.String process, java.util.Map inputParams)
process
- Name of the LC Process to invokeinputParams
- Map containing the parameters to be provided to the LC Processjava.util.List<java.lang.String> getServices()
java.lang.String getXmlParameterName()
java.lang.String getFileListParameterName()
java.lang.String getDocumentOfRecordParameterName()
Copyright © 2010 - 2020 Adobe. All Rights Reserved