Interface EHSIncidentCreateServiceBatchChangeSet

All Superinterfaces:
FluentHelperBatchChangeSet<EHSIncidentCreateServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<EHSIncidentCreateServiceBatch>
All Known Implementing Classes:
DefaultEHSIncidentCreateServiceBatchChangeSet

This interface enables you to combine multiple operations into one change set. For further information have a look into the EHSIncidentCreateService.
  • Method Details

    • createAttachment

      @Nonnull EHSIncidentCreateServiceBatchChangeSet createAttachment(@Nonnull Attachment attachment)
      Create a new Attachment entity and save it to the S/4HANA system.
      Parameters:
      attachment - Attachment entity object that will be created in the S/4HANA system.
      Returns:
      This fluent helper to continue adding operations to the change set. To finalize the current change set call endChangeSet on the returned fluent helper object.
    • createIncident

      @Nonnull EHSIncidentCreateServiceBatchChangeSet createIncident(@Nonnull Incident incident)
      Create a new Incident entity and save it to the S/4HANA system.
      Parameters:
      incident - Incident entity object that will be created in the S/4HANA system.
      Returns:
      This fluent helper to continue adding operations to the change set. To finalize the current change set call endChangeSet on the returned fluent helper object.
    • createPerson

      @Nonnull EHSIncidentCreateServiceBatchChangeSet createPerson(@Nonnull Person person)
      Create a new Person entity and save it to the S/4HANA system.
      Parameters:
      person - Person entity object that will be created in the S/4HANA system.
      Returns:
      This fluent helper to continue adding operations to the change set. To finalize the current change set call endChangeSet on the returned fluent helper object.