Class RelationshipTypeServiceImpl
java.lang.Object
org.apache.syncope.core.rest.cxf.service.AbstractService
org.apache.syncope.core.rest.cxf.service.RelationshipTypeServiceImpl
- All Implemented Interfaces:
JAXRSService,RelationshipTypeService
-
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(RelationshipTypeTO anyTypeTO) Creates a new relationshipType.voidDeletes the relationshipType matching the provided key.list()Returns a list of all relationshipTypes.Returns relationshipType with matching key.voidupdate(RelationshipTypeTO anyTypeTO) Updates the relationshipType 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
-
RelationshipTypeServiceImpl
-
-
Method Details
-
list
Description copied from interface:RelationshipTypeServiceReturns a list of all relationshipTypes.- Specified by:
listin interfaceRelationshipTypeService- Returns:
- list of all relationshipTypes.
-
read
Description copied from interface:RelationshipTypeServiceReturns relationshipType with matching key.- Specified by:
readin interfaceRelationshipTypeService- Parameters:
key- relationshipType key to be read- Returns:
- relationshipType with matching key
-
create
Description copied from interface:RelationshipTypeServiceCreates a new relationshipType.- Specified by:
createin interfaceRelationshipTypeService- Parameters:
anyTypeTO- relationshipType to be created- Returns:
- Response object featuring Location header of created relationshipType
-
update
Description copied from interface:RelationshipTypeServiceUpdates the relationshipType matching the provided key.- Specified by:
updatein interfaceRelationshipTypeService- Parameters:
anyTypeTO- relationshipType to be stored
-
delete
Description copied from interface:RelationshipTypeServiceDeletes the relationshipType matching the provided key.- Specified by:
deletein interfaceRelationshipTypeService- Parameters:
key- relationshipType key to be deleted
-