Class AusubstancesApiServiceImpl

java.lang.Object
org.lockss.spring.base.BaseSpringApiServiceImpl
org.lockss.laaws.config.impl.AusubstancesApiServiceImpl
All Implemented Interfaces:
AusubstancesApiDelegate

@Service public class AusubstancesApiServiceImpl extends BaseSpringApiServiceImpl implements AusubstancesApiDelegate
Service for accessing the status of archival units.
  • Constructor Details

    • AusubstancesApiServiceImpl

      public AusubstancesApiServiceImpl()
  • Method Details

    • putAuSubstanceCheck

      public org.springframework.http.ResponseEntity<org.lockss.ws.entities.CheckSubstanceResult> putAuSubstanceCheck(String auId)
      Updates the substance check of an archival unit in the system.
      Specified by:
      putAuSubstanceCheck in interface AusubstancesApiDelegate
      Parameters:
      auId - A String with the identifier of the archival unit.
      Returns:
      a ResponseEntity<CheckSubstanceResult> with the substance check information of the archival unit.
      See Also: