@Path(value="/directory/{domain}/{entryUid}/mgmt")
public interface IDirEntryMaintenance
Modifier and Type | Method and Description |
---|---|
TaskRef |
check(java.util.Set<java.lang.String> opIdentifiers)
launch maintenance operations in check mode
|
java.util.Set<MaintenanceOperation> |
getAvailableOperations()
retrieve available maintenance operations for a dir entry
|
TaskRef |
repair(java.util.Set<java.lang.String> opIdentifiers)
launch maintenance operation in repair mode
|
@GET @Path(value="_maintenance") java.util.Set<MaintenanceOperation> getAvailableOperations()
@POST @Path(value="_maintenance/check") TaskRef check(java.util.Set<java.lang.String> opIdentifiers)
opIdentifiers
- @POST @Path(value="_maintenance/repair") TaskRef repair(java.util.Set<java.lang.String> opIdentifiers)
opIdentifiers
- Copyright © 2021. All Rights Reserved.