Interface AdministrativeStatusPersister
- All Known Implementing Classes:
 DocumentModelStatusPersister
public interface AdministrativeStatusPersister
- 
Method Summary
Modifier and TypeMethodDescriptionLists all instance identifiers persisted in the backend.getAllStatuses(String instanceId) Retrieves theAdministrativeStatusfor all services of a given instanceReads theAdministrativeStatusof a service for a given instancevoidRemoves all persisted states for a given instance.saveStatus(AdministrativeStatus status) Saves theAdministrativeStatusof a service of a given instance 
- 
Method Details
- 
getAllInstanceIds
Lists all instance identifiers persisted in the backend. - 
saveStatus
Saves theAdministrativeStatusof a service of a given instance - 
getStatus
Reads theAdministrativeStatusof a service for a given instance - 
getAllStatuses
Retrieves theAdministrativeStatusfor all services of a given instance - 
remove
Removes all persisted states for a given instance. 
 -