A B C D E G I L M O P R S T U W 

A

AbstractDiscobitsHandler - Class in org.apache.clerezza.platform.content
 
AbstractDiscobitsHandler() - Constructor for class org.apache.clerezza.platform.content.AbstractDiscobitsHandler
 
activate(ComponentContext) - Method in class org.apache.clerezza.platform.content.CollectionTypeHandler
The activate method is called when SCR activates the component configuration.
activate(ComponentContext) - Method in class org.apache.clerezza.platform.content.DiscobitsTypeHandler
 
activate(ComponentContext) - Method in class org.apache.clerezza.platform.content.DiscobitTemplating
 
activate(ComponentContext) - Method in class org.apache.clerezza.platform.content.Editor
On activation the FileServer is prepared

B

bindMetaDataGenerator(MetaDataGenerator) - Method in class org.apache.clerezza.platform.content.DiscobitsTypeHandler
 

C

cgProvider - Variable in class org.apache.clerezza.platform.content.DiscobitsTypeHandler
 
CollectionCreator - Class in org.apache.clerezza.platform.content.collections
Creates the collections containing a resource in an underlying MGraph
CollectionCreator(MGraph) - Constructor for class org.apache.clerezza.platform.content.collections.CollectionCreator
 
CollectionTypeHandler - Class in org.apache.clerezza.platform.content
Provides HTTP Methods for WebDav
CollectionTypeHandler() - Constructor for class org.apache.clerezza.platform.content.CollectionTypeHandler
 
ContentPostSupport - Class in org.apache.clerezza.platform.content
This Jax-rs root resource provides a method to post content to the content graph
ContentPostSupport() - Constructor for class org.apache.clerezza.platform.content.ContentPostSupport
 
copy() - Method in class org.apache.clerezza.platform.content.CollectionTypeHandler
Copies a resource
COPY - Annotation Type in org.apache.clerezza.platform.content.webdav
Indicates that the annotated method responds to HTTP COPY requests
createContainingCollections(UriRef) - Method in class org.apache.clerezza.platform.content.collections.CollectionCreator
 
createInstance(GraphNode) - Static method in class org.apache.clerezza.platform.content.InfoDiscobit
 
createResponse(UriInfo) - Method in interface org.apache.clerezza.platform.content.PageNotFoundService
Creates a response when a resource could not be found in the Content Graph, this is a 404 response.

D

delete(UriInfo) - Method in class org.apache.clerezza.platform.content.DiscobitsTypeHandler
Deletes a hierarchy node
DiscobitsHandler - Interface in org.apache.clerezza.platform.content
Provides utility methods to create, retrieve and remove binary contents.
DiscobitsTypeHandler - Class in org.apache.clerezza.platform.content
This Class allows getting and putting content structured using the Discobits ontology.
DiscobitsTypeHandler() - Constructor for class org.apache.clerezza.platform.content.DiscobitsTypeHandler
 
DiscobitTemplating - Class in org.apache.clerezza.platform.content
 
DiscobitTemplating() - Constructor for class org.apache.clerezza.platform.content.DiscobitTemplating
 

E

Editor - Class in org.apache.clerezza.platform.content
This Jax-rs root resource provides an ajax edito ro edit content structured using the Discobits ontology
Editor() - Constructor for class org.apache.clerezza.platform.content.Editor
 

G

generate(GraphNode, byte[], MediaType) - Method in class org.apache.clerezza.platform.content.genericmetadata.GenericMetaDataGenerator
 
GenericMetaDataGenerator - Class in org.apache.clerezza.platform.content.genericmetadata
This class generates metadata about assets.
GenericMetaDataGenerator() - Constructor for class org.apache.clerezza.platform.content.genericmetadata.GenericMetaDataGenerator
 
getContentType() - Method in class org.apache.clerezza.platform.content.InfoDiscobit
 
getData(UriRef) - Method in class org.apache.clerezza.platform.content.AbstractDiscobitsHandler
 
getData(UriRef) - Method in interface org.apache.clerezza.platform.content.DiscobitsHandler
 
getData() - Method in class org.apache.clerezza.platform.content.InfoDiscobit
 
getDiscobit(UriRef, UriRef) - Method in class org.apache.clerezza.platform.content.Editor
 
getMediaType(UriRef) - Method in class org.apache.clerezza.platform.content.AbstractDiscobitsHandler
 
getMediaType(UriRef) - Method in interface org.apache.clerezza.platform.content.DiscobitsHandler
 
getMetaDataGenerators() - Method in class org.apache.clerezza.platform.content.AbstractDiscobitsHandler
A Set containing MetaDataGenerators to be used to add meta data to data putted by the handler.
getMetaDataGenerators() - Method in class org.apache.clerezza.platform.content.DiscobitsTypeHandler
 
getMGraph() - Method in class org.apache.clerezza.platform.content.AbstractDiscobitsHandler
 
getMGraph() - Method in class org.apache.clerezza.platform.content.DiscobitsTypeHandler
 
