A B C D E F G H I L M N O P Q R S T U V W X Y 

A

AbstractImmutableVocabulary<T extends ImmutableTerm> - Class in org.ldp4j.application.vocabulary
A base vocabulary implementation for creating immutable vocabularies that defines a collection of ImmutableTerms.
AbstractImmutableVocabulary(Class<T>, String, String) - Constructor for class org.ldp4j.application.vocabulary.AbstractImmutableVocabulary
 
accept(IndividualVisitor) - Method in interface org.ldp4j.application.data.Individual
 
accept(LiteralVisitor) - Method in interface org.ldp4j.application.data.Literal
 
accept(NameVisitor) - Method in interface org.ldp4j.application.data.Name
 
accept(ValueVisitor) - Method in interface org.ldp4j.application.data.Property
 
accept(ValueVisitor) - Method in interface org.ldp4j.application.data.Value
 
accept(SnapshotVisitor) - Method in interface org.ldp4j.application.session.ResourceSnapshot
 
addHandler(ResourceHandler) - Method in interface org.ldp4j.application.setup.Bootstrap
Register an initialized ResourceHandler instance of the application.
addHandlerClass(Class<? extends ResourceHandler>) - Method in interface org.ldp4j.application.setup.Bootstrap
Register a ResourceHandler class that is used by the application.
addMember(Name<?>) - Method in interface org.ldp4j.application.session.ContainerSnapshot
 
addValue(URI, Value) - Method in interface org.ldp4j.application.data.Individual
 
allowedIndividuals(DataSet) - Method in class org.ldp4j.application.data.constraints.Constraints.AbstractPropertyConstraint
 
allowedLiterals() - Method in class org.ldp4j.application.data.constraints.Constraints.AbstractPropertyConstraint
 
ALT - Static variable in class org.ldp4j.application.vocabulary.RDF
ALT
Application<T extends Configuration> - Class in org.ldp4j.application.ext
The entry point for an LDP4j Application.
Application() - Constructor for class org.ldp4j.application.ext.Application
 
ApplicationContext - Class in org.ldp4j.application
A proxy class that acts as a facade for interacting with the Application Engine proactively.
ApplicationContextException - Exception in org.ldp4j.application
Checked exception for the Application Context.
ApplicationContextException(String) - Constructor for exception org.ldp4j.application.ApplicationContextException
 
ApplicationContextException(Throwable) - Constructor for exception org.ldp4j.application.ApplicationContextException
 
ApplicationContextException(String, Throwable) - Constructor for exception org.ldp4j.application.ApplicationContextException
 
ApplicationException - Exception in org.ldp4j.application.ext
 
ApplicationException(String, Throwable) - Constructor for exception org.ldp4j.application.ext.ApplicationException
 
ApplicationException(String) - Constructor for exception org.ldp4j.application.ext.ApplicationException
 
ApplicationException(Throwable) - Constructor for exception org.ldp4j.application.ext.ApplicationException
 
ApplicationInitializationException - Exception in org.ldp4j.application.ext
 
ApplicationInitializationException(String, Throwable) - Constructor for exception org.ldp4j.application.ext.ApplicationInitializationException
 
ApplicationInitializationException(String) - Constructor for exception org.ldp4j.application.ext.ApplicationInitializationException
 
ApplicationInitializationException(Throwable) - Constructor for exception org.ldp4j.application.ext.ApplicationInitializationException
 
ApplicationLifecycleException - Exception in org.ldp4j.application.ext
 
ApplicationLifecycleException(String, Throwable) - Constructor for exception org.ldp4j.application.ext.ApplicationLifecycleException
 
ApplicationLifecycleException(String) - Constructor for exception org.ldp4j.application.ext.ApplicationLifecycleException
 
ApplicationLifecycleException(Throwable) - Constructor for exception org.ldp4j.application.ext.ApplicationLifecycleException
 
ApplicationRuntimeException - Exception in org.ldp4j.application.ext
 
ApplicationRuntimeException(String) - Constructor for exception org.ldp4j.application.ext.ApplicationRuntimeException
 
ApplicationRuntimeException(Throwable) - Constructor for exception org.ldp4j.application.ext.ApplicationRuntimeException
 
ApplicationRuntimeException(String, Throwable) - Constructor for exception org.ldp4j.application.ext.ApplicationRuntimeException
 
ApplicationSetupException - Exception in org.ldp4j.application.ext
 
ApplicationSetupException(String, Throwable) - Constructor for exception org.ldp4j.application.ext.ApplicationSetupException
 
ApplicationSetupException(String) - Constructor for exception org.ldp4j.application.ext.ApplicationSetupException
 
ApplicationSetupException(Throwable) - Constructor for exception org.ldp4j.application.ext.ApplicationSetupException
 
ApplicationShutdownException - Exception in org.ldp4j.application.ext
 
ApplicationShutdownException(String, Throwable) - Constructor for exception org.ldp4j.application.ext.ApplicationShutdownException
 
ApplicationShutdownException(String) - Constructor for exception org.ldp4j.application.ext.ApplicationShutdownException
 
ApplicationShutdownException(Throwable) - Constructor for exception org.ldp4j.application.ext.ApplicationShutdownException
 
ApplicationUsageException - Exception in org.ldp4j.application.ext
 
ApplicationUsageException(String, Throwable) - Constructor for exception org.ldp4j.application.ext.ApplicationUsageException
 
ApplicationUsageException(String) - Constructor for exception org.ldp4j.application.ext.ApplicationUsageException
 
ApplicationUsageException(Throwable) - Constructor for exception org.ldp4j.application.ext.ApplicationUsageException
 
as(Class<? extends V>) - Method in class org.ldp4j.application.vocabulary.ImmutableTerm
Transform the term to an instance of the specified type.
as(Class<? extends T>) - Method in interface org.ldp4j.application.vocabulary.Term
Transform the term to an instance of the specified type.
atLeast(int) - Static method in class org.ldp4j.application.data.constraints.Constraints.Cardinality
 
atMost(int) - Static method in class org.ldp4j.application.data.constraints.Constraints.Cardinality
 
Attachment - Annotation Type in org.ldp4j.application.ext.annotations
Used for defining LDP resources that are attached to other LDP resources.
attachmentById(String) - Method in interface org.ldp4j.application.session.ResourceSnapshot
 
attachmentByResource(ResourceSnapshot) - Method in interface org.ldp4j.application.session.ResourceSnapshot
 
attachments() - Method in interface org.ldp4j.application.session.ResourceSnapshot
 
AttachmentSnapshot - Interface in org.ldp4j.application.session
 

B

