| Package | Description |
|---|---|
| org.ldp4j.application.ext |
Interfaces used to create the handlers of an LDP4j application.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceSnapshot |
ContainerHandler.create(ContainerSnapshot container,
DataSet representation,
WriteSession session)
Creates a member of a container managed by the container handler.
|
void |
Deletable.delete(ResourceSnapshot resource,
WriteSession session)
Delete a resource managed by a resource handler.
|
DataSet |
ResourceHandler.get(ResourceSnapshot resource)
Get a representation of a resource managed by the resource handler.
|
DataSet |
Queryable.query(ResourceSnapshot resource,
Query query,
ReadSession session)
Query the contents of a resource managed by a resource handler.
|
void |
Modifiable.update(ResourceSnapshot resource,
DataSet content,
WriteSession session)
Update the state of a resource managed by a handler.
|
Copyright (C) 2014, Center for Open Middleware