| Package | Description |
|---|---|
| io.konig.ldp | |
| io.konig.ldp.client | |
| io.konig.ldp.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BasicContainer |
interface |
Container |
interface |
RdfSource |
| Modifier and Type | Method and Description |
|---|---|
ResourceFile |
LinkedDataPlatform.get(String resourceIRI) |
ResourceFile |
LdpResponse.getResource() |
ResourceFile |
ResourceLoader.loadByLocation(String contentLocation) |
ResourceFile |
ResourceBuilder.resource() |
| Modifier and Type | Method and Description |
|---|---|
void |
Container.add(ResourceFile member) |
RequestBuilder |
RequestBuilder.entity(ResourceFile resource) |
void |
ResourceHandler.handle(ResourceFile resource) |
void |
LinkedDataPlatform.post(String containerId,
ResourceFile resource) |
int |
LinkedDataPlatform.put(ResourceFile resource)
Create or update the specified resource.
|
void |
LdpResponse.setResource(ResourceFile resource) |
| Modifier and Type | Method and Description |
|---|---|
ResourceFile |
LdpClient.get(String resourceIRI) |
| Modifier and Type | Method and Description |
|---|---|
void |
LdpClient.post(String containerId,
ResourceFile resource) |
int |
LdpClient.put(ResourceFile resource) |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicMemoryContainer |
class |
MemoryContainer |
class |
RdfSourceImpl |
class |
ResourceFileImpl |
| Modifier and Type | Method and Description |
|---|---|
ResourceFile |
MemoryPlatform.get(String resourceIRI) |
ResourceFile |
LdpResponseImpl.getResource() |
ResourceFile |
SimpleResourceBuilder.resource() |
| Modifier and Type | Method and Description |
|---|---|
void |
MemoryContainer.add(ResourceFile resource) |
RequestBuilder |
RequestBuilderImpl.entity(ResourceFile resource) |
void |
MemoryContainer.handle(ResourceFile resource) |
void |
AbstractPlatform.post(String containerId,
ResourceFile resource) |
int |
AbstractPlatform.put(ResourceFile resource) |
protected int |
AbstractPlatform.put(ResourceFile resource,
boolean createContainer) |
protected int |
MemoryPlatform.save(ResourceFile resource) |
protected abstract int |
AbstractPlatform.save(ResourceFile resource) |
void |
LdpResponseImpl.setResource(ResourceFile resource) |
Copyright © 2016. All rights reserved.