Package com.veeva.vault.sdk.api.action
Interface PreExecutionDocumentActionUIContext
- All Superinterfaces:
PreExecutionUIContext
Set UI components during the pre-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.PreExecutionUIContext
setUserActionUIBehavior
-
Method Details
-
getDocumentActionContext
DocumentActionContext getDocumentActionContext()Retrieve relevant contextual data for the document action.- Returns:
- the
DocumentActionContext
for the document action
-