public interface Deletable
ResourceHandler implementations that
also support resource deletion.| Modifier and Type | Method and Description |
|---|---|
void |
delete(ResourceSnapshot resource,
WriteSession session)
Delete a resource managed by a resource handler.
|
void delete(ResourceSnapshot resource, WriteSession session) throws UnknownResourceException
resource - the resource that is to be deleted.session - the session to use for registering the side effects of the
operation.UnknownResourceException - if the specified resource is not managed by the resource
handler.ApplicationRuntimeException - if an internal exception prevents the deletion of the
resource.
Copyright (C) 2014, Center for Open Middleware