Interface BusinessRoleChangesService

All Superinterfaces:
BatchService<BusinessRoleChangesServiceBatch>
All Known Implementing Classes:
DefaultBusinessRoleChangesService

@Deprecated public interface BusinessRoleChangesService extends BatchService<BusinessRoleChangesServiceBatch>
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the VDM.

The service provides a list of change documents for business roles..

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: CE_APS_IAM_API_BROLE_CDOC_0001
API Version: 1.0.1
Minimum ERP Version: 2302
Communication Scenario: Business Role Change Document Integration(SAP_COM_0366)
Authentication Methods: x509
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull BusinessRoleChangesService withServicePath(@Nonnull String servicePath)
      Deprecated.
      Overrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.
      Parameters:
      servicePath - Service path that will override the default.
      Returns:
      A new service instance with the specified service path.
    • getAllBusinessRoleChanges

      @Nonnull BusinessRoleChangesFluentHelper getAllBusinessRoleChanges()
      Deprecated.
      Fetch multiple BusinessRoleChanges entities.
      Returns:
      A fluent helper to fetch multiple BusinessRoleChanges entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getBusinessRoleChangesByKey

      @Nonnull BusinessRoleChangesByKeyFluentHelper getBusinessRoleChangesByKey(String businessRoleID, ZonedDateTime changedOn, String changeCategory, String attribute, String valueChangedFrom, String valueChangedTo)
      Deprecated.
      Fetch a single BusinessRoleChanges entity using key fields.
      Parameters:
      businessRoleID - Business Role ID

      Constraints: Not nullable, Maximum length: 40

      changeCategory - Change Category

      Constraints: Not nullable, Maximum length: 2

      attribute - Attribute

      Constraints: Not nullable, Maximum length: 256

      valueChangedFrom - Value Changed From

      Constraints: Not nullable, Maximum length: 254

      changedOn - Changed On

      Constraints: Not nullable, Precision: 7

      valueChangedTo - Value Changed To

      Constraints: Not nullable, Maximum length: 254

      Returns:
      A fluent helper to fetch a single BusinessRoleChanges entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.