Package | Description |
---|---|
org.apache.marmotta.platform.ldp.api | |
org.apache.marmotta.platform.ldp.services | |
org.apache.marmotta.platform.ldp.util |
Modifier and Type | Method and Description |
---|---|
static Preference |
Preference.defaultPreference()
The default preference: not minimal, all included.
|
static Preference |
Preference.includePreference(String... includes)
Non-minimal preference, with only the args included.
|
static Preference |
Preference.minimalPreference()
The minimal preference: minimal is
true , nothing included. |
static Preference |
Preference.omitPreference(String... omits)
Non-minimal preference, with all the provided args omitted.
|
Modifier and Type | Method and Description |
---|---|
void |
LdpService.exportResource(org.openrdf.repository.RepositoryConnection outputConn,
String resource,
OutputStream output,
org.openrdf.rio.RDFFormat format,
Preference preference) |
void |
LdpService.exportResource(org.openrdf.repository.RepositoryConnection outputConn,
org.openrdf.model.URI resource,
OutputStream output,
org.openrdf.rio.RDFFormat format,
Preference preference) |
Modifier and Type | Method and Description |
---|---|
void |
LdpServiceImpl.exportResource(org.openrdf.repository.RepositoryConnection connection,
String resource,
OutputStream output,
org.openrdf.rio.RDFFormat format,
Preference preference) |
void |
LdpServiceImpl.exportResource(org.openrdf.repository.RepositoryConnection connection,
org.openrdf.model.URI resource,
OutputStream output,
org.openrdf.rio.RDFFormat format,
Preference preference) |
Modifier and Type | Method and Description |
---|---|
static Preference |
LdpUtils.parsePreferHeader(PreferHeader prefer)
Convert a PreferHeader into a LDP Preference.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.