Package com.veeva.vault.sdk.api.action
Interface PostExecutionUIContext
- All Known Subinterfaces:
PostExecutionDocumentActionUIContext
,PostExecutionRecordActionUIContext
public interface PostExecutionUIContext
Set UI components during the post-execution phase for a record
or document action in the
USER_ACTION
use case.-
Method Summary
Modifier and TypeMethodDescriptionvoid
setUserActionUIBehavior
(PostExecutionUserActionUIBehavior postExecBehavior) Set post-execution UI behavior on the context.
-
Method Details
-
setUserActionUIBehavior
Set post-execution UI behavior on the context. APostExecutionUserActionUIBehavior
can be retrieved throughUserActionUIService
.- Parameters:
postExecBehavior
- the behavior to set
-