Uses of Interface
com.veeva.vault.sdk.api.connection.ConnectionContext
Packages that use ConnectionContext
Package
Description
This package provides interfaces to create a Vault to Vault connection with a remote Vault when using
DocumentService
.This package provides interfaces for common functions and utilities, such as the Vault Java SDK Logs and
User-Defined Model.
This package provides interfaces to manage Vault objects and create record triggers.
This package provides interfaces to manage documents and binders.
This package provides interfaces to retrieve file references from any Vault
you can access, either in the current Vault or a remote Vault.
-
Uses of ConnectionContext in com.veeva.vault.sdk.api.connection
Methods in com.veeva.vault.sdk.api.connection that return ConnectionContextModifier and TypeMethodDescriptionConnectionService.newConnectionContext
(String connectionApiName, ConnectionUser connectionUser) ConnectionService.newLocalConnectionContext()
Deprecated.ConnectionService.newLocalConnectionContext
(RequestContextUserType requestContextUserType) Initializes a localConnectionContext
for the local Vault and for the user type specified by the requestContextUserType. -
Uses of ConnectionContext in com.veeva.vault.sdk.api.core
Methods in com.veeva.vault.sdk.api.core with parameters of type ConnectionContextModifier and TypeMethodDescriptionVaultInformationService.getRemoteVaultInformation
(ConnectionContext connectionContext) Retrieves information about the remote Vault associated with the given Vault-to-Vault connection. -
Uses of ConnectionContext in com.veeva.vault.sdk.api.data
Methods in com.veeva.vault.sdk.api.data with parameters of type ConnectionContextModifier and TypeMethodDescriptionRecordAttachmentFileReferenceRequest.Builder.withConnectionContext
(ConnectionContext connectionContext) Set the connectionContext for the request and return the Builder itself -
Uses of ConnectionContext in com.veeva.vault.sdk.api.document
Methods in com.veeva.vault.sdk.api.document with parameters of type ConnectionContextModifier and TypeMethodDescriptionDocumentService.newDocumentAttachmentFileReference
(ConnectionContext connectionContext, String attachmentId) Instantiates aDocumentAttachmentFileReference
and sets the ID.DocumentService.newDocumentRenditionFileReference
(ConnectionContext connectionContext, String documentVersionId, String renditionTypeName) Instantiates aDocumentRenditionFileReference
and sets the rendition type, ID, major and minor version.DocumentService.newDocumentSourceFileReference
(ConnectionContext connectionContext, String documentVersionId) Instantiates aDocumentSourceFileReference
and sets the ID, major and minor version. -
Uses of ConnectionContext in com.veeva.vault.sdk.api.file
Methods in com.veeva.vault.sdk.api.file with parameters of type ConnectionContextModifier and TypeMethodDescriptionFileReferenceReadRequest.Builder.withConnectionContext
(ConnectionContext connectionContext) TheConnectionContext
to use to fetch the file from the correct Vault.
ConnectionService.newLocalConnectionContext(RequestContextUserType)
.