Options
All
  • Public
  • Public/Protected
  • All
Menu

Module @sap/cloud-sdk-vdm-attachment-service

Index

References

AttachmentContentSet

Re-exports AttachmentContentSet

AttachmentContentSetRequestBuilder

Re-exports AttachmentContentSetRequestBuilder

AttachmentContentSetType

Re-exports AttachmentContentSetType

AttachmentContentSetTypeForceMandatory

Re-exports AttachmentContentSetTypeForceMandatory

AttachmentsCount

Re-exports AttachmentsCount

AttachmentsCountField

Re-exports AttachmentsCountField

CreateUrlAsAttachmentParameters

Re-exports CreateUrlAsAttachmentParameters

DocumentInfoRecordAttch

Re-exports DocumentInfoRecordAttch

DocumentInfoRecordAttchRequestBuilder

Re-exports DocumentInfoRecordAttchRequestBuilder

DocumentInfoRecordAttchType

Re-exports DocumentInfoRecordAttchType

DocumentInfoRecordAttchTypeForceMandatory

Re-exports DocumentInfoRecordAttchTypeForceMandatory

GetAllOriginalsParameters

Re-exports GetAllOriginalsParameters

GetAttachmentCountParameters

Re-exports GetAttachmentCountParameters

ReadAttachmentServiceRequestBuilder

Re-exports ReadAttachmentServiceRequestBuilder

RenameAttachmentParameters

Re-exports RenameAttachmentParameters

WriteAttachmentServiceRequestBuilder

Re-exports WriteAttachmentServiceRequestBuilder

batch

Re-exports batch

changeset

Re-exports changeset

createAttachmentsCount

Re-exports createAttachmentsCount

createUrlAsAttachment

Re-exports createUrlAsAttachment

defaultAttachmentServicePath

Re-exports defaultAttachmentServicePath

functionImports

Re-exports functionImports

getAllOriginals

Re-exports getAllOriginals

getAttachmentCount

Re-exports getAttachmentCount

renameAttachment

Re-exports renameAttachment

Type aliases

ReadAttachmentServiceRequestBuilder

ReadAttachmentServiceRequestBuilder: GetAllRequestBuilder<AttachmentContentSet> | GetAllRequestBuilder<DocumentInfoRecordAttch> | GetByKeyRequestBuilder<AttachmentContentSet> | GetByKeyRequestBuilder<DocumentInfoRecordAttch>

WriteAttachmentServiceRequestBuilder

WriteAttachmentServiceRequestBuilder: CreateRequestBuilder<AttachmentContentSet> | UpdateRequestBuilder<AttachmentContentSet> | DeleteRequestBuilder<AttachmentContentSet> | CreateRequestBuilder<DocumentInfoRecordAttch> | UpdateRequestBuilder<DocumentInfoRecordAttch> | DeleteRequestBuilder<DocumentInfoRecordAttch>

Variables

Const defaultAttachmentServicePath

defaultAttachmentServicePath: "/sap/opu/odata/sap/API_CV_ATTACHMENT_SRV" = "/sap/opu/odata/sap/API_CV_ATTACHMENT_SRV"

Functions

batch

changeset

createAttachmentsCount

createUrlAsAttachment

  • Uploads a URL as an attachment for a business object.

    Parameters

    Returns FunctionImportRequestBuilder<CreateUrlAsAttachmentParameters, AttachmentContentSet>

    A request builder that allows to overwrite some of the values and execute the resultng request.

getAllOriginals

  • Retrieves the metadata of the attachments associated with the business object.

    Parameters

    Returns FunctionImportRequestBuilder<GetAllOriginalsParameters, AttachmentContentSet[]>

    A request builder that allows to overwrite some of the values and execute the resultng request.

getAttachmentCount

  • Retrieves the number of attachments for a business object instance key.

    Parameters

    Returns FunctionImportRequestBuilder<GetAttachmentCountParameters, AttachmentsCount>

    A request builder that allows to overwrite some of the values and execute the resultng request.

renameAttachment

  • Renames an attachment that has been uploaded to a business object.

    Parameters

    Returns FunctionImportRequestBuilder<RenameAttachmentParameters, AttachmentContentSet>

    A request builder that allows to overwrite some of the values and execute the resultng request.

Object literals

Const functionImports

functionImports: object

createUrlAsAttachment

createUrlAsAttachment: createUrlAsAttachment

getAllOriginals

getAllOriginals: getAllOriginals

getAttachmentCount

getAttachmentCount: getAttachmentCount

renameAttachment

renameAttachment: renameAttachment