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.
-
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.
ConnectionService.newLocalConnectionContext(RequestContextUserType)
.