BAG - Static variable in class org.ldp4j.application.vocabulary.RDF
BAG
BASIC_CONTAINER - Static variable in class org.ldp4j.application.vocabulary.LDP
BASIC_CONTAINER
BasicContainer - Annotation Type in org.ldp4j.application.ext.annotations
Used for defining templates for Basic Container LDP Resources.
Bootstrap<T extends Configuration> - Interface in org.ldp4j.application.setup
Utility interface for bootstrapping an LDP4j Application.
build() - Method in class org.ldp4j.application.data.NamingScheme.NamingSchemeBuilder
 
builder() - Static method in class org.ldp4j.application.data.NamingScheme
 

C

CannotAdaptClassesException - Exception in org.ldp4j.application.vocabulary
 
CannotAdaptClassesException(String) - Constructor for exception org.ldp4j.application.vocabulary.CannotAdaptClassesException
 
cardinality() - Method in class org.ldp4j.application.data.constraints.Constraints.AbstractPropertyConstraint
 
CLASS - Static variable in class org.ldp4j.application.vocabulary.RDFS
STATEMENT
comment() - Method in class org.ldp4j.application.data.constraints.Constraints.AbstractPropertyConstraint
 
comment() - Method in interface org.ldp4j.application.data.constraints.Constraints.Describable
 
comment() - Method in class org.ldp4j.application.data.constraints.Constraints.Shape
COMMENT - Static variable in class org.ldp4j.application.vocabulary.RDFS
PREDICATE
compareTo(Term) - Method in class org.ldp4j.application.vocabulary.ImmutableTerm
Compares this term with the specified object for order.
Configuration - Class in org.ldp4j.application.ext
Provides a programmatic mechanism for an LDP4j application to specify the configuration parameters for the LDP4j Application Engine.
Configuration() - Constructor for class org.ldp4j.application.ext.Configuration
 
configuration() - Method in interface org.ldp4j.application.setup.Bootstrap
Retrieve the configuration of the application.
CONSTRAINED_BY - Static variable in class org.ldp4j.application.vocabulary.LDP
CONSTRAINED_BY
Constraints - Class in org.ldp4j.application.data.constraints
 
constraints() - Static method in class org.ldp4j.application.data.constraints.Constraints
 
Constraints.AbstractPropertyConstraint<T extends Constraints.AbstractPropertyConstraint<T>> - Class in org.ldp4j.application.data.constraints
 
Constraints.Cardinality - Class in org.ldp4j.application.data.constraints
 
Constraints.Describable - Interface in org.ldp4j.application.data.constraints
 
Constraints.InversePropertyConstraint - Class in org.ldp4j.application.data.constraints
 
Constraints.NodeKind - Enum in org.ldp4j.application.data.constraints
 
Constraints.PropertyConstraint - Class in org.ldp4j.application.data.constraints
 
Constraints.Shape - Class in org.ldp4j.application.data.constraints
 
CONTAINER - Static variable in class org.ldp4j.application.vocabulary.LDP
SEQ
CONTAINER - Static variable in class org.ldp4j.application.vocabulary.RDFS
SEQ
CONTAINER_MEMBERSHIP_PROPERTY - Static variable in class org.ldp4j.application.vocabulary.RDFS
ALT
ContainerHandler - Interface in org.ldp4j.application.ext
Interface to be implemented for handling Container LDP resources.
ContainerSnapshot - Interface in org.ldp4j.application.session
 
CONTAINS - Static variable in class org.ldp4j.application.vocabulary.LDP
CONTAINS
create(int, int) - Static method in class org.ldp4j.application.data.constraints.Constraints.Cardinality
 
create(ContainerSnapshot, DataSet, WriteSession) - Method in interface org.ldp4j.application.ext.ContainerHandler
Creates a member of a container managed by the container handler.
createAttachedResource(Class<? extends T>, String, Name<?>, Class<? extends ResourceHandler>) - Method in interface org.ldp4j.application.session.ResourceSnapshot
 
createDataSet(Name<T>) - Static method in class org.ldp4j.application.data.DataSets
 
createId(Name<?>, String) - Static method in class org.ldp4j.application.data.ManagedIndividualId
 
createId(URI, ManagedIndividualId) - Static method in class org.ldp4j.application.data.ManagedIndividualId
 
createId(ManagedIndividualId, URI) - Static method in class org.ldp4j.application.data.RelativeIndividualId
 
createSession() - Method in class org.ldp4j.application.ApplicationContext
Create a WriteSession.

D

DataSet - Interface in org.ldp4j.application.data
 
dataSet() - Method in interface org.ldp4j.application.data.Individual
 
DataSets - Class in org.ldp4j.application.data
 
datatype() - Method in class org.ldp4j.application.data.constraints.Constraints.AbstractPropertyConstraint
 
DATATYPE - Static variable in class org.ldp4j.application.vocabulary.RDFS
BAG
DatatypeCohercionException - Exception in org.ldp4j.application.data
 
DatatypeCohercionException(Object, URI) - Constructor for exception org.ldp4j.application.data.DatatypeCohercionException
 
DatatypeCohercionException(Object, URI, Throwable) - Constructor for exception org.ldp4j.application.data.DatatypeCohercionException
 
date() - Method in class org.ldp4j.application.data.Literals.DateTimeLiteralBuilder
 
dateTime() - Method in class org.ldp4j.application.data.Literals.DateTimeLiteralBuilder
 
DateTimeLiteral - Interface in org.ldp4j.application.data
 
day() - Method in class org.ldp4j.application.data.Literals.DateTimeLiteralBuilder
 
Deletable - Interface in org.ldp4j.application.ext
Interface to be implemented by ResourceHandler implementations that also support resource deletion.
delete(ResourceSnapshot, WriteSession) - Method in interface org.ldp4j.application.ext.Deletable
Delete a resource managed by a resource handler.
delete(ResourceSnapshot) - Method in interface org.ldp4j.application.session.WriteSession
 
DIRECT_CONTAINER - Static variable in class org.ldp4j.application.vocabulary.LDP
DIRECT_CONTAINER
DirectContainer - Annotation Type in org.ldp4j.application.ext.annotations
Used for defining templates for Direct Container LDP Resources.
discardChanges() - Method in interface org.ldp4j.application.session.WriteSession
 
disposeSession(WriteSession) - Method in class org.ldp4j.application.ApplicationContext
Dispose a WriteSession.
DOMAIN - Static variable in class org.ldp4j.application.vocabulary.RDFS
REST
duration(long, TimeUnit) - Static method in class org.ldp4j.application.data.Literals
 
DurationLiteral - Interface in org.ldp4j.application.data
 

E

