Uses of Interface
com.veeva.vault.sdk.api.lifecycle.DocumentLifecycleUserActionExecutionOperation
Packages that use DocumentLifecycleUserActionExecutionOperation
Package
Description
This package provides interfaces to retrieve configuration metadata for object and document lifecycles and actions, and to execute
actions.
-
Uses of DocumentLifecycleUserActionExecutionOperation in com.veeva.vault.sdk.api.lifecycle
Methods in com.veeva.vault.sdk.api.lifecycle that return DocumentLifecycleUserActionExecutionOperationModifier and TypeMethodDescriptionDocumentLifecycleStateUserActionService.executeUserAction(DocumentLifecycleUserActionExecutionRequest request) Creates an instance ofDocumentLifecycleUserActionExecutionOperation, which can be used to execute the user action based on theDocumentLifecycleUserActionExecutionRequest.DocumentLifecycleUserActionExecutionOperation.onError(Consumer<DocumentLifecycleUserActionExecutionError> errorHandler) Sets the function called when the user action execution encounters an error.DocumentLifecycleUserActionExecutionOperation.onSuccess(Consumer<DocumentLifecycleUserActionExecutionResponse> successHandler) Sets the function called when the user action execution succeeds.