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
Create a new instance with a term class, a namespace, and a preferred prefix.
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
 
addApplicationLifecycleListener(ApplicationLifecycleListener) - Method in interface org.ldp4j.application.lifecycle.LifecycleEnvironment
Adds the given ApplicationLifecycleListener instance to the set of objects listening to the Application's lifecycle events.
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
 
ApplicationApiException - Exception in org.ldp4j.application
Base checked exception for the Application API.
ApplicationApiException(String, Throwable) - Constructor for exception org.ldp4j.application.ApplicationApiException
Create a new instance with a message and a cause.
ApplicationApiException(String) - Constructor for exception org.ldp4j.application.ApplicationApiException
Create a new instance with a message.
ApplicationApiException(Throwable) - Constructor for exception org.ldp4j.application.ApplicationApiException
Create a new instance with a cause and a default message.
ApplicationApiRuntimeException - Exception in org.ldp4j.application
Base runtime exception for the Application API.
ApplicationApiRuntimeException(String, Throwable) - Constructor for exception org.ldp4j.application.ApplicationApiRuntimeException
Create a new instance with a message and a cause.
ApplicationApiRuntimeException(String) - Constructor for exception org.ldp4j.application.ApplicationApiRuntimeException
Create a new instance with a message.
ApplicationApiRuntimeException(Throwable) - Constructor for exception org.ldp4j.application.ApplicationApiRuntimeException
Create a new instance with a cause and a default message.
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
Create a new instance with a message.
ApplicationContextException(Throwable) - Constructor for exception org.ldp4j.application.ApplicationContextException
Create a new instance with a cause.
ApplicationContextException(String, Throwable) - Constructor for exception org.ldp4j.application.ApplicationContextException
Create a new instance with a message and a cause.
ApplicationException - Exception in org.ldp4j.application.ext
Base checked exception for the LDP4j Application exceptions.
ApplicationException(String, Throwable) - Constructor for exception org.ldp4j.application.ext.ApplicationException
Create a new instance with a message and a cause.
ApplicationException(String) - Constructor for exception org.ldp4j.application.ext.ApplicationException
Create a new instance with a message.
ApplicationException(Throwable) - Constructor for exception org.ldp4j.application.ext.ApplicationException
Create a new instance with a cause and a default message.
ApplicationInitializationException - Exception in org.ldp4j.application.ext
This exception may be thrown by an LDP4j Application if any failure prevents the initialization of the application.
ApplicationInitializationException(String, Throwable) - Constructor for exception org.ldp4j.application.ext.ApplicationInitializationException
Create a new instance with a message and a cause.
ApplicationInitializationException(String) - Constructor for exception org.ldp4j.application.ext.ApplicationInitializationException
Create a new instance with a message.
ApplicationInitializationException(Throwable) - Constructor for exception org.ldp4j.application.ext.ApplicationInitializationException
Create a new instance with a cause and a default message.
ApplicationLifecycleException - Exception in org.ldp4j.application.ext
Base checked exception for the LDP4j Application lifecycle exceptions.
ApplicationLifecycleException(String, Throwable) - Constructor for exception org.ldp4j.application.ext.ApplicationLifecycleException
Create a new instance with a message and a cause.
ApplicationLifecycleException(String) - Constructor for exception org.ldp4j.application.ext.ApplicationLifecycleException
Create a new instance with a message.
ApplicationLifecycleException(Throwable) - Constructor for exception org.ldp4j.application.ext.ApplicationLifecycleException
Create a new instance with a cause and a default message.
ApplicationLifecycleListener - Interface in org.ldp4j.application.lifecycle
Specifies the methods that a listener interested in an Application Lifecycle state changes must implement.
ApplicationRuntimeException - Exception in org.ldp4j.application.ext
Base unchecked exception for the LDP4j Application exceptions.
ApplicationRuntimeException(String, Throwable) - Constructor for exception org.ldp4j.application.ext.ApplicationRuntimeException
Create a new instance with a message and a cause.
ApplicationRuntimeException(String) - Constructor for exception org.ldp4j.application.ext.ApplicationRuntimeException
Create a new instance with a message.
ApplicationRuntimeException(Throwable) - Constructor for exception org.ldp4j.application.ext.ApplicationRuntimeException
Create a new instance with a cause and a default message.
ApplicationSetupException - Exception in org.ldp4j.application.ext
This exception may be thrown by an LDP4j Application if any failure prevents the setup of the application.
ApplicationSetupException(String, Throwable) - Constructor for exception org.ldp4j.application.ext.ApplicationSetupException
Create a new instance with a message and a cause.
ApplicationSetupException(String) - Constructor for exception org.ldp4j.application.ext.ApplicationSetupException
Create a new instance with a message.
ApplicationSetupException(Throwable) - Constructor for exception org.ldp4j.application.ext.ApplicationSetupException
Create a new instance with a cause and a default message.
ApplicationShutdownException - Exception in org.ldp4j.application.ext
This exception may be thrown by an LDP4j Application if any failure prevents the shutdown of the application.
ApplicationShutdownException(String, Throwable) - Constructor for exception org.ldp4j.application.ext.ApplicationShutdownException
Create a new instance with a message and a cause.
ApplicationShutdownException(String) - Constructor for exception org.ldp4j.application.ext.ApplicationShutdownException
Create a new instance with a message.
ApplicationShutdownException(Throwable) - Constructor for exception org.ldp4j.application.ext.ApplicationShutdownException
Create a new instance with a cause and a default message.
applicationStarted(ApplicationContext) - Method in interface org.ldp4j.application.lifecycle.ApplicationLifecycleListener
Called when the application is started.
applicationStopped() - Method in interface org.ldp4j.application.lifecycle.ApplicationLifecycleListener
Called when the application is stopped.
ApplicationUsageException - Exception in org.ldp4j.application.ext
Base checked exception for the LDP4j Application usage exceptions.
ApplicationUsageException(String, Throwable) - Constructor for exception org.ldp4j.application.ext.ApplicationUsageException
Create a new instance with a message and a cause.
ApplicationUsageException(String) - Constructor for exception org.ldp4j.application.ext.ApplicationUsageException
Create a new instance with a message.
ApplicationUsageException(Throwable) - Constructor for exception org.ldp4j.application.ext.ApplicationUsageException
Create a new instance with a cause and a default message.
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
 
