Package | Description |
---|---|
org.apache.marmotta.platform.ldp.api | |
org.apache.marmotta.platform.ldp.services |
Modifier and Type | Method and Description |
---|---|
static LdpService.InteractionModel |
LdpService.InteractionModel.fromURI(String uri) |
static LdpService.InteractionModel |
LdpService.InteractionModel.fromURI(org.openrdf.model.URI uri) |
LdpService.InteractionModel |
LdpService.getInteractionModel(List<javax.ws.rs.core.Link> linkHeaders) |
LdpService.InteractionModel |
LdpService.getInteractionModel(org.openrdf.repository.RepositoryConnection connection,
String resource) |
LdpService.InteractionModel |
LdpService.getInteractionModel(org.openrdf.repository.RepositoryConnection connection,
org.openrdf.model.URI uri) |
static LdpService.InteractionModel |
LdpService.InteractionModel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LdpService.InteractionModel[] |
LdpService.InteractionModel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
String |
LdpService.addResource(org.openrdf.repository.RepositoryConnection connection,
String container,
String resource,
LdpService.InteractionModel interactionModel,
String type,
InputStream stream)
Add a LDP resource
|
String |
LdpService.addResource(org.openrdf.repository.RepositoryConnection connection,
org.openrdf.model.URI container,
org.openrdf.model.URI resource,
LdpService.InteractionModel interactionModel,
String type,
InputStream stream)
Add a LDP resource
|
Modifier and Type | Method and Description |
---|---|
LdpService.InteractionModel |
LdpServiceImpl.getInteractionModel(List<javax.ws.rs.core.Link> linkHeaders) |
LdpService.InteractionModel |
LdpServiceImpl.getInteractionModel(org.openrdf.repository.RepositoryConnection connection,
String resource) |
LdpService.InteractionModel |
LdpServiceImpl.getInteractionModel(org.openrdf.repository.RepositoryConnection connection,
org.openrdf.model.URI uri) |
Modifier and Type | Method and Description |
---|---|
String |
LdpServiceImpl.addResource(org.openrdf.repository.RepositoryConnection connection,
String container,
String resource,
LdpService.InteractionModel interactionModel,
String type,
InputStream stream) |
String |
LdpServiceImpl.addResource(org.openrdf.repository.RepositoryConnection connection,
org.openrdf.model.URI container,
org.openrdf.model.URI resource,
LdpService.InteractionModel interactionModel,
String type,
InputStream stream) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.