Package | Description |
---|---|
com.adobe.fd.assembler.client |
Defines package version.
|
com.adobe.fd.assembler.service |
Defines package version.
|
Modifier and Type | Class and Description |
---|---|
class |
ProcessingException
A
ProcessingException is thrown when there is an error processing a named result block in the DDX
document. |
Modifier and Type | Method and Description |
---|---|
Map<String,OperationException> |
AssemblerResult.getThrowables()
Retrieves a map of the throwable exceptions that were generated during execution of the DDX.
|
Modifier and Type | Method and Description |
---|---|
void |
AssemblerResult.setThrowables(Map<String,OperationException> throwables)
Sets a map of the throwable exceptions that were generated during execution of the DDX.
|
Modifier and Type | Method and Description |
---|---|
AssemblerResult |
AssemblerService.invoke(Document ddx,
Map<String,Object> inputs,
AssemblerOptionSpec environment)
Executes the DDX contained in
ddx on the given input documents (inputs ), returning an
AssemblerResult object containing the result documents. |
Copyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.