build() - Method in class org.ldp4j.application.session.SnapshotResolver.Builder
Return a configured snapshot resolver instance.
builder() - Static method in class org.ldp4j.application.data.NamingScheme
 
builder() - Static method in class org.ldp4j.application.session.SnapshotResolver
Create a Builder instance.

C

CannotAdaptClassesException - Exception in org.ldp4j.application.vocabulary
This exception may be thrown by a Term when an given instance cannot be adapted to a specific type.
CannotAdaptClassesException(String) - Constructor for exception org.ldp4j.application.vocabulary.CannotAdaptClassesException
Create a new instance with a message.
cardinality() - Method in class org.ldp4j.application.data.constraints.Constraints.AbstractPropertyConstraint
 
cardinality() - Method in interface org.ldp4j.application.ext.Parameter
Returns the number of values in this parameter.
CLASS - Static variable in class org.ldp4j.application.vocabulary.RDFS
STATEMENT
close() - Method in interface org.ldp4j.application.session.ReadSession
 
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
Deprecated.
Use the ReadSession.close() method instead.
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.
fromURI(URI) - Method in class org.ldp4j.application.session.SnapshotResolver
Return a snapshot of the resource published at a given URI.
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
Return the constaints that were not satisfied by the input data.
getConstraintsId() - Method in exception org.ldp4j.application.ext.InvalidContentException
Return the identifier of the report that will be used to acknowledge the users about the failed constraints.
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
Return 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.
getParameter(String) - Method in interface org.ldp4j.application.ext.Query
Returns the parameter with the specified name, or null if this query contains no parameter with that name.
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.
getQuery() - Method in exception org.ldp4j.application.ext.InvalidQueryException
Return the Query instance that caused the exception.
getValue() - Method in exception org.ldp4j.application.data.DatatypeCohercionException
 
getValueClass() - Method in exception org.ldp4j.application.ext.ObjectTransformationException
Returns the Class of the type to which a raw value could not be transfomed.

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
 
