Uses of Interface
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.attachment.batch.AttachmentServiceBatchChangeSet
Packages that use AttachmentServiceBatchChangeSet
-
Uses of AttachmentServiceBatchChangeSet in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.attachment.batch
Classes in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.attachment.batch that implement AttachmentServiceBatchChangeSetModifier and TypeClassDescriptionclassImplementation of theAttachmentServiceBatchChangeSetinterface, enabling you to combine multiple operations into one changeset.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.attachment.batch that return AttachmentServiceBatchChangeSetModifier and TypeMethodDescriptionDefaultAttachmentServiceBatch.beginChangeSet()AttachmentServiceBatchChangeSet.createAttachmentContent(AttachmentContent attachmentContent) Create a newAttachmentContententity and save it to the S/4HANA system.DefaultAttachmentServiceBatchChangeSet.createAttachmentContent(AttachmentContent attachmentContent) AttachmentServiceBatchChangeSet.createAttachmentHarmonizedOperation(AttachmentHarmonizedOperation attachmentHarmonizedOperation) Create a newAttachmentHarmonizedOperationentity and save it to the S/4HANA system.DefaultAttachmentServiceBatchChangeSet.createAttachmentHarmonizedOperation(AttachmentHarmonizedOperation attachmentHarmonizedOperation) AttachmentServiceBatchChangeSet.createDocumentInfoRecordAttch(DocumentInfoRecordAttch documentInfoRecordAttch) Create a newDocumentInfoRecordAttchentity and save it to the S/4HANA system.DefaultAttachmentServiceBatchChangeSet.createDocumentInfoRecordAttch(DocumentInfoRecordAttch documentInfoRecordAttch) AttachmentServiceBatchChangeSet.deleteAttachmentContent(AttachmentContent attachmentContent) Deletes an existingAttachmentContententity in the S/4HANA system.DefaultAttachmentServiceBatchChangeSet.deleteAttachmentContent(AttachmentContent attachmentContent) AttachmentServiceBatchChangeSet.deleteAttachmentHarmonizedOperation(AttachmentHarmonizedOperation attachmentHarmonizedOperation) Deletes an existingAttachmentHarmonizedOperationentity in the S/4HANA system.DefaultAttachmentServiceBatchChangeSet.deleteAttachmentHarmonizedOperation(AttachmentHarmonizedOperation attachmentHarmonizedOperation)