entityName() - Method in class org.ldp4j.application.vocabulary.ImmutableTerm
Returns the simple name of the entity of the vocabulary identified by this term constant.
entityName() - Method in interface org.ldp4j.application.vocabulary.Term
Returns the simple name of the entity of the vocabulary identified by this term constant.
Environment - Interface in org.ldp4j.application.setup
Utility interface for initializing the root resources of an LDP4j Application.
equals(Object) - Method in class org.ldp4j.application.data.ManagedIndividualId
 
equals(Object) - Method in class org.ldp4j.application.data.RelativeIndividualId
 
equals(Object) - Method in class org.ldp4j.application.vocabulary.ImmutableTerm
Returns true if the specified object is equal to this term constant.
ExternalIndividual - Interface in org.ldp4j.application.data
 

F

find(Class<? extends S>, Name<?>, Class<? extends ResourceHandler>) - Method in interface org.ldp4j.application.session.ReadSession
 
FIRST - Static variable in class org.ldp4j.application.vocabulary.RDF
FIRST
formatDataSet(DataSet) - Static method in class org.ldp4j.application.data.FormatUtils
 
formatId(Individual<?, ?>) - Static method in class org.ldp4j.application.data.FormatUtils
 
formatId(Object) - Static method in class org.ldp4j.application.data.FormatUtils
 
formatLiteral(Literal<?>) - Static method in class org.ldp4j.application.data.FormatUtils
 
formatName(Name<?>) - Static method in class org.ldp4j.application.data.FormatUtils
 
FormatUtils - Class in org.ldp4j.application.data
 
formatValue(Value) - Static method in class org.ldp4j.application.data.FormatUtils
 
from(DateTime) - Method in class org.ldp4j.application.data.TimeUtils
 
from(Duration) - Method in class org.ldp4j.application.data.TimeUtils
 
fromName(String) - Method in class org.ldp4j.application.vocabulary.AbstractImmutableVocabulary
Returns the vocabulary term with the specified name.
fromName(String) - Method in interface org.ldp4j.application.vocabulary.Vocabulary
Returns the vocabulary term with the specified name.
fromOrdinal(int) - Method in class org.ldp4j.application.vocabulary.AbstractImmutableVocabulary
Returns the vocabulary term specified in a given position.
fromOrdinal(int) - Method in interface org.ldp4j.application.vocabulary.Vocabulary
Returns the vocabulary term specified in a given position.
fromValue(V) - Method in class org.ldp4j.application.vocabulary.AbstractImmutableVocabulary
Returns the vocabulary term that matches the specified value.
fromValue(V) - Method in interface org.ldp4j.application.vocabulary.Vocabulary
Returns the vocabulary term that matches the specified value.

G

get() - Method in interface org.ldp4j.application.data.Literal
 
get(ResourceSnapshot) - Method in interface org.ldp4j.application.ext.ResourceHandler
Get a representation of a resource managed by the resource handler.
getConfigurationClass() - Method in class org.ldp4j.application.ext.Application
Returns the Class of the configuration class type parameter.
getConstraints() - Method in exception org.ldp4j.application.ext.InvalidContentException
 
getConstraintsId() - Method in exception org.ldp4j.application.ext.InvalidContentException
 
getDatatype() - Method in exception org.ldp4j.application.data.DatatypeCohercionException
 
getDeclaredPrefixes() - Method in interface org.ldp4j.application.ext.Namespaces
Get the declared prefixes.
getDeclaringVocabulary() - Method in class org.ldp4j.application.vocabulary.ImmutableTerm
Returns the Vocabulary object corresponding to this term constant's vocabulary type.
getDeclaringVocabulary() - Method in interface org.ldp4j.application.vocabulary.Term
Returns the Vocabulary object corresponding to this term constant's vocabulary type.
getDefault() - Static method in class org.ldp4j.application.data.NamingScheme
 
getId() - Method in class org.ldp4j.application.vocabulary.AbstractImmutableVocabulary
Get the unique identifier of the vocabulary.
getInstance() - Static method in class org.ldp4j.application.ApplicationContext
Get the Application context.
getInstance() - Static method in class org.ldp4j.application.vocabulary.LDP
Retrieve the LDP vocabulary instance.
getInstance() - Static method in class org.ldp4j.application.vocabulary.RDF
Retrieve the LDP vocabulary instance.
getInstance() - Static method in class org.ldp4j.application.vocabulary.RDFS
Retrieve the LDP vocabulary instance.
getName() - Method in class org.ldp4j.application.ext.Application
Returns the name of the application.
getNamespace() - Method in class org.ldp4j.application.vocabulary.AbstractImmutableVocabulary
Get the namespace of the vocabulary.
getNamespace() - Method in interface org.ldp4j.application.vocabulary.Vocabulary
Get the namespace of the vocabulary.
getNamespaceURI(String) - Method in interface org.ldp4j.application.ext.Namespaces
Get Namespace URI bound to a prefix.
getPreferredPrefix() - Method in class org.ldp4j.application.vocabulary.AbstractImmutableVocabulary
Get the preferred prefix for the vocabulary namespace.
getPreferredPrefix() - Method in interface org.ldp4j.application.vocabulary.Vocabulary
Get the preferred prefix for the vocabulary namespace.
getPrefix(String) - Method in interface org.ldp4j.application.ext.Namespaces
Get prefix bound to Namespace URI.
getPrefixes(String) - Method in interface org.ldp4j.application.ext.Namespaces
Get prefixes bound to Namespace URI.
getValue() - Method in exception org.ldp4j.application.data.DatatypeCohercionException
 

H

handlerClass() - Method in interface org.ldp4j.application.session.ContainerSnapshot
 
handlerClass() - Method in interface org.ldp4j.application.session.ResourceSnapshot
 
HAS_MEMBER_RELATION - Static variable in class org.ldp4j.application.vocabulary.LDP
HAS_MEMBER_RELATION
hashCode() - Method in class org.ldp4j.application.data.ManagedIndividualId
 
hashCode() - Method in class org.ldp4j.application.data.RelativeIndividualId
 
hashCode() - Method in class org.ldp4j.application.vocabulary.ImmutableTerm
Returns a hash code for this term constant.
hasIdentifiedIndividual(Object) - Method in interface org.ldp4j.application.data.Property
 
hasIndividual(Object) - Method in interface org.ldp4j.application.data.DataSet
 
hasIndividuals() - Method in interface org.ldp4j.application.data.DataSet
 
hasLiteralValue(Literal<?>) - Method in interface org.ldp4j.application.data.Property
 
hasMember(ResourceSnapshot) - Method in interface org.ldp4j.application.session.ContainerSnapshot
 
hasProperties() - Method in interface org.ldp4j.application.data.Individual
 
