Package | Description |
---|---|
com.adobe.aem.dermis.api.processor |
This package exports interfaces used for pre-processing or post-processing of operation's input/output
|
com.adobe.aem.dermis.model |
Modifier and Type | Method and Description |
---|---|
boolean |
IProcessor.isSupported(String connectorName,
ExecutionContext executionContext)
Checks if this pre/post handler can handle the pre/post processing of the current operation in the connector
|
IValue |
IPostProcessor.postProcess(ExecutionContext executionContext,
IValue resultSet)
Post-process allow user to verify/control the results of an operation before passing the results to the end user.
|
void |
IPreProcessor.preprocess(ExecutionContext executionContext)
preprocess allow user to verify the dermis environments like inputs, operation details, request etc.
|
Modifier and Type | Class and Description |
---|---|
class |
RequestExecutionContext
RequestExecutionContext provides client request details like executor and request along with
ExecutionContext details |
Modifier and Type | Method and Description |
---|---|
static RequestExecutionContext |
RequestExecutionContext.of(ExecutionContext environment,
ClientRequest request) |
Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.