| Package | Description |
|---|---|
| io.konig.ldp | |
| io.konig.ldp.client | |
| io.konig.ldp.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
Container.add(ResourceFile member) |
Graph |
RdfSource.createGraph()
Create a Graph from the entity body, or return the previously
created graph.
|
void |
LinkedDataPlatform.delete(String resourceIRI) |
ResourceFile |
LinkedDataPlatform.get(String resourceIRI) |
void |
LinkedDataPlatform.post(String containerId,
ResourceFile resource) |
int |
LinkedDataPlatform.put(ResourceFile resource)
Create or update the specified resource.
|
void |
Container.remove(String resourceId)
Remove the specified resource from this container
|
int |
LinkedDataPlatform.serve(LdpRequest request,
LdpResponse response) |
void |
LdpWriter.write(LdpResponse response) |
| Modifier and Type | Method and Description |
|---|---|
void |
LdpClient.delete(String resourceIRI) |
ResourceFile |
LdpClient.get(String resourceIRI) |
void |
LdpClient.post(String containerId,
ResourceFile resource) |
int |
LdpClient.put(ResourceFile resource) |
int |
LdpClient.serve(LdpRequest request,
LdpResponse response) |
| Modifier and Type | Method and Description |
|---|---|
Graph |
RdfSourceImpl.createGraph() |
void |
AbstractPlatform.delete(String resourceIRI) |
protected abstract void |
AbstractPlatform.doDelete(String resourceIRI) |
protected void |
AbstractPlatform.doPost(LdpRequest request,
LdpResponse response) |
void |
AbstractPlatform.post(String containerId,
ResourceFile resource) |
int |
AbstractPlatform.put(ResourceFile resource) |
protected int |
AbstractPlatform.put(ResourceFile resource,
boolean createContainer) |
int |
AbstractPlatform.serve(LdpRequest request,
LdpResponse response) |
void |
TurtleLdpWriter.write(LdpResponse response) |
void |
JsonldLdpWriter.write(LdpResponse response) |
void |
GenericLdpWriter.write(LdpResponse response) |
Copyright © 2016. All rights reserved.