Class ResourceRestClient
java.lang.Object
org.apache.syncope.client.console.rest.BaseRestClient
org.apache.syncope.client.console.rest.ResourceRestClient
- All Implemented Interfaces:
Serializable
,RestClient
Console client for invoking Rest Resources services.
- See Also:
-
Field Summary
Fields inherited from class org.apache.syncope.client.console.rest.BaseRestClient
LOG
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
check
(ResourceTO resourceTO) create
(ResourceTO resourceTO) void
getConnObjectKeyValue
(String resource, String anyTypeKey, String anyKey) list()
readConnObject
(String resource, String anyTypeKey, String anyKey) void
removeSyncToken
(String key, String anyType) searchConnObjects
(String resource, String anyTypeKey, ConnObjectTOQuery.Builder queryBuilder, SortParam<String> sortParam) void
setLatestSyncToken
(String key, String anyType) void
update
(ResourceTO resourceTO) Methods inherited from class org.apache.syncope.client.console.rest.BaseRestClient
getObject, getService, getService, getStatus, getSyncopeService, resetClient, toOrderBy
-
Constructor Details
-
ResourceRestClient
public ResourceRestClient()
-
-
Method Details
-
check
- Throws:
IOException
-
check
-
readConnObject
-
getConnObjectKeyValue
-
searchConnObjects
public Pair<String,List<ConnObject>> searchConnObjects(String resource, String anyTypeKey, ConnObjectTOQuery.Builder queryBuilder, SortParam<String> sortParam) -
read
-
list
-
create
-
update
-
delete
-
setLatestSyncToken
-
removeSyncToken
-