Class GroupRestClient
- java.lang.Object
-
- org.apache.syncope.client.console.rest.BaseRestClient
-
- org.apache.syncope.client.console.rest.AbstractAnyRestClient<GroupTO>
-
- org.apache.syncope.client.console.rest.GroupRestClient
-
- All Implemented Interfaces:
Serializable,RestClient
public class GroupRestClient extends AbstractAnyRestClient<GroupTO>
Console client for invoking Rest Group's services.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.syncope.client.console.rest.BaseRestClient
LOG
-
-
Constructor Summary
Constructors Constructor Description GroupRestClient()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcount(String realm, String fiql, String type)ProvisioningResult<GroupTO>create(GroupCR groupCR)protected Class<? extends AnyService<GroupTO>>getAnyServiceClass()voidprovisionMembers(String key, ProvisionAction actionType)List<GroupTO>search(String realm, String fiql, int page, int size, SortParam<String> sort, String type)ProvisioningResult<GroupTO>update(String etag, GroupUR 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
-
-
-
-
Method Detail
-
getAnyServiceClass
protected Class<? extends AnyService<GroupTO>> getAnyServiceClass()
- Specified by:
getAnyServiceClassin classAbstractAnyRestClient<GroupTO>
-
create
public ProvisioningResult<GroupTO> create(GroupCR groupCR)
-
update
public ProvisioningResult<GroupTO> update(String etag, GroupUR updateReq)
-
count
public int count(String realm, String fiql, String type)
- Specified by:
countin classAbstractAnyRestClient<GroupTO>
-
search
public List<GroupTO> search(String realm, String fiql, int page, int size, SortParam<String> sort, String type)
- Specified by:
searchin classAbstractAnyRestClient<GroupTO>
-
provisionMembers
public void provisionMembers(String key, ProvisionAction actionType)
-
-