Uses of Interface
com.veeva.vault.sdk.api.action.DocumentActionContext
Packages that use DocumentActionContext
Package
Description
This package provides interfaces to create custom actions.
-
Uses of DocumentActionContext in com.veeva.vault.sdk.api.action
Methods in com.veeva.vault.sdk.api.action that return DocumentActionContextModifier and TypeMethodDescriptionPostExecutionDocumentActionUIContext.getDocumentActionContext()Retrieve relevant contextual data for the document action.PreExecutionDocumentActionUIContext.getDocumentActionContext()Retrieve relevant contextual data for the document action.Methods in com.veeva.vault.sdk.api.action with parameters of type DocumentActionContextModifier and TypeMethodDescriptionvoidDocumentAction.execute(DocumentActionContext context) The logic to execute when the action is invoked.booleanDocumentAction.isExecutable(DocumentActionContext context) Determines if an action is available to users for execution in theUSER_ACTIONuse case.