Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Index

References

Namespaces

Classes

Interfaces

Type aliases

Variables

Functions

Object literals

References

AttachmentContentSet

Re-exports AttachmentContentSet

AttachmentContentSetRequestBuilder

Re-exports AttachmentContentSetRequestBuilder

AttachmentContentSetType

Re-exports AttachmentContentSetType

AttachmentHarmonizedOperationSet

Re-exports AttachmentHarmonizedOperationSet

AttachmentHarmonizedOperationSetRequestBuilder

Re-exports AttachmentHarmonizedOperationSetRequestBuilder

AttachmentHarmonizedOperationSetType

Re-exports AttachmentHarmonizedOperationSetType

AttachmentsCount

Re-exports AttachmentsCount

AttachmentsCountField

Re-exports AttachmentsCountField

CreateUrlAsAttachmentParameters

Re-exports CreateUrlAsAttachmentParameters

DocumentInfoRecordAttch

Re-exports DocumentInfoRecordAttch

DocumentInfoRecordAttchRequestBuilder

Re-exports DocumentInfoRecordAttchRequestBuilder

DocumentInfoRecordAttchType

Re-exports DocumentInfoRecordAttchType

GetAllOriginalsParameters

Re-exports GetAllOriginalsParameters

GetAttachmentCountParameters

Re-exports GetAttachmentCountParameters

GetSapObjectDocumentTypeParameters

Re-exports GetSapObjectDocumentTypeParameters

LinkAttachmentToSapObjectParameters

Re-exports LinkAttachmentToSapObjectParameters

ReadAttachmentServiceRequestBuilder

Re-exports ReadAttachmentServiceRequestBuilder

RenameAttachmentParameters

Re-exports RenameAttachmentParameters

SapObjectDocumentTypeSet

Re-exports SapObjectDocumentTypeSet

SapObjectDocumentTypeSetRequestBuilder

Re-exports SapObjectDocumentTypeSetRequestBuilder

SapObjectDocumentTypeSetType

Re-exports SapObjectDocumentTypeSetType

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

getSapObjectDocumentType

Re-exports getSapObjectDocumentType

linkAttachmentToSapObject

Re-exports linkAttachmentToSapObject

renameAttachment

Re-exports renameAttachment

Type aliases

ReadAttachmentServiceRequestBuilder

ReadAttachmentServiceRequestBuilder: GetAllRequestBuilderV2<AttachmentContentSet> | GetAllRequestBuilderV2<SapObjectDocumentTypeSet> | GetAllRequestBuilderV2<AttachmentHarmonizedOperationSet> | GetAllRequestBuilderV2<DocumentInfoRecordAttch> | GetByKeyRequestBuilderV2<AttachmentContentSet> | GetByKeyRequestBuilderV2<SapObjectDocumentTypeSet> | GetByKeyRequestBuilderV2<AttachmentHarmonizedOperationSet> | GetByKeyRequestBuilderV2<DocumentInfoRecordAttch>

WriteAttachmentServiceRequestBuilder

WriteAttachmentServiceRequestBuilder: CreateRequestBuilderV2<AttachmentContentSet> | UpdateRequestBuilderV2<AttachmentContentSet> | DeleteRequestBuilderV2<AttachmentContentSet> | CreateRequestBuilderV2<SapObjectDocumentTypeSet> | UpdateRequestBuilderV2<SapObjectDocumentTypeSet> | DeleteRequestBuilderV2<SapObjectDocumentTypeSet> | CreateRequestBuilderV2<AttachmentHarmonizedOperationSet> | UpdateRequestBuilderV2<AttachmentHarmonizedOperationSet> | DeleteRequestBuilderV2<AttachmentHarmonizedOperationSet> | CreateRequestBuilderV2<DocumentInfoRecordAttch> | UpdateRequestBuilderV2<DocumentInfoRecordAttch> | DeleteRequestBuilderV2<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 FunctionImportRequestBuilderV2<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 FunctionImportRequestBuilderV2<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 FunctionImportRequestBuilderV2<GetAttachmentCountParameters, AttachmentsCount>

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

getSapObjectDocumentType

  • Reads the list of document types for a given SAP Object Type or SAP Object Node Type.

    Parameters

    Returns FunctionImportRequestBuilderV2<GetSapObjectDocumentTypeParameters, SapObjectDocumentTypeSet[]>

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

linkAttachmentToSapObject

renameAttachment

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

    Parameters

    Returns FunctionImportRequestBuilderV2<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

getSapObjectDocumentType

getSapObjectDocumentType: getSapObjectDocumentType

linkAttachmentToSapObject

linkAttachmentToSapObject: linkAttachmentToSapObject

renameAttachment

renameAttachment: renameAttachment