public interface PropPatchSetter
| Modifier and Type | Method and Description |
|---|---|
PropFindResponse |
setProperties(String href,
PropPatchParseResult parseResult,
Resource r)
Update the given resource with the properties specified in the parseResult
and return appropriate responses
|
boolean |
supports(Resource r)
Return whether the given resource can be proppatch'ed with this
PropPatchSetter
|
PropFindResponse setProperties(String href, PropPatchParseResult parseResult, Resource r) throws NotAuthorizedException, BadRequestException, ConflictException
href - - the address of the resource being patchedparseResult - - the list of properties to be mutatedr - - the resource to be updatedNotAuthorizedExceptionBadRequestExceptionConflictExceptionboolean supports(Resource r)
r - Copyright © 2021 McEvoy Software Ltd. All rights reserved.