hasProperty(URI) - Method in interface org.ldp4j.application.data.Individual
 
hasValues() - Method in interface org.ldp4j.application.data.Property
 

I

id() - Method in interface org.ldp4j.application.data.Individual
 
id() - Method in interface org.ldp4j.application.data.Name
 
id() - Method in interface org.ldp4j.application.session.AttachmentSnapshot
 
ImmutableTerm - Class in org.ldp4j.application.vocabulary
A term implementation that enforces the creation of immutable terms defined for an AbstractImmutableVocabulary, which behave as Enum constants.
ImmutableTerm(AbstractImmutableVocabulary<? extends ImmutableTerm>, String) - Constructor for class org.ldp4j.application.vocabulary.ImmutableTerm
 
InconsistentContentException - Exception in org.ldp4j.application.ext
 
InconsistentContentException(String, Throwable, Constraints) - Constructor for exception org.ldp4j.application.ext.InconsistentContentException
 
InconsistentContentException(String, Constraints) - Constructor for exception org.ldp4j.application.ext.InconsistentContentException
 
InconsistentContentException(Throwable, Constraints) - Constructor for exception org.ldp4j.application.ext.InconsistentContentException
 
INDIRECT_CONTAINER - Static variable in class org.ldp4j.application.vocabulary.LDP
INDIRECT_CONTAINER
IndirectContainer - Annotation Type in org.ldp4j.application.ext.annotations
Used for defining templates for Indirect Container LDP Resources.
indirectId() - Method in class org.ldp4j.application.data.ManagedIndividualId
 
individual(T, Class<? extends S>) - Method in interface org.ldp4j.application.data.DataSet
 
Individual<T extends Serializable,S extends Individual<T,S>> - Interface in org.ldp4j.application.data
 
individual() - Method in interface org.ldp4j.application.data.Property
 
individualIds() - Method in interface org.ldp4j.application.data.DataSet
 
individualOfId(T) - Method in interface org.ldp4j.application.data.DataSet
 
individuals(DataSet) - Method in class org.ldp4j.application.data.constraints.Constraints.AbstractPropertyConstraint
 
individuals() - Method in interface org.ldp4j.application.data.DataSet
 
Individuals - Class in org.ldp4j.application.data
 
IndividualVisitor - Interface in org.ldp4j.application.data
 
initialize(WriteSession) - Method in class org.ldp4j.application.ext.Application
 
INSERTED_CONTENT_RELATION - Static variable in class org.ldp4j.application.vocabulary.LDP
INSERTED_CONTENT_RELATION
InvalidContentException - Exception in org.ldp4j.application.ext
 
InvalidContentException(String, Throwable, Constraints) - Constructor for exception org.ldp4j.application.ext.InvalidContentException
 
InvalidContentException(String, Constraints) - Constructor for exception org.ldp4j.application.ext.InvalidContentException
 
InvalidContentException(Throwable, Constraints) - Constructor for exception org.ldp4j.application.ext.InvalidContentException
 
inversePropertyConstraint(URI) - Static method in class org.ldp4j.application.data.constraints.Constraints
 
inversePropertyConstraints() - Method in class org.ldp4j.application.data.constraints.Constraints.Shape
 
IS_DEFINED_BY - Static variable in class org.ldp4j.application.vocabulary.RDFS
IS_DEFINED_BY
IS_MEMBER_OF_RELATION - Static variable in class org.ldp4j.application.vocabulary.LDP
IS_MEMBER_OF_RELATION
isEmpty() - Method in interface org.ldp4j.application.data.DataSet
 
isRoot() - Method in interface org.ldp4j.application.session.ResourceSnapshot
 
iterator() - Method in class org.ldp4j.application.vocabulary.AbstractImmutableVocabulary

L

label() - Method in class org.ldp4j.application.data.constraints.Constraints.AbstractPropertyConstraint
 
label() - Method in interface org.ldp4j.application.data.constraints.Constraints.Describable
 
label() - Method in class org.ldp4j.application.data.constraints.Constraints.Shape
LABEL - Static variable in class org.ldp4j.application.vocabulary.RDFS
SUBJECT
language() - Method in interface org.ldp4j.application.data.LanguageLiteral
 
LanguageLiteral - Interface in org.ldp4j.application.data
 
LDP - Class in org.ldp4j.application.vocabulary
W3C Linked Data Platform (LDP) Vocabulary.
LIST - Static variable in class org.ldp4j.application.vocabulary.RDF
LIST
Literal<T> - Interface in org.ldp4j.application.data
 
LITERAL - Static variable in class org.ldp4j.application.vocabulary.RDFS
PROPERTY
literals() - Method in class org.ldp4j.application.data.constraints.Constraints.AbstractPropertyConstraint
 
Literals - Class in org.ldp4j.application.data
 
Literals.DateTimeDateTimeLiteralBuilder - Class in org.ldp4j.application.data
 
Literals.DateTimeLiteralBuilder - Class in org.ldp4j.application.data
 
Literals.XMLGregorianCalendarDateTimeLiteralBuilder - Class in org.ldp4j.application.data
 
LiteralVisitor - Interface in org.ldp4j.application.data
 
LocalIndividual - Interface in org.ldp4j.application.data
 
localName() - Method in enum org.ldp4j.application.data.constraints.Constraints.NodeKind
 
location() - Method in interface org.ldp4j.application.data.ExternalIndividual
The location where the individual is available.

M

ManagedIndividual - Interface in org.ldp4j.application.data
 
ManagedIndividualId - Class in org.ldp4j.application.data
 
managerId() - Method in interface org.ldp4j.application.data.ManagedIndividual
 
managerId() - Method in class org.ldp4j.application.data.ManagedIndividualId
 
mandatory() - Static method in class org.ldp4j.application.data.constraints.Constraints.Cardinality
 
max() - Method in class org.ldp4j.application.data.constraints.Constraints.Cardinality
 
MEMBER - Static variable in class org.ldp4j.application.vocabulary.LDP
MEMBER
MEMBER - Static variable in class org.ldp4j.application.vocabulary.RDFS
OBJECT
MEMBER_SUBJECT - Static variable in class org.ldp4j.application.vocabulary.LDP
MEMBER_SUBJECT
members() - Method in interface org.ldp4j.application.session.ContainerSnapshot
 
MEMBERSHIP_RESOURCE - Static variable in class org.ldp4j.application.vocabulary.LDP
MEMBERSHIP_RESOURCE
MembershipRelation - Enum in org.ldp4j.application.ext.annotations
Used for defining the membership relation used by direct and indirect container templates
merge(DataSet, DataSet) - Static method in class org.ldp4j.application.data.DataSets
 
