Package com.veeva.vault.sdk.api.action
Interface PostExecutionDocumentActionUIContext
- All Superinterfaces:
PostExecutionUIContext
Set UI components during the post-execution phase for a document action
in the
USER_ACTION use case.-
Method Summary
Modifier and TypeMethodDescriptionRetrieve relevant contextual data for the document action.Methods inherited from interface com.veeva.vault.sdk.api.action.PostExecutionUIContext
setUserActionUIBehavior
-
Method Details
-
getDocumentActionContext
DocumentActionContext getDocumentActionContext()Retrieve relevant contextual data for the document action.- Returns:
- the
DocumentActionContextfor the document action
-