Class AbstractAnyRestClient<TO extends AnyTO>
java.lang.Object
org.apache.syncope.client.console.rest.BaseRestClient
org.apache.syncope.client.console.rest.AbstractAnyRestClient<TO>
- All Implemented Interfaces:
Serializable,RestClient
- Direct Known Subclasses:
AnyObjectRestClient,GroupRestClient,UserRestClient
- See Also:
-
Field Summary
Fields inherited from class org.apache.syncope.client.console.rest.BaseRestClient
LOG -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionassociate(ResourceAssociationAction action, String etag, String key, List<StatusBean> statuses) batch(BatchRequest batchRequest) abstract longdeassociate(ResourceDeassociationAction action, String etag, String key, List<StatusBean> statuses) protected abstract Class<? extends AnyService<TO>> protected List<BatchResponseItem> parseBatchResponse(Response response) Methods inherited from class org.apache.syncope.client.console.rest.BaseRestClient
getObject, getService, getService, getStatus, getSyncopeService, resetClient, toOrderBy
-
Constructor Details
-
AbstractAnyRestClient
public AbstractAnyRestClient()
-
-
Method Details
-
getAnyServiceClass
-
count
-
search
-
read
-
delete
-
parseBatchResponse
- Throws:
IOException
-
associate
public Map<String,String> associate(ResourceAssociationAction action, String etag, String key, List<StatusBean> statuses) -
deassociate
public Map<String,String> deassociate(ResourceDeassociationAction action, String etag, String key, List<StatusBean> statuses) -
batch
-