Uses of Interface
com.veeva.vault.sdk.api.lifecycle.DocumentLifecycleUserActionMetadata
Packages that use DocumentLifecycleUserActionMetadata
Package
Description
This package provides interfaces to retrieve configuration metadata for object and document lifecycles and actions, and to execute
actions.
-
Uses of DocumentLifecycleUserActionMetadata in com.veeva.vault.sdk.api.lifecycle
Methods in com.veeva.vault.sdk.api.lifecycle that return DocumentLifecycleUserActionMetadataModifier and TypeMethodDescriptionDocumentVersionLifecycleUserActionDetail.getMetadata()
Retrieves theDocumentLifecycleUserActionMetadata
associated with this user action.DocumentLifecycleUserActionMetadataResponse.getUserAction
(String userActionName) Given the document lifecycle user action name, retrieves theDocumentLifecycleUserActionMetadata
.Methods in com.veeva.vault.sdk.api.lifecycle that return types with arguments of type DocumentLifecycleUserActionMetadataModifier and TypeMethodDescriptionDocumentLifecycleUserActionMetadataResponse.getUserActions()
Retrieves the document lifecycle user actions as a List ofDocumentLifecycleUserActionMetadata
.