getResource(UriInfo) - Method in class org.apache.clerezza.platform.content.CollectionTypeHandler
Returns a GraphNode of the requested collection
getResource(UriInfo) - Method in class org.apache.clerezza.platform.content.DiscobitsTypeHandler
TypeHandle method for rdf types "TitledContext", "InfoDiscoBit", "OrderedContent" and "XHTMLInfoDiscoBit".
getSize(InfoDiscobit, Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.clerezza.platform.content.InfoDiscobitWriter
 
getStaticFile(UriInfo) - Method in class org.apache.clerezza.platform.content.Editor
 

I

InfoDiscobit - Class in org.apache.clerezza.platform.content
Represents an InfoDiscoBit
InfoDiscobitWriter - Class in org.apache.clerezza.platform.content
 
InfoDiscobitWriter() - Constructor for class org.apache.clerezza.platform.content.InfoDiscobitWriter
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.clerezza.platform.content.InfoDiscobitWriter
 

L

lock() - Method in class org.apache.clerezza.platform.content.CollectionTypeHandler
Locks a resource
LOCK - Annotation Type in org.apache.clerezza.platform.content.webdav
Indicates that the annotated method responds to HTTP LOCK requests

M

MAX_AGE - Static variable in class org.apache.clerezza.platform.content.DiscobitsTypeHandler
 
mkcol(UriInfo) - Method in class org.apache.clerezza.platform.content.DiscobitsTypeHandler
Creates a new collection at the specified uri
MKCOL - Annotation Type in org.apache.clerezza.platform.content.webdav
Indicates that the annotated method responds to HTTP MKCOL requests
move(UriInfo, HttpHeaders) - Method in class org.apache.clerezza.platform.content.DiscobitsTypeHandler
Moves or renames a hierarchy node
MOVE - Annotation Type in org.apache.clerezza.platform.content.webdav
Indicates that the annotated method responds to HTTP MOVE requests

O

options(UriInfo) - Method in class org.apache.clerezza.platform.content.DiscobitsTypeHandler
 
org.apache.clerezza.platform.content - package org.apache.clerezza.platform.content
 
org.apache.clerezza.platform.content.collections - package org.apache.clerezza.platform.content.collections
 
org.apache.clerezza.platform.content.genericmetadata - package org.apache.clerezza.platform.content.genericmetadata
 
org.apache.clerezza.platform.content.webdav - package org.apache.clerezza.platform.content.webdav
 

P

PageNotFoundService - Interface in org.apache.clerezza.platform.content
An instance of this service is called by DiscoBitHandler if a resource is not found in the content graph.
postContent(MultiPartBody) - Method in class org.apache.clerezza.platform.content.ContentPostSupport
Creates an InfoDiscoBt (aka Binary Content) in the content graph.
This JAX-RS method is available under the path "content".
postDiscobit(UriRef, String, String, String) - Method in class org.apache.clerezza.platform.content.Editor
replaces the subgraph serialized with RDF/XML in revokedString with the one from assertedString.
propfind(UriInfo, HttpHeaders, DOMSource) - Method in class org.apache.clerezza.platform.content.DiscobitsTypeHandler
Finds all properties of a hierarchy node and returns them in a DOMSource
PROPFIND - Annotation Type in org.apache.clerezza.platform.content.webdav
Indicates that the annotated method responds to HTTP PROPFIND requests
proppatch(UriInfo, DOMSource) - Method in class org.apache.clerezza.platform.content.DiscobitsTypeHandler
 
PROPPATCH - Annotation Type in org.apache.clerezza.platform.content.webdav
Indicates that the annotated method responds to HTTP PROPPATCH requests
put(UriRef, MediaType, byte[]) - Method in class org.apache.clerezza.platform.content.AbstractDiscobitsHandler
 
put(UriRef, MediaType, byte[]) - Method in interface org.apache.clerezza.platform.content.DiscobitsHandler
Creates an InfoDiscoBit
putInfoDiscobit(UriInfo, HttpHeaders, byte[]) - Method in class org.apache.clerezza.platform.content.DiscobitsTypeHandler
Creates an InfoDiscoBit at the specified location

R

remove(NonLiteral) - Method in class org.apache.clerezza.platform.content.AbstractDiscobitsHandler
 
remove(NonLiteral) - Method in interface org.apache.clerezza.platform.content.DiscobitsHandler
Removes InfoDiscoBits (aka binary contents), other DiscoBits and the context of the specified node.
render(GraphNode, GraphNode, Map<String, Object>, CallbackRenderer, URI, String, MediaType, Renderlet.RequestProperties, OutputStream) - Method in class org.apache.clerezza.platform.content.TitledContentRenderlet
 

S

setProviders(Providers) - Method in class org.apache.clerezza.platform.content.Editor
The providers are injected by the Jax-rs implementation and used to locate readers for the RDF content of the body

T

TitledContentRenderlet - Class in org.apache.clerezza.platform.content
A renderlet for rendering TitledContent.
TitledContentRenderlet() - Constructor for class org.apache.clerezza.platform.content.TitledContentRenderlet
 

U

unbindMetaDataGenerator(MetaDataGenerator) - Method in class org.apache.clerezza.platform.content.DiscobitsTypeHandler
 
unlock() - Method in class org.apache.clerezza.platform.content.CollectionTypeHandler
Unlocks a resource
UNLOCK - Annotation Type in org.apache.clerezza.platform.content.webdav
Indicates that the annotated method responds to HTTP UNLOCK requests

W

writeTo(InfoDiscobit, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.apache.clerezza.platform.content.InfoDiscobitWriter
 
A B C D E G I L M O P R S T U W 

Copyright © 2014 The Apache Software Foundation. All rights reserved.