Class AnyObjectRestClient
java.lang.Object
org.apache.syncope.client.console.rest.BaseRestClient
org.apache.syncope.client.console.rest.AbstractAnyRestClient<AnyObjectTO>
org.apache.syncope.client.console.rest.AnyObjectRestClient
- All Implemented Interfaces:
Serializable
,RestClient
Console client for invoking Rest any type class services.
- See Also:
-
Field Summary
Fields inherited from class org.apache.syncope.client.console.rest.BaseRestClient
LOG
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
create
(AnyObjectCR createReq) protected Class
<? extends AnyService<AnyObjectTO>> update
(String etag, AnyObjectUR updateReq) Methods inherited from class org.apache.syncope.client.console.rest.AbstractAnyRestClient
associate, batch, deassociate, delete, parseBatchResponse, read
Methods inherited from class org.apache.syncope.client.console.rest.BaseRestClient
getObject, getService, getService, getStatus, getSyncopeService, resetClient, toOrderBy
-
Constructor Details
-
AnyObjectRestClient
public AnyObjectRestClient()
-
-
Method Details
-
getAnyServiceClass
- Specified by:
getAnyServiceClass
in classAbstractAnyRestClient<AnyObjectTO>
-
create
-
update
-
count
- Specified by:
count
in classAbstractAnyRestClient<AnyObjectTO>
-
search
public List<AnyObjectTO> search(String realm, String fiql, int page, int size, SortParam<String> sort, String type) - Specified by:
search
in classAbstractAnyRestClient<AnyObjectTO>
-