| Package | com.adobe.livecycle.assembler |
| Interface | public interface AssemblerService |
| Method | Defined by | ||
|---|---|---|---|
|
String getVersion()
Retrieves the implementation version of Assembler.
| AssemblerService | ||
|
Executes the DDX contained in
ddx on the given input documents (inputs), returning an com.adobe.livecycle.assembler.client.AssemblerResult object containing the result documents. | AssemblerService | ||
|
AssemblerResult invokeDDX(Document ddx, Map inputs, AssemblerOptionSpec environment, PATExecutionContext ctx)
Executes the supplied DDX on the given inputs, which may include XPath expressions referencing documents or lists of documents in the process data, and returns an com.adobe.livecycle.assembler.client.AssemblerResult object containing the result documents.
| AssemblerService | ||
| getVersion | () |
public String getVersion()Retrieves the implementation version of Assembler.
ReturnsA java.lang.String describing the implementation version of Assembler, including the build number. |
| invoke | () |
public AssemblerResult invoke(Document ddx, Map inputs, AssemblerOptionSpec environment)Executes the DDX contained in ddx on the given input documents (inputs), returning an com.adobe.livecycle.assembler.client.AssemblerResult object containing the result documents. All input and output com.adobe.idp.Document objects are owned by the caller and should be disposed of properly.
Parameters
ddx — The DDX, specified as a com.adobe.idp.Document object. |
|
inputs — A java.util.Map of input documents. The keys are logical names to be referenced in the DDX. A name may reference:
|
|
environment — An com.adobe.livecycle.assembler.client.AssemblerOptionSpec containing log and failure mode key value pairs. |
| An com.adobe.livecycle.assembler.client.AssemblerResult containing the result documents. |
OperationException — Any throwable exception that occurs is converted to an com.adobe.livecycle.assembler.client.OperationException or a subclass. |
| invokeDDX | () |
public AssemblerResult invokeDDX(Document ddx, Map inputs, AssemblerOptionSpec environment, PATExecutionContext ctx)Executes the supplied DDX on the given inputs, which may include XPath expressions referencing documents or lists of documents in the process data, and returns an com.adobe.livecycle.assembler.client.AssemblerResult object containing the result documents. All input and output com.adobe.idp.Document objects are owned by the caller and should be disposed of properly.
Parameters
ddx — The DDX as a com.adobe.idp.Document. |
|
inputs — A java.util.Map of input documents. The keys are logical names to be referenced in the DDX. A name may reference:
|
|
environment — An com.adobe.livecycle.assembler.client.AssemblerOptionSpec of log and failure mode key value pairs. |
|
ctx — The Workflow execution context used to evaluate XPaths in the input map. |
| An com.adobe.livecycle.assembler.client.AssemblerResult object containing the result documents. |
OperationException — Any throwable exception that occurs is converted to an com.adobe.livecycle.assembler.client.OperationException or a subclass. |
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/javadoc/com/adobe/livecycle/assembler/AssemblerService.html