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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongcreate(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, readMethods 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:
getAnyServiceClassin classAbstractAnyRestClient<AnyObjectTO>
-
create
-
update
-
count
- Specified by:
countin classAbstractAnyRestClient<AnyObjectTO>
-
search
public List<AnyObjectTO> search(String realm, String fiql, int page, int size, SortParam<String> sort, String type) - Specified by:
searchin classAbstractAnyRestClient<AnyObjectTO>
-