merge(Individual<?, ?>, Individual<?, ?>) - Static method in class org.ldp4j.application.data.Individuals
 
millis() - Method in class org.ldp4j.application.data.TimeUtils.DurationConverter
 
min() - Method in class org.ldp4j.application.data.constraints.Constraints.Cardinality
 
Modifiable - Interface in org.ldp4j.application.ext
Interface to be implemented by ResourceHandler implementations that also support resource modification.
modify(ResourceSnapshot) - Method in interface org.ldp4j.application.session.WriteSession
 
month() - Method in class org.ldp4j.application.data.Literals.DateTimeLiteralBuilder
 
monthAndDay() - Method in class org.ldp4j.application.data.Literals.DateTimeLiteralBuilder
 

N

name() - Method in interface org.ldp4j.application.data.DataSet
 
name() - Method in interface org.ldp4j.application.data.LocalIndividual
 
name() - Method in interface org.ldp4j.application.data.ManagedIndividual
 
name() - Method in class org.ldp4j.application.data.ManagedIndividualId
 
Name<T extends Serializable> - Interface in org.ldp4j.application.data
 
name(URI) - Method in class org.ldp4j.application.data.NamingScheme
 
name(QName) - Method in class org.ldp4j.application.data.NamingScheme
 
name(Term) - Method in class org.ldp4j.application.data.NamingScheme
 
name(String, String...) - Method in class org.ldp4j.application.data.NamingScheme
Concatenates elements to form a dotted name, discarding null values and empty strings.
name(Class<?>, String...) - Method in class org.ldp4j.application.data.NamingScheme
Concatenates a canonical class name and elements to form a dotted name, discarding any null values or empty strings any null values or empty strings.
name(T) - Method in class org.ldp4j.application.data.NamingScheme
 
name(T) - Method in class org.ldp4j.application.data.NamingScheme
 
name() - Method in interface org.ldp4j.application.session.ResourceSnapshot
 
name() - Method in class org.ldp4j.application.vocabulary.ImmutableTerm
Returns the name of this term constant, exactly as declared in its vocabulary declaration.
name() - Method in interface org.ldp4j.application.vocabulary.Term
Returns the name of this term constant, exactly as declared in its vocabulary declaration.
NAMESPACE - Static variable in class org.ldp4j.application.vocabulary.LDP
The namespace of the vocabulary (http://www.w3.org/ns/ldp#)
NAMESPACE - Static variable in class org.ldp4j.application.vocabulary.RDF
The namespace of the vocabulary (http://www.w3.org/1999/02/22-rdf-syntax-ns#)
NAMESPACE - Static variable in class org.ldp4j.application.vocabulary.RDFS
The namespace of the vocabulary (http://www.w3.org/2000/01/rdf-schema#)
namespaces() - Method in class org.ldp4j.application.ext.Configuration
Get the namespace declarations of the application.
Namespaces - Interface in org.ldp4j.application.ext
Interface for read only Namespace processing.
NameVisitor - Class in org.ldp4j.application.data
 
NameVisitor() - Constructor for class org.ldp4j.application.data.NameVisitor
 
NamingScheme - Class in org.ldp4j.application.data
 
NamingScheme.NameType - Enum in org.ldp4j.application.data
 
NamingScheme.NamingSchemeBuilder - Class in org.ldp4j.application.data
 
NamingScheme.NamingSchemeBuilder() - Constructor for class org.ldp4j.application.data.NamingScheme.NamingSchemeBuilder
 
NewIndividual - Interface in org.ldp4j.application.data
 
newInstance() - Static method in class org.ldp4j.application.data.TimeUtils
 
newLanguageLiteral(String, String) - Static method in class org.ldp4j.application.data.Literals
 
newLiteral(Object) - Static method in class org.ldp4j.application.data.Literals
 
newTypedLiteral(Object, URI) - Static method in class org.ldp4j.application.data.Literals
 
NIL - Static variable in class org.ldp4j.application.vocabulary.RDF
NIL
nodeKind() - Method in class org.ldp4j.application.data.constraints.Constraints.AbstractPropertyConstraint
 
nodes(DataSet) - Method in class org.ldp4j.application.data.constraints.Constraints
 
nodeShape(Individual<?, ?>) - Method in class org.ldp4j.application.data.constraints.Constraints
 
NON_RDF_SOURCE - Static variable in class org.ldp4j.application.vocabulary.LDP
NON_RDF_SOURCE
NS_PREFIX - Static variable in class org.ldp4j.application.vocabulary.LDP
The preferred prefix of the vocabulary (ldp)
NS_PREFIX - Static variable in class org.ldp4j.application.vocabulary.RDF
The preferred prefix of the vocabulary (rdf)
NS_PREFIX - Static variable in class org.ldp4j.application.vocabulary.RDFS
The preferred prefix of the vocabulary (rdfs)
numberOfIndividuals() - Method in interface org.ldp4j.application.data.DataSet
 
numberOfProperties() - Method in interface org.ldp4j.application.data.Individual
 
numberOfValues() - Method in interface org.ldp4j.application.data.Property
 

O

OBJECT - Static variable in class org.ldp4j.application.vocabulary.RDF
OBJECT
of(String) - Static method in class org.ldp4j.application.data.Literals
 
of(Duration) - Static method in class org.ldp4j.application.data.Literals
 
of(Duration) - Static method in class org.ldp4j.application.data.Literals
 
of(Date) - Static method in class org.ldp4j.application.data.Literals
 
of(Date) - Static method in class org.ldp4j.application.data.Literals
 
of(Time) - Static method in class org.ldp4j.application.data.Literals
 
of(Calendar) - Static method in class org.ldp4j.application.data.Literals
 
of(GregorianCalendar) - Static method in class org.ldp4j.application.data.Literals
 
of(XMLGregorianCalendar) - Static method in class org.ldp4j.application.data.Literals
 
of(DateTime) - Static method in class org.ldp4j.application.data.Literals
 
optional() - Static method in class org.ldp4j.application.data.constraints.Constraints.Cardinality
 
ordinal() - Method in class org.ldp4j.application.vocabulary.ImmutableTerm
Returns the ordinal of this term (its position in its vocabulary declaration, where the initial constant is assigned an ordinal of zero).
ordinal() - Method in interface org.ldp4j.application.vocabulary.Term
Returns the ordinal of this term (its position in its vocabulary declaration, where the initial constant is assigned an ordinal of zero).
org.ldp4j.application - package org.ldp4j.application
Classes for interacting with the LDP4j Application Engine.
org.ldp4j.application.data - package org.ldp4j.application.data
Classes for manipulating data within an LDP4j application.
org.ldp4j.application.data.constraints - package org.ldp4j.application.data.constraints
Classes for defining data constraints using the SHACL model.
org.ldp4j.application.ext - package org.ldp4j.application.ext
Interfaces used to create the handlers of an LDP4j application.
org.ldp4j.application.ext.annotations - package org.ldp4j.application.ext.annotations
Annotations used to define the templates of an LDP4j application.
org.ldp4j.application.session - package org.ldp4j.application.session
Classes for manipulating the LDP resources managed by an LDP4j application.
org.ldp4j.application.setup - package org.ldp4j.application.setup
Interfaces for bootstrapping LDP4j applications.
org.ldp4j.application.vocabulary - package org.ldp4j.application.vocabulary
Utility classes for simplifying the usage of vocabularies within LDP4j applications.

P

parent() - Method in interface org.ldp4j.application.session.ResourceSnapshot
 
parentId() - Method in interface org.ldp4j.application.data.RelativeIndividual
 
parentId() - Method in class org.ldp4j.application.data.RelativeIndividualId
 
path() - Method in interface org.ldp4j.application.data.NewIndividual
The path where the individual should be made available.
path() - Method in interface org.ldp4j.application.data.RelativeIndividual
The relative path w.r.t.
path() - Method in class org.ldp4j.application.data.RelativeIndividualId
 
predicate() - Method in class org.ldp4j.application.data.constraints.Constraints.AbstractPropertyConstraint
 
predicate() - Method in interface org.ldp4j.application.data.Property
 
PREDICATE - Static variable in class org.ldp4j.application.vocabulary.RDF
PREDICATE
PREFER_CONTAINMENT - Static variable in class org.ldp4j.application.vocabulary.LDP
PREFER_CONTAINMENT
PREFER_EMPTY_CONTAINER - Static variable in class org.ldp4j.application.vocabulary.LDP
PREFER_EMPTY_CONTAINER
PREFER_MEMBERSHIP - Static variable in class org.ldp4j.application.vocabulary.LDP
PREFER_MEMBERSHIP
PREFER_MINIMAL_CONTAINER - Static variable in class org.ldp4j.application.vocabulary.LDP
PREFER_MINIMAL_CONTAINER
properties() - Method in interface org.ldp4j.application.data.Individual
 
property(URI) - Method in interface org.ldp4j.application.data.Individual
 
Property - Interface in org.ldp4j.application.data
 
PROPERTY - Static variable in class org.ldp4j.application.vocabulary.RDF
PROPERTY
propertyConstraint(URI) - Static method in class org.ldp4j.application.data.constraints.Constraints
 
propertyConstraints() - Method in class org.ldp4j.application.data.constraints.Constraints.Shape
 
propertyIds() - Method in interface org.ldp4j.application.data.Individual
 
publishResource(Name<?>, Class<? extends ResourceHandler>, String) - Method in interface org.ldp4j.application.setup.Environment
Publish a resource managed by a particular handler class at a given path.

Q

qualifiedEntityName() - Method in class org.ldp4j.application.vocabulary.ImmutableTerm
Returns the qualified name of the entity of the vocabulary identified by this term constant.
qualifiedEntityName() - Method in interface org.ldp4j.application.vocabulary.Term
Returns the qualified name of the entity of the vocabulary identified by this term constant.

R

RANGE - Static variable in class org.ldp4j.application.vocabulary.RDFS
VALUE
RDF - Class in org.ldp4j.application.vocabulary
W3C Resource Description Framework (RDF) Vocabulary.
RDF_SOURCE - Static variable in class org.ldp4j.application.vocabulary.LDP
RDF_SOURCE
RDFS - Class in org.ldp4j.application.vocabulary
W3C RDF Vocabulary Description Language 1.0 (RDF Schema) Vocabulary.
ReadSession - Interface in org.ldp4j.application.session
 
RelativeIndividual - Interface in org.ldp4j.application.data
 
RelativeIndividualId - Class in org.ldp4j.application.data
 
remove(Individual<?, ?>) - Method in interface org.ldp4j.application.data.DataSet
 
remove(DataSet, DataSet) - Static method in class org.ldp4j.application.data.DataSets
 
remove(Individual<?, ?>, Individual<?, ?>) - Static method in class org.ldp4j.application.data.Individuals
 
removeAttachment(AttachmentSnapshot) - Method in interface org.ldp4j.application.session.ResourceSnapshot
 
removeMember(ResourceSnapshot) - Method in interface org.ldp4j.application.session.ContainerSnapshot
 
removeValue(URI, Value) - Method in interface org.ldp4j.application.data.Individual
 
resolve(Class<? extends S>, Individual<?, ?>) - Method in interface org.ldp4j.application.session.ReadSession
 
Resource - Annotation Type in org.ldp4j.application.ext.annotations
Used for defining templates for RDF Source LDP resources.
resource() - Method in interface org.ldp4j.application.session.AttachmentSnapshot
 
RESOURCE - Static variable in class org.ldp4j.application.vocabulary.LDP
XML_LITERAL
RESOURCE - Static variable in class org.ldp4j.application.vocabulary.RDFS
XML_LITERAL
ResourceHandler - Interface in org.ldp4j.application.ext
Interface to be implemented for handling RDF Source LDP resources.
ResourceSnapshot - Interface in org.ldp4j.application.session
 
REST - Static variable in class org.ldp4j.application.vocabulary.RDF
REST

S

saveChanges() - Method in interface org.ldp4j.application.session.WriteSession
 
SEE_ALSO - Static variable in class org.ldp4j.application.vocabulary.RDFS
SEE_ALSO
SEQ - Static variable in class org.ldp4j.application.vocabulary.RDF
SEQ
setConstraintsId(String) - Method in exception org.ldp4j.application.ext.InvalidContentException
 
setup(Environment, Bootstrap<T>) - Method in class org.ldp4j.application.ext.Application
 
shape() - Static method in class org.ldp4j.application.data.constraints.Constraints
 
shapes() - Method in class org.ldp4j.application.data.constraints.Constraints
 
shutdown() - Method in class org.ldp4j.application.ext.Application
 
size() - Method in class org.ldp4j.application.vocabulary.AbstractImmutableVocabulary
Get the number of terms defined in the vocabulary.
size() - Method in interface org.ldp4j.application.vocabulary.Vocabulary
Get the number of terms defined in the vocabulary.
SnapshotVisitor - Interface in org.ldp4j.application.session
 
STATEMENT - Static variable in class org.ldp4j.application.vocabulary.RDF
STATEMENT
SUB_CLASS_OF - Static variable in class org.ldp4j.application.vocabulary.RDFS
TYPE
SUB_PROPERTY_OF - Static variable in class org.ldp4j.application.vocabulary.RDFS
FIRST
SUBJECT - Static variable in class org.ldp4j.application.vocabulary.RDF
SUBJECT

T

templateId() - Method in interface org.ldp4j.application.session.ResourceSnapshot
 
term() - Method in enum org.ldp4j.application.ext.annotations.MembershipRelation
 
Term - Interface in org.ldp4j.application.vocabulary
The class represents the terms of a vocabulary.
terms() - Method in class org.ldp4j.application.vocabulary.AbstractImmutableVocabulary
Get the terms defined in the vocabulary.
terms() - Method in interface org.ldp4j.application.vocabulary.Vocabulary
Get the terms defined in the vocabulary.
time() - Method in class org.ldp4j.application.data.Literals.DateTimeLiteralBuilder
 
TimeUtils - Class in org.ldp4j.application.data
 
TimeUtils.DateTimeConverter - Class in org.ldp4j.application.data
 
TimeUtils.DurationConverter - Class in org.ldp4j.application.data
 
to(TimeUnit) - Method in class org.ldp4j.application.data.TimeUtils.DateTimeConverter
 
to(TimeUnit) - Method in class org.ldp4j.application.data.TimeUtils.DurationConverter
 
toCalendar() - Method in class org.ldp4j.application.data.TimeUtils.DateTimeConverter
 
toDate() - Method in class org.ldp4j.application.data.TimeUtils.DateTimeConverter
 
toDuration() - Method in class org.ldp4j.application.data.TimeUtils.DurationConverter
 
toGregorianCalendar() - Method in class org.ldp4j.application.data.TimeUtils.DateTimeConverter
 
toSqlDate() - Method in class org.ldp4j.application.data.TimeUtils.DateTimeConverter
 
toSqlTime() - Method in class org.ldp4j.application.data.TimeUtils.DateTimeConverter
 
toString() - Method in class org.ldp4j.application.data.constraints.Constraints.AbstractPropertyConstraint
 
toString() - Method in class org.ldp4j.application.data.constraints.Constraints.Cardinality
toString() - Method in class org.ldp4j.application.data.constraints.Constraints.Shape
 
toString() - Method in class org.ldp4j.application.data.constraints.Constraints
 
toString() - Method in class org.ldp4j.application.data.ManagedIndividualId
 
toString() - Method in enum org.ldp4j.application.data.NamingScheme.NameType
 
toString() - Method in class org.ldp4j.application.data.RelativeIndividualId
 
toString() - Method in class org.ldp4j.application.vocabulary.ImmutableTerm
Returns the qualified entity name of this term constant.
toURI() - Method in enum org.ldp4j.application.ext.annotations.MembershipRelation
 
toXMLGregorianCalendar() - Method in class org.ldp4j.application.data.TimeUtils.DateTimeConverter
 
type() - Method in interface org.ldp4j.application.data.TypedLiteral
 
TYPE - Static variable in class org.ldp4j.application.vocabulary.RDF
TYPE
TypedLiteral<T> - Interface in org.ldp4j.application.data
 
types() - Method in class org.ldp4j.application.data.constraints.Constraints
 
typeShape(URI) - Method in class org.ldp4j.application.data.constraints.Constraints
 

U

unbound() - Static method in class org.ldp4j.application.data.constraints.Constraints.Cardinality
 
UnknownResourceException - Exception in org.ldp4j.application.ext
 
UnknownResourceException(String, Throwable) - Constructor for exception org.ldp4j.application.ext.UnknownResourceException
 
UnknownResourceException(String) - Constructor for exception org.ldp4j.application.ext.UnknownResourceException
 
UnknownResourceException(Throwable) - Constructor for exception org.ldp4j.application.ext.UnknownResourceException
 
UnsupportedContentException - Exception in org.ldp4j.application.ext
 
UnsupportedContentException(String, Throwable, Constraints) - Constructor for exception org.ldp4j.application.ext.UnsupportedContentException
 
UnsupportedContentException(String, Constraints) - Constructor for exception org.ldp4j.application.ext.UnsupportedContentException
 
UnsupportedContentException(Throwable, Constraints) - Constructor for exception org.ldp4j.application.ext.UnsupportedContentException
 
update(ResourceSnapshot, DataSet, WriteSession) - Method in interface org.ldp4j.application.ext.Modifiable
Update the state of a resource managed by a handler.

V

Value - Interface in org.ldp4j.application.data
 
VALUE - Static variable in class org.ldp4j.application.vocabulary.RDF
VALUE
valueOf(String) - Static method in enum org.ldp4j.application.data.constraints.Constraints.NodeKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ldp4j.application.data.NamingScheme.NameType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ldp4j.application.ext.annotations.MembershipRelation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.ldp4j.application.vocabulary.LDP
Find the term that matches the specified URI.
valueOf(QName) - Static method in class org.ldp4j.application.vocabulary.LDP
Find the term that matches the specified URI.
valueOf(URI) - Static method in class org.ldp4j.application.vocabulary.LDP
Find the term that matches the specified URI.
valueOf(String) - Static method in class org.ldp4j.application.vocabulary.RDF
Find the term that matches the specified URI.
valueOf(QName) - Static method in class org.ldp4j.application.vocabulary.RDF
Find the term that matches the specified URI.
valueOf(URI) - Static method in class org.ldp4j.application.vocabulary.RDF
Find the term that matches the specified URI.
valueOf(String) - Static method in class org.ldp4j.application.vocabulary.RDFS
Find the term that matches the specified URI.
valueOf(QName) - Static method in class org.ldp4j.application.vocabulary.RDFS
Find the term that matches the specified URI.
valueOf(URI) - Static method in class org.ldp4j.application.vocabulary.RDFS
Find the term that matches the specified URI.
values() - Static method in enum org.ldp4j.application.data.constraints.Constraints.NodeKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ldp4j.application.data.NamingScheme.NameType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in interface org.ldp4j.application.data.Property
 
values() - Static method in enum org.ldp4j.application.ext.annotations.MembershipRelation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class org.ldp4j.application.vocabulary.LDP
Get the terms of the vocabulary
values() - Static method in class org.ldp4j.application.vocabulary.RDF
Get the terms of the vocabulary
values() - Static method in class org.ldp4j.application.vocabulary.RDFS
Get the terms of the vocabulary
valueShape() - Method in class org.ldp4j.application.data.constraints.Constraints.AbstractPropertyConstraint
 
valueType() - Method in class org.ldp4j.application.data.constraints.Constraints.AbstractPropertyConstraint
 
ValueVisitor - Interface in org.ldp4j.application.data
 
visit(T) - Method in class org.ldp4j.application.data.NameVisitor
 
visitContainerSnapshot(ContainerSnapshot) - Method in interface org.ldp4j.application.session.SnapshotVisitor
 
visitExternalIndividual(ExternalIndividual) - Method in interface org.ldp4j.application.data.IndividualVisitor
 
visitIndividual(Individual<?, ?>) - Method in interface org.ldp4j.application.data.ValueVisitor
 
visitLanguageLiteral(LanguageLiteral) - Method in interface org.ldp4j.application.data.LiteralVisitor
 
visitLiteral(Literal<?>) - Method in interface org.ldp4j.application.data.LiteralVisitor
 
visitLiteral(Literal<?>) - Method in interface org.ldp4j.application.data.ValueVisitor
 
visitLocalIndividual(LocalIndividual) - Method in interface org.ldp4j.application.data.IndividualVisitor
 
visitManagedIndividual(ManagedIndividual) - Method in interface org.ldp4j.application.data.IndividualVisitor
 
visitNewIndividual(NewIndividual) - Method in interface org.ldp4j.application.data.IndividualVisitor
 
visitNumber(Number) - Method in class org.ldp4j.application.data.NameVisitor
 
visitObject(Object) - Method in class org.ldp4j.application.data.NameVisitor
 
visitQName(QName) - Method in class org.ldp4j.application.data.NameVisitor
 
visitRelativeIndividual(RelativeIndividual) - Method in interface org.ldp4j.application.data.IndividualVisitor
 
visitResourceSnapshot(ResourceSnapshot) - Method in interface org.ldp4j.application.session.SnapshotVisitor
 
visitString(String) - Method in class org.ldp4j.application.data.NameVisitor
 
visitTerm(Term) - Method in class org.ldp4j.application.data.NameVisitor
 
visitTypedLiteral(TypedLiteral<?>) - Method in interface org.ldp4j.application.data.LiteralVisitor
 
visitURI(URI) - Method in class org.ldp4j.application.data.NameVisitor
 
Vocabulary<T extends Term> - Interface in org.ldp4j.application.vocabulary
A class for representing a vocabularies.

W

withAllowedValues(Value...) - Method in class org.ldp4j.application.data.constraints.Constraints.AbstractPropertyConstraint
 
withCardinality(Constraints.Cardinality) - Method in class org.ldp4j.application.data.constraints.Constraints.AbstractPropertyConstraint
 
withComment(String) - Method in class org.ldp4j.application.data.constraints.Constraints.AbstractPropertyConstraint
 
withComment(String) - Method in class org.ldp4j.application.data.constraints.Constraints.Shape
 
withDatatype(URI) - Method in class org.ldp4j.application.data.constraints.Constraints.AbstractPropertyConstraint
 
withDefaults(XMLGregorianCalendar) - Method in class org.ldp4j.application.data.Literals.XMLGregorianCalendarDateTimeLiteralBuilder
 
withDefaults(XMLGregorianCalendar) - Method in class org.ldp4j.application.data.TimeUtils
 
withGlobal(NamingScheme.NameType, NamingScheme.NameType...) - Method in class org.ldp4j.application.data.NamingScheme.NamingSchemeBuilder
 
withLabel(String) - Method in class org.ldp4j.application.data.constraints.Constraints.AbstractPropertyConstraint
 
withLabel(String) - Method in class org.ldp4j.application.data.constraints.Constraints.Shape
 
withLocal(NamingScheme.NameType, NamingScheme.NameType...) - Method in class org.ldp4j.application.data.NamingScheme.NamingSchemeBuilder
 
withLocale(Locale) - Method in class org.ldp4j.application.data.Literals.XMLGregorianCalendarDateTimeLiteralBuilder
 
withLocale(Locale) - Method in class org.ldp4j.application.data.TimeUtils
 
withNodeKind(Constraints.NodeKind) - Method in class org.ldp4j.application.data.constraints.Constraints.AbstractPropertyConstraint
 
withNodeShape(Individual<?, ?>, Constraints.Shape) - Method in class org.ldp4j.application.data.constraints.Constraints
 
withPropertyConstraint(Constraints.PropertyConstraint) - Method in class org.ldp4j.application.data.constraints.Constraints.Shape
 
withPropertyConstraint(Constraints.InversePropertyConstraint) - Method in class org.ldp4j.application.data.constraints.Constraints.Shape
 
withTimeZone(TimeZone) - Method in class org.ldp4j.application.data.Literals.XMLGregorianCalendarDateTimeLiteralBuilder
 
withTimeZone(TimeZone) - Method in class org.ldp4j.application.data.TimeUtils
 
withTypeShape(URI, Constraints.Shape) - Method in class org.ldp4j.application.data.constraints.Constraints
 
withValue(Value...) - Method in class org.ldp4j.application.data.constraints.Constraints.AbstractPropertyConstraint
 
withValueShape(Constraints.Shape) - Method in class org.ldp4j.application.data.constraints.Constraints.AbstractPropertyConstraint
 
withValueType(URI) - Method in class org.ldp4j.application.data.constraints.Constraints.AbstractPropertyConstraint
 
WriteSession - Interface in org.ldp4j.application.session
 
WriteSessionException - Exception in org.ldp4j.application.session
 
WriteSessionException() - Constructor for exception org.ldp4j.application.session.WriteSessionException
 
WriteSessionException(String, Throwable) - Constructor for exception org.ldp4j.application.session.WriteSessionException
 
WriteSessionException(String) - Constructor for exception org.ldp4j.application.session.WriteSessionException
 
WriteSessionException(Throwable) - Constructor for exception org.ldp4j.application.session.WriteSessionException
 
WriteSessionRuntimeException - Exception in org.ldp4j.application.session
 
WriteSessionRuntimeException() - Constructor for exception org.ldp4j.application.session.WriteSessionRuntimeException
 
WriteSessionRuntimeException(String, Throwable) - Constructor for exception org.ldp4j.application.session.WriteSessionRuntimeException
 
WriteSessionRuntimeException(String) - Constructor for exception org.ldp4j.application.session.WriteSessionRuntimeException
 
WriteSessionRuntimeException(Throwable) - Constructor for exception org.ldp4j.application.session.WriteSessionRuntimeException
 

X

XML_LITERAL - Static variable in class org.ldp4j.application.vocabulary.RDF
XML_LITERAL

Y

year() - Method in class org.ldp4j.application.data.Literals.DateTimeLiteralBuilder
 
yearAndMonth() - Method in class org.ldp4j.application.data.Literals.DateTimeLiteralBuilder
 
A B C D E F G H I L M N O P Q R S T U V W X Y 


Copyright (C) 2014, Center for Open Middleware