Interface SynchronizationAdministrationApi
Deprecated.
API for maintaining command's synchronization hashes.
-
Method Summary
Modifier and TypeMethodDescriptionvoidevictSynchronizationCache(String synchronizationId) Deprecated.This method will be removed in the future.booleanDeprecated.This method will be removed in the future.PagedResponse<SynchronizationInfo> Deprecated.This method will be removed in the future.voidremoveSynchronization(String synchronizationId) Deprecated.This method will be removed in the future.
-
Method Details
-
findSynchronizationIds
@Deprecated PagedResponse<SynchronizationInfo> findSynchronizationIds(FindSynchronizationRequest request) Deprecated.This method will be removed in the future. Please, useSynchronizationAdministrationApi.findSynchronizationIds(com.collibra.dgc.importer.api.request.FindSynchronizationRequest).Returns synchronization information matching the given search criteria. Only parameters that are specified in this request and have notnullvalues are used for filtering. All other parameters are ignored. The returned synchronization information satisfies all constraints that are specified in this search criteria. By default, a result containing 1000 synchronization infos is returned.- Parameters:
request- the search criteria- Returns:
- the found synchronization information
-
exists
Deprecated.This method will be removed in the future. Please, useSynchronizationAdministrationApi.exists(String).Checks whether given synchronizationidalready exists.- Parameters:
synchronizationId- the synchronizationidto check- Returns:
trueif synchronizationidalready exists,falseotherwise
-
removeSynchronization
Deprecated.This method will be removed in the future. Please, useSynchronizationAdministrationApi.removeSynchronization(String).Removes all information about synchronization process corresponding to provided synchronizationid.This stops tracking of synchronization identified by provided synchronization
id. The next synchronization process specified with thisidwill not be able to detect resources that should be removed.- Parameters:
synchronizationId- the synchronization id for which synchronization information should be removed
-
evictSynchronizationCache
Deprecated.This method will be removed in the future. Please, useSynchronizationAdministrationApi.evictSynchronizationCache(String).Removes all cache entries corresponding to provided synchronizationid.- Parameters:
synchronizationId- the synchronization id for which cache entries should be cleaned
-
SynchronizationAdministrationApi.