Class LdpPreferTag
- java.lang.Object
-
- org.fcrepo.http.commons.domain.PreferTag
-
- org.fcrepo.http.commons.domain.ldp.LdpPreferTag
-
- All Implemented Interfaces:
Comparable<PreferTag>,org.fcrepo.kernel.api.rdf.LdpTriplePreferences
public class LdpPreferTag extends PreferTag implements org.fcrepo.kernel.api.rdf.LdpTriplePreferences
A subclass ofPreferTagthat contemplates the possible preferences for Linked Data Platform requests.- Author:
- ajs6f
-
-
Constructor Summary
Constructors Constructor Description LdpPreferTag(PreferTag preferTag)Standard constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetMinimal()booleanpreferNoUserRdf()booleanprefersContainment()booleanprefersEmbed()booleanprefersMembership()booleanprefersReferences()booleanprefersServerManaged()
-
-
-
Constructor Detail
-
LdpPreferTag
public LdpPreferTag(PreferTag preferTag)
Standard constructor.- Parameters:
preferTag- the prefer tag
-
-
Method Detail
-
getMinimal
public boolean getMinimal()
- Specified by:
getMinimalin interfaceorg.fcrepo.kernel.api.rdf.LdpTriplePreferences
-
prefersMembership
public boolean prefersMembership()
- Specified by:
prefersMembershipin interfaceorg.fcrepo.kernel.api.rdf.LdpTriplePreferences
-
prefersContainment
public boolean prefersContainment()
- Specified by:
prefersContainmentin interfaceorg.fcrepo.kernel.api.rdf.LdpTriplePreferences
-
prefersReferences
public boolean prefersReferences()
- Specified by:
prefersReferencesin interfaceorg.fcrepo.kernel.api.rdf.LdpTriplePreferences
-
prefersEmbed
public boolean prefersEmbed()
- Specified by:
prefersEmbedin interfaceorg.fcrepo.kernel.api.rdf.LdpTriplePreferences
-
prefersServerManaged
public boolean prefersServerManaged()
- Specified by:
prefersServerManagedin interfaceorg.fcrepo.kernel.api.rdf.LdpTriplePreferences
-
preferNoUserRdf
public boolean preferNoUserRdf()
- Specified by:
preferNoUserRdfin interfaceorg.fcrepo.kernel.api.rdf.LdpTriplePreferences
-
-