Package net.bluemind.directory.api
Interface IDirEntryMaintenance
@Path("/directory/{domain}/{entryUid}/mgmt")
public interface IDirEntryMaintenance
-
Method Summary
Modifier and TypeMethodDescriptionRetrieve availableMaintenanceOperation
applicable to aDirEntry
repair
(RepairConfig config) ExecuteMaintenanceOperation
in "Repair" mode
-
Method Details
-
getAvailableOperations
Retrieve availableMaintenanceOperation
applicable to aDirEntry
- Returns:
- Set of
MaintenanceOperation
-
repair
ExecuteMaintenanceOperation
in "Repair" mode- Parameters:
opIdentifiers
- Set ofMaintenanceOperation
identifiers- Returns:
- Reference to the net.bluemind.core.task.api.TaskRef
-