ContentRepositoryResponse |
ContentRepositoryResource.add(ContentRepositoryModel item) |
Create a new ContentRepository
|
ContentRepositoryResponse |
ContentRepositoryResource.check(String id,
long waitMs) |
Check the connectivity and structure of the given contentrepository
|
ContentRepositoryResponse |
ContentRepositoryResource.checkData(String id) |
Check the data in the given contentrepository
|
ContentRepositoryResponse |
ContentRepositoryResource.copy(String id) |
Copy a ContentRepotiroy
|
ContentRepositoryResponse |
ContentRepositoryResource.get(String id) |
Get the ContentRepository with given id
|
ContentRepositoryResponse |
ContentRepositoryResource.repair(String id,
long waitMs) |
Check and repair the connectivity and structure of the given contentrepository
|
ContentRepositoryResponse |
ContentRepositoryResource.repairData(String id) |
Check and repair the data in the given contentrepository
|
ContentRepositoryResponse |
ContentRepositoryResource.update(String id,
ContentRepositoryModel item) |
Update ContentRepository with given id
|