| Package | Description |
|---|---|
| org.ldp4j.application.data |
Classes for manipulating data within an LDP4j application.
|
| org.ldp4j.application.data.constraints |
Classes for defining data constraints using the SHACL model.
|
| org.ldp4j.application.ext |
Interfaces used to create the handlers of an LDP4j application.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends Serializable> |
DataSets.createDataSet(Name<T> id) |
DataSet |
Individual.dataSet() |
| Modifier and Type | Method and Description |
|---|---|
static String |
FormatUtils.formatDataSet(DataSet dataSet) |
static void |
DataSets.merge(DataSet source,
DataSet target) |
static void |
DataSets.remove(DataSet source,
DataSet target) |
| Modifier and Type | Method and Description |
|---|---|
Set<Individual<?,?>> |
Constraints.AbstractPropertyConstraint.allowedIndividuals(DataSet dataSet) |
List<Individual<?,?>> |
Constraints.AbstractPropertyConstraint.individuals(DataSet dataSet) |
Set<Individual<?,?>> |
Constraints.nodes(DataSet dataSet) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| 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 |
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