- 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
-
- 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
-
- 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.
- 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
- 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
-
- 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.
- 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.