Package | Description |
---|---|
org.apache.marmotta.platform.ldp.api | |
org.apache.marmotta.platform.ldp.services | |
org.apache.marmotta.platform.ldp.webservices |
Modifier and Type | Method and Description |
---|---|
void |
LdpService.patchResource(org.openrdf.repository.RepositoryConnection connection,
String resource,
InputStream patchData,
boolean strict) |
void |
LdpService.patchResource(org.openrdf.repository.RepositoryConnection connection,
org.openrdf.model.URI uri,
InputStream patchData,
boolean strict) |
String |
LdpService.updateResource(org.openrdf.repository.RepositoryConnection connection,
String resource,
InputStream stream,
String type)
Update an existing resource
|
String |
LdpService.updateResource(org.openrdf.repository.RepositoryConnection connection,
String resource,
InputStream stream,
String type,
boolean overwrite)
Update an existing resource
|
String |
LdpService.updateResource(org.openrdf.repository.RepositoryConnection connection,
org.openrdf.model.URI resource,
InputStream stream,
String type)
Update an existing resource
|
String |
LdpService.updateResource(org.openrdf.repository.RepositoryConnection connection,
org.openrdf.model.URI resource,
InputStream stream,
String type,
boolean overwrite)
Update an existing resource
|
Modifier and Type | Method and Description |
---|---|
void |
LdpServiceImpl.patchResource(org.openrdf.repository.RepositoryConnection connection,
String resource,
InputStream patchData,
boolean strict) |
void |
LdpServiceImpl.patchResource(org.openrdf.repository.RepositoryConnection connection,
org.openrdf.model.URI uri,
InputStream patchData,
boolean strict) |
String |
LdpServiceImpl.updateResource(org.openrdf.repository.RepositoryConnection connection,
String resource,
InputStream stream,
String type) |
String |
LdpServiceImpl.updateResource(org.openrdf.repository.RepositoryConnection connection,
String resource,
InputStream stream,
String type,
boolean overwrite) |
String |
LdpServiceImpl.updateResource(org.openrdf.repository.RepositoryConnection connection,
org.openrdf.model.URI resource,
InputStream stream,
String type) |
String |
LdpServiceImpl.updateResource(org.openrdf.repository.RepositoryConnection connection,
org.openrdf.model.URI resource,
InputStream stream,
String type,
boolean overwrite) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
LdpWebService.PUT(javax.ws.rs.core.UriInfo uriInfo,
javax.ws.rs.core.Request request,
List<javax.ws.rs.core.Link> linkHeaders,
javax.ws.rs.core.EntityTag eTag,
javax.ws.rs.core.MediaType type,
InputStream postBody)
Handle PUT (Sec.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.