Class FIQLQueryRestClient
- java.lang.Object
-
- org.apache.syncope.client.console.rest.BaseRestClient
-
- org.apache.syncope.client.console.rest.FIQLQueryRestClient
-
- All Implemented Interfaces:
Serializable
,RestClient
public class FIQLQueryRestClient extends BaseRestClient
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.syncope.client.console.rest.BaseRestClient
LOG
-
-
Constructor Summary
Constructors Constructor Description FIQLQueryRestClient()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
create(FIQLQueryTO roleTO)
void
delete(String key)
List<FIQLQueryTO>
list(String target)
FIQLQueryTO
read(String key)
void
update(FIQLQueryTO roleTO)
-
Methods inherited from class org.apache.syncope.client.console.rest.BaseRestClient
getObject, getService, getService, getStatus, getSyncopeService, resetClient, toOrderBy
-
-
-
-
Method Detail
-
delete
public void delete(String key)
-
read
public FIQLQueryTO read(String key)
-
update
public void update(FIQLQueryTO roleTO)
-
create
public void create(FIQLQueryTO roleTO)
-
list
public List<FIQLQueryTO> list(String target)
-
-