Class AnyTypeClassRestClient
- java.lang.Object
-
- org.apache.syncope.client.console.rest.BaseRestClient
-
- org.apache.syncope.client.console.rest.AnyTypeClassRestClient
-
- All Implemented Interfaces:
Serializable
,RestClient
public class AnyTypeClassRestClient 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 AnyTypeClassRestClient()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
create(AnyTypeClassTO anyTypeClass)
void
delete(String key)
List<AnyTypeClassTO>
list()
List<AnyTypeClassTO>
list(Collection<String> anyTypeClassNames)
AnyTypeClassTO
read(String key)
void
update(AnyTypeClassTO anyTypeClass)
-
Methods inherited from class org.apache.syncope.client.console.rest.BaseRestClient
getObject, getService, getService, getStatus, getSyncopeService, resetClient, toOrderBy
-
-
-
-
Method Detail
-
create
public void create(AnyTypeClassTO anyTypeClass)
-
update
public void update(AnyTypeClassTO anyTypeClass)
-
delete
public void delete(String key)
-
read
public AnyTypeClassTO read(String key)
-
list
public List<AnyTypeClassTO> list()
-
list
public List<AnyTypeClassTO> list(Collection<String> anyTypeClassNames)
-
-