public interface IPostProcessor extends IProcessor
| Modifier and Type | Method and Description |
|---|---|
IValue |
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.
|
isSupportedIValue postProcess(ExecutionContext executionContext, IValue resultSet) throws DermisException
executionContext - provides details regarding operation and argument.resultSet - IValueIValueDermisExceptionCopyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.