public interface Response extends DocumentWorkerObject
Not all response options are applicible to all types of tasks.
| Modifier and Type | Method and Description |
|---|---|
ResponseCustomData |
getCustomData()
Returns an object which can be used to manipulate the custom data that will be sent as a part of the response.
|
ResponseQueue |
getFailureQueue()
Returns the queue that the response will be published to if any failures are newly added to the document or to any of its
subdocuments.
|
ResponseQueue |
getSuccessQueue()
Returns the queue that the response will be published to if it does not contain any new failures.
|
Task |
getTask()
Returns the task that this response customization object is associated with.
|
getApplication@Nonnull ResponseCustomData getCustomData()
@Nonnull ResponseQueue getFailureQueue()
Document.addFailure() method or one of the
Failures.add() methods.@Nonnull ResponseQueue getSuccessQueue()
Copyright © 2016–2022 EntIT Software LLC, a Micro Focus company. All rights reserved.