Package | Description |
---|---|
com.veeva.vault.sdk.api.document |
This package provides interfaces to manage documents and binders.
|
com.veeva.vault.sdk.api.email |
This package provides interfaces to create documents and content based on emails sent to Vault.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DocumentAttachmentFileReference
Represents an attachment file from the current or from another Vsault.
|
interface |
DocumentFileReference
Represents a document file from the current or from another Vault.
|
interface |
DocumentRenditionFileReference
Represents a document-version rendition file from the current or from another Vault.
|
interface |
DocumentSourceFileReference
Represents a document-version source file from the current or from another Vault.
|
Modifier and Type | Method and Description |
---|---|
DocumentAttachment |
DocumentService.newDocumentAttachment(FileReference fileReference,
String docId)
|
DocumentRendition |
DocumentService.newDocumentRendition(FileReference fileReference,
String docVersion,
String renditionTypeName)
|
DocumentVersion |
DocumentVersion.setSourceFile(FileReference fileReference)
Sets the source file for the new document version when creating a
new document or a new version of an existing document.
|
Modifier and Type | Interface and Description |
---|---|
interface |
EmailFileReference
Represents a file attached to an email.
|
Copyright © Veeva Systems 2017–2022. All rights reserved.