hasParameter(String) - Method in interface org.ldp4j.application.ext.Query
Returns true if this query contains a parameter with the specified name.
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
Create a new term for a vocabulary and entity.
InconsistentContentException - Exception in org.ldp4j.application.ext
This exception may be thrown by an LDP4j Application if the data to be used to update a resource is not consistent with the current representation of the resource, i.e., the properties managed by the application have been modified in any manner.
InconsistentContentException(String, Throwable, Constraints) - Constructor for exception org.ldp4j.application.ext.InconsistentContentException
Create a new instance with a message, a cause, and constraints.
InconsistentContentException(String, Constraints) - Constructor for exception org.ldp4j.application.ext.InconsistentContentException
Create a new instance with a message and constraints.
InconsistentContentException(Throwable, Constraints) - Constructor for exception org.ldp4j.application.ext.InconsistentContentException
Create a new instance with a cause, constraints, and a default message.
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
Initialize the application.
INSERTED_CONTENT_RELATION - Static variable in class org.ldp4j.application.vocabulary.LDP
INSERTED_CONTENT_RELATION
InvalidContentException - Exception in org.ldp4j.application.ext
This exception may be thrown by an LDP4j Application if the data to be used in an operation is not valid.
InvalidContentException(String, Throwable, Constraints) - Constructor for exception org.ldp4j.application.ext.InvalidContentException
Create a new instance with a message, a cause, and constraints.
InvalidContentException(String, Constraints) - Constructor for exception org.ldp4j.application.ext.InvalidContentException
Create a new instance with a message and constraints.
InvalidContentException(Throwable, Constraints) - Constructor for exception org.ldp4j.application.ext.InvalidContentException
Create a new instance with a cause, constraints, and a default message.
InvalidQueryException - Exception in org.ldp4j.application.ext
This exception may be thrown when a query is not understood by a resource handler that supports querying.
InvalidQueryException(String, Throwable, Query) - Constructor for exception org.ldp4j.application.ext.InvalidQueryException
Create a new instance with a message, a cause, and a query.
InvalidQueryException(String, Query) - Constructor for exception org.ldp4j.application.ext.InvalidQueryException
Create a new instance with a message and a query.
InvalidQueryException(Throwable, Query) - Constructor for exception org.ldp4j.application.ext.InvalidQueryException
Create a new instance with a cause and a query.
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
 
isEmpty() - Method in interface org.ldp4j.application.ext.Query
Returns true if this query contains no parameters.
isMultivalued() - Method in interface org.ldp4j.application.ext.Parameter
Returns true if this parameter contains multiple values.
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.
lifecycle() - Method in interface org.ldp4j.application.setup.Environment
Retrieve the Application's LifecycleEnvironment.
LifecycleEnvironment - Interface in org.ldp4j.application.lifecycle
LDP4j Lifecycle Environment
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

Managed - Interface in org.ldp4j.application.lifecycle
An interface for objects which need to be started and stopped as the Application is started or stopped.
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.ext.Parameter
Returns the name of the parameter.
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
ObjectTransformationException - Exception in org.ldp4j.application.ext
This exception is thrown when a parameter raw value cannot be transformed to an instance of a given type.
ObjectTransformationException(String, Throwable, Class<?>) - Constructor for exception org.ldp4j.application.ext.ObjectTransformationException
Create a new instance with a message, cause, and valueClass
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.lifecycle - package org.ldp4j.application.lifecycle
 
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

Parameter - Interface in org.ldp4j.application.ext
A collection of values defined for a query parameter.
parameterNames() - Method in interface org.ldp4j.application.ext.Query
Return the names of the parameters in this query.
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.
Query - Interface in org.ldp4j.application.ext
A collection of Parameters, where is each parameter is indexed by its name.
query(ResourceSnapshot, Query, ReadSession) - Method in interface org.ldp4j.application.ext.Queryable
Query the contents of a resource managed by a resource handler.
Queryable - Interface in org.ldp4j.application.ext
Interface to be implemented by ResourceHandler implementations that also support resource deletion.

R

RANGE - Static variable in class org.ldp4j.application.vocabulary.RDFS
VALUE
rawValue() - Method in interface org.ldp4j.application.ext.Parameter
Returns the first raw value of this parameter.
rawValueAs(Class<? extends T>) - Method in interface org.ldp4j.application.ext.Parameter
Returns the first raw value of this parameter as an instance of a given type.
rawValues() - Method in interface org.ldp4j.application.ext.Parameter
Returns all the raw values of this parameter.
rawValuesAs(Class<? extends T>) - Method in interface org.ldp4j.application.ext.Parameter
Returns the raw values of this parameter as instances of a given type.
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
 
