Class AnyTypeClassServiceImpl
java.lang.Object
org.apache.syncope.core.rest.cxf.service.AbstractService
org.apache.syncope.core.rest.cxf.service.AnyTypeClassServiceImpl
- All Implemented Interfaces:
AnyTypeClassService,JAXRSService
-
Field Summary
FieldsFields inherited from class org.apache.syncope.core.rest.cxf.service.AbstractService
LOG, messageContext, OPTIONS_ALLOW, searchContext, uriInfoFields inherited from interface org.apache.syncope.common.rest.api.service.JAXRSService
CRLF, DOUBLE_DASH, PARAM_ANYTYPE_KIND, PARAM_ANYTYPEKEY, PARAM_CONNID_PAGED_RESULTS_COOKIE, PARAM_DETAILS, PARAM_ENTITY_KEY, PARAM_FIQL, PARAM_KEYWORD, PARAM_MAX, PARAM_NOTIFICATION, PARAM_ORDERBY, PARAM_PAGE, PARAM_REALM, PARAM_RECURSIVE, PARAM_RESOURCE, PARAM_SIZE, PARAM_USER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(AnyTypeClassTO anyTypeTO) Creates a new anyTypeClass.voidDeletes the anyTypeClass matching the provided key.list()Returns a list of all anyTypeClasss.Returns anyTypeClass with matching key.voidupdate(AnyTypeClassTO anyTypeTO) Updates the anyTypeClass matching the provided key.Methods inherited from class org.apache.syncope.core.rest.cxf.service.AbstractService
applyPreference, buildPagedResult, checkETag, createResponse, findActualKey, getPreference, isNullPriorityAsync, modificationResponse, pageable, pageable, sort
-
Field Details
-
logic
-
-
Constructor Details
-
AnyTypeClassServiceImpl
-
-
Method Details
-
list
Description copied from interface:AnyTypeClassServiceReturns a list of all anyTypeClasss.- Specified by:
listin interfaceAnyTypeClassService- Returns:
- list of all anyTypeClasss.
-
read
Description copied from interface:AnyTypeClassServiceReturns anyTypeClass with matching key.- Specified by:
readin interfaceAnyTypeClassService- Parameters:
key- anyTypeClass key to be read- Returns:
- anyTypeClass with matching key
-
create
Description copied from interface:AnyTypeClassServiceCreates a new anyTypeClass.- Specified by:
createin interfaceAnyTypeClassService- Parameters:
anyTypeTO- anyTypeClass to be created- Returns:
- Response object featuring Location header of created anyTypeClass
-
update
Description copied from interface:AnyTypeClassServiceUpdates the anyTypeClass matching the provided key.- Specified by:
updatein interfaceAnyTypeClassService- Parameters:
anyTypeTO- anyTypeClass to be stored
-
delete
Description copied from interface:AnyTypeClassServiceDeletes the anyTypeClass matching the provided key.- Specified by:
deletein interfaceAnyTypeClassService- Parameters:
key- anyTypeClass key to be deleted
-