register(Managed) - Method in interface org.ldp4j.application.lifecycle.LifecycleEnvironment
Adds the given Managed instance to the set of objects managed by the Application's lifecycle.
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
SessionTerminationException - Exception in org.ldp4j.application.session
This exception may be thrown by a ReadSession if it cannot be terminated properly.
SessionTerminationException(String, Throwable) - Constructor for exception org.ldp4j.application.session.SessionTerminationException
Create a new instance with a message and a cause.
SessionTerminationException(String) - Constructor for exception org.ldp4j.application.session.SessionTerminationException
Create a new instance with a message.
SessionTerminationException(Throwable) - Constructor for exception org.ldp4j.application.session.SessionTerminationException
Create a new instance with a cause.
setConstraintsId(String) - Method in exception org.ldp4j.application.ext.InvalidContentException
Enrich the exception with the identifier of the report that will be used to acknowledge the users about the constraint failure.
setup(Environment, Bootstrap<T>) - Method in class org.ldp4j.application.ext.Application
Setup the 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
Shutdown the application.
size() - Method in interface org.ldp4j.application.ext.Query
Returns the number of parameters in this query.
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.
SnapshotResolutionException - Exception in org.ldp4j.application.session
 
SnapshotResolutionException(String) - Constructor for exception org.ldp4j.application.session.SnapshotResolutionException
 
SnapshotResolutionException(String, Throwable) - Constructor for exception org.ldp4j.application.session.SnapshotResolutionException
 
SnapshotResolver - Class in org.ldp4j.application.session
Utility class for resolving the endpoints (URI) where the resources managed by the LDP4j framework are published, and for discovering which resources are addressed by a given URI.
SnapshotResolver.Builder - Class in org.ldp4j.application.session
Builder class for creating SnapshotResolver instances.
SnapshotVisitor - Interface in org.ldp4j.application.session
 
start() - Method in interface org.ldp4j.application.lifecycle.Managed
Starts the object.
STATEMENT - Static variable in class org.ldp4j.application.vocabulary.RDF
STATEMENT
stop() - Method in interface org.ldp4j.application.lifecycle.Managed
Stops the object.
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
Return the Term from the LDP vocabulary that represents the membership relation.
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.ApplicationContext
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
Return the URI that represents the membership relation.
toURI(ResourceSnapshot) - Method in class org.ldp4j.application.session.SnapshotResolver
Return the URI used to publish a resource.
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
This exception may be thrown by an LDP4j Application if an operation cannot be carried out because the specified target resource does not exist.
UnknownResourceException(String, Throwable) - Constructor for exception org.ldp4j.application.ext.UnknownResourceException
Create a new instance with a message and a cause.
UnknownResourceException(String) - Constructor for exception org.ldp4j.application.ext.UnknownResourceException
Create a new instance with a message.
UnknownResourceException(Throwable) - Constructor for exception org.ldp4j.application.ext.UnknownResourceException
Create a new instance with a cause and a default message.
UnsupportedContentException - Exception in org.ldp4j.application.ext
This exception may be thrown by an LDP4j Application if the data to be used to create or update a resource is not supported.
UnsupportedContentException(String, Throwable, Constraints) - Constructor for exception org.ldp4j.application.ext.UnsupportedContentException
Create a new instance with a message, a cause, and constraints.
UnsupportedContentException(String, Constraints) - Constructor for exception org.ldp4j.application.ext.UnsupportedContentException
Create a new instance with a message and constraints.
UnsupportedContentException(Throwable, Constraints) - Constructor for exception org.ldp4j.application.ext.UnsupportedContentException
Create a new instance with a cause, constraints, and a default message.
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 name.
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 name.
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 name.
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 - 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
 
withCanonicalBase(URI) - Method in class org.ldp4j.application.session.SnapshotResolver.Builder
Define the canonical base URI to be used for the resolution of endpoints.
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
 
withReadSession(ReadSession) - Method in class org.ldp4j.application.session.SnapshotResolver.Builder
Define the session to be used for the resolution of resource snapshots.
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