Modifier and Type | Method and Description |
---|---|
long |
GraphNodeWriter.getSize(GraphNode n,
Class<?> type,
Type genericType,
java.lang.annotation.Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType) |
void |
GraphNodeWriter.writeTo(GraphNode node,
Class<?> type,
Type genericType,
java.lang.annotation.Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream) |
Modifier and Type | Method and Description |
---|---|
GraphNode |
ConceptsFinder.findConcepts(String searchTerm)
Searches concepts for a specified search term.
|
GraphNode |
GenericResourcePage.GenericResourcePage(UriRef uri,
javax.ws.rs.core.UriInfo uriInfo)
Retrieves a resource and its associated concepts to be rendered with a template
registered for CONCEPTS.GenericResourcePage.
|
GraphNode |
SimpleConceptProviderManager.getProviderList(javax.ws.rs.core.UriInfo uriInfo)
Returns a GraphNode containing a list of
ConceptProvider s stored
in the content graph to be managed. |
Modifier and Type | Method and Description |
---|---|
GraphNode |
PlatformConfig.getPlatformInstance()
Returns the platforminstance as
GraphNode of the system
graph (a LockableMGraph). |
Modifier and Type | Method and Description |
---|---|
GraphNode |
PlatformConfigGui.getConfig()
Returns a headed page listing RSS Feeds.
|
Modifier and Type | Method and Description |
---|---|
GraphNode |
Editor.getDiscobit(UriRef uri,
UriRef graphUri) |
GraphNode |
CollectionTypeHandler.getResource(javax.ws.rs.core.UriInfo uriInfo)
Returns a GraphNode of the requested collection
|
Modifier and Type | Method and Description |
---|---|
static InfoDiscobit |
InfoDiscobit.createInstance(GraphNode node) |
void |
TitledContentRenderlet.render(GraphNode res,
GraphNode context,
Map<String,Object> sharedRenderingValues,
CallbackRenderer callbackRenderer,
URI renderingSpecification,
String mode,
javax.ws.rs.core.MediaType mediaType,
Renderlet.RequestProperties requestProperties,
OutputStream os) |
Modifier and Type | Method and Description |
---|---|
void |
GenericMetaDataGenerator.generate(GraphNode node,
byte[] data,
javax.ws.rs.core.MediaType mediaType) |
Modifier and Type | Method and Description |
---|---|
void |
ImageMetaDataGenerator.generate(GraphNode node,
byte[] data,
javax.ws.rs.core.MediaType mediaType) |
Modifier and Type | Method and Description |
---|---|
void |
AlternativeRepresentationGenerator.generate(GraphNode node,
byte[] data,
javax.ws.rs.core.MediaType mediaType) |
UriRef |
AlternativeRepresentationGenerator.generateAlternativeImage(GraphNode infoBitNode,
int width,
int height)
Generates an alternative image of the image at the specified infoBitNode.
|
UriRef |
AlternativeRepresentationGenerator.generateAlternativeImage(GraphNode infoBitNode,
int width,
int height,
boolean exact)
Generates an alternative image of the image at the specified infoBitNode.
|
Modifier and Type | Method and Description |
---|---|
GraphNode |
CuriePrefixManager.emptyPrefixBinding() |
GraphNode |
CuriePrefixManager.getSingle(String bindingValue) |
GraphNode |
CuriePrefixManager.list(javax.ws.rs.core.UriInfo uriInfo) |
Modifier and Type | Method and Description |
---|---|
GraphNode |
ContextualMenuGenerator.addUserContext(GraphNode node) |
GraphNode |
UserLoginNode.addUserContext(GraphNode node) |
Modifier and Type | Method and Description |
---|---|
GraphNode |
ContextualMenuGenerator.addUserContext(GraphNode node) |
GraphNode |
UserLoginNode.addUserContext(GraphNode node) |
Modifier and Type | Method and Description |
---|---|
GraphNode |
DashBoard.getHomePage(javax.ws.rs.core.UriInfo uriInfo)
Returns the overview page of the dashboard.
|
Modifier and Type | Method and Description |
---|---|
GraphNode |
DocumentationViewer.documentationPage(javax.ws.rs.core.UriInfo uriInfo)
Redirects to the overview page
|
Modifier and Type | Method and Description |
---|---|
GraphNode |
LanguageWidget.addUserContext(GraphNode node) |
GraphNode |
LanguageService.getLanguageNode(NonLiteral langUri)
Get the language as
GraphNode specified through languageUri. |
GraphNode |
LanguageDescription.getResource()
Returns a graph node in the content graph which leads to further
information about the language described by this object.
|
Modifier and Type | Method and Description |
---|---|
GraphNode |
LanguageWidget.addUserContext(GraphNode node) |
Modifier and Type | Method and Description |
---|---|
GraphNode |
LoggingManager.entry(javax.ws.rs.core.UriInfo uriInfo) |
Modifier and Type | Method and Description |
---|---|
void |
MailMan.sendEmail(javax.mail.internet.InternetAddress from,
javax.mail.internet.InternetAddress to,
javax.mail.internet.InternetAddress[] cc,
javax.mail.internet.InternetAddress[] bcc,
String subject,
GraphNode graphNode,
List<javax.ws.rs.core.MediaType> acceptableMediaTypes,
String mode)
Sends the rendered
GraphNode with the specified subject to the specified
Adress to and carbon copies to the Adress |
void |
MailManImpl.sendEmail(javax.mail.internet.InternetAddress from,
javax.mail.internet.InternetAddress to,
javax.mail.internet.InternetAddress[] cc,
javax.mail.internet.InternetAddress[] bcc,
String subject,
GraphNode graphNode,
List<javax.ws.rs.core.MediaType> acceptableMediaTypes,
String mode) |
void |
MailMan.sendEmailToUser(String fromUser,
String toUser,
String subject,
GraphNode graphNode,
List<javax.ws.rs.core.MediaType> acceptableMediaTypes,
String mode)
Sends the rendered
GraphNode to the email address of the specified platform
user toUser. |
void |
MailManImpl.sendEmailToUser(String fromUser,
String toUser,
String subject,
GraphNode graphNode,
List<javax.ws.rs.core.MediaType> acceptableMediaTypes,
String mode) |
void |
MailMan.sendEmailToUsers(String fromUser,
String[] toUsers,
String subject,
GraphNode graphNode,
List<javax.ws.rs.core.MediaType> acceptableMediaTypes,
String mode)
Sends the rendered
GraphNode to the email addresses of the specified platform
users toUsers. |
void |
MailManImpl.sendEmailToUsers(String fromUser,
String[] toUsers,
String subject,
GraphNode graphNode,
List<javax.ws.rs.core.MediaType> acceptableMediaTypes,
String mode) |
Constructor and Description |
---|
GraphNodeDataHandler(GraphNode graphNode,
Renderer renderer) |
Modifier and Type | Method and Description |
---|---|
GraphNode |
ScriptManager.getExecutionUriOverview()
Execution Uri overview page.
|
GraphNode |
ScriptManager.getExecutionUris(UriRef script)
Returns the executionURIs as RdfList in a GraphNode.
|
GraphNode |
ScriptManager.getScript(UriRef scriptUri)
Returns a selected script node which has a property that points to the
specified script resource and conains the decoded script code and
the available script languages.
|
GraphNode |
ScriptManager.getScriptList(UriRef uriRef)
Returns the menu with available scripts as GraphNode.
|
GraphNode |
ScriptManager.install()
The page that contains the install form.
|
GraphNode |
ScriptManager.overview(UriRef script)
The overview page.
|
Modifier and Type | Method and Description |
---|---|
GraphNode |
UserContextProvider.addUserContext(GraphNode node)
Returns a
GraphNode containing user context information in
addition to the information already existing in the provided
GraphNode . |
GraphNode |
TypeRenderingException.getContextNode()
Returns the context
GraphNode that should have been rendered with
the rendering specification containing the error. |
GraphNode |
RenderingspecificationException.getExceptionGraphNode() |
abstract GraphNode |
TypeRenderingException.getExceptionGraphNode()
Returns a
GraphNode of the type typerendering:Exception
which contains all information used to render an exception page. |
GraphNode |
RenderingException.getExceptionGraphNode() |
GraphNode |
TypeRenderingException.getRenderNode()
Returns the
GraphNode that should have been rendered with
the rendering specification containing the error. |
Modifier and Type | Method and Description |
---|---|
GraphNode |
UserContextProvider.addUserContext(GraphNode node)
Returns a
GraphNode containing user context information in
addition to the information already existing in the provided
GraphNode . |
Renderer |
RendererFactory.createRenderer(GraphNode resource,
String mode,
List<javax.ws.rs.core.MediaType> acceptableMediaTypes)
Creates a
Renderer for the specified mode, acceptable
media-types as well as the types of GraphNode . |
long |
GenericGraphNodeMBW.getSize(GraphNode node,
Class<?> type,
Type genericType,
java.lang.annotation.Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType) |
void |
TypeRenderlet.render(GraphNode node,
GraphNode context,
Map<String,Object> sharedRenderingValues,
CallbackRenderer callbackRenderer,
TypeRenderlet.RequestProperties requestProperties,
OutputStream os)
Renders a node, possibly considering the context of the rendering request
(e.g.
|
void |
Renderlet.render(GraphNode res,
GraphNode context,
Map<String,Object> sharedRenderingValues,
CallbackRenderer callbackRenderer,
URI renderingSpecification,
String mode,
javax.ws.rs.core.MediaType mediaType,
Renderlet.RequestProperties requestProperties,
OutputStream os)
Deprecated.
Renders the data from
res with a appropriate rendering
engine. |
void |
CallbackRenderer.render(GraphNode resource,
GraphNode context,
String mode,
OutputStream os)
Renders the specified resource and context in the specified mode to an outputstream
|
void |
CallbackRendererImpl.render(GraphNode resource,
GraphNode context,
String mode,
OutputStream os) |
void |
Renderer.render(GraphNode node,
GraphNode userContext,
String mode,
javax.ws.rs.core.UriInfo uriInfo,
javax.ws.rs.core.HttpHeaders requestHeaders,
javax.ws.rs.core.MultivaluedMap<String,Object> responseHeaders,
Map<String,Object> sharedRenderingValues,
OutputStream entityStream)
Renders the data from
resource with the renderlet and
rendering specification. |
void |
CallbackRenderer.render(UriRef resource,
GraphNode context,
String mode,
OutputStream os)
Renders a specified named resource using the GraphNode returned by
org.apache.clerezza.rdf.utils.graphnodeprovider.GraphNodeProvider#get(org.apache.clerezza.rdf.core.UriRef) . |
void |
CallbackRendererImpl.render(UriRef resource,
GraphNode context,
String mode,
OutputStream os) |
void |
GenericGraphNodeMBW.writeTo(GraphNode node,
Class<?> type,
Type genericType,
java.lang.annotation.Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream) |
Constructor and Description |
---|
RenderingException(Exception cause,
URI renderingSpecification,
GraphNode renderNode,
GraphNode context) |
RenderingspecificationException(String message,
URI renderingSpecification,
GraphNode renderNode,
GraphNode context)
Creates a
RenderingspecificationException with message,
scriptUri, and renderNode to be used in an GraphNode that
can be used to render an exception page. |
RenderingspecificationException(String message,
URI renderingSpecification,
int lineNumber,
int columnNumber,
GraphNode renderNode,
GraphNode context)
Creates a
RenderingspecificationException with message,
scriptUri, lineNumber, columnNumber and renderNode to be used in an
GraphNode that can be used to render an exception page. |
TypeRenderingException(String message,
URI renderingSpecification,
GraphNode renderNode,
GraphNode context) |
TypeRenderingException(String message,
URI renderingSpecification,
GraphNode renderNode,
GraphNode context,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
void |
SspTypeRenderlet.render(GraphNode node,
GraphNode context,
Map<String,Object> sharedRenderingValues,
CallbackRenderer callbackRenderer,
TypeRenderlet.RequestProperties requestProperties,
OutputStream os) |
void |
ScalaServerPagesRenderlet.render(GraphNode res,
GraphNode context,
Map<String,Object> sharedRenderingValues,
CallbackRenderer callbackRenderer,
URI renderingSpecification,
String mode,
javax.ws.rs.core.MediaType mediaType,
Renderlet.RequestProperties requestProperties,
OutputStream os)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
SeedsnipeRenderlet.render(GraphNode res,
GraphNode context,
Map<String,Object> sharedRenderingValues,
CallbackRenderer callbackRenderer,
URI renderingSpecification,
String mode,
javax.ws.rs.core.MediaType mediaType,
Renderlet.RequestProperties requestProperties,
OutputStream os) |
Modifier and Type | Method and Description |
---|---|
GraphNode |
UserManager.getUserGraphNode(String name)
Returns the user with the specified name in an (editable) MGraph
(i.e.
|
GraphNode |
UserManagerImpl.getUserGraphNode(String name) |
GraphNode |
UserManager.getUserInContentGraph(String name)
Returns the
GraphNode pointing to the user with the
specified name in the content graph. |
GraphNode |
UserManagerImpl.getUserInContentGraph(String name) |
GraphNode |
UserManager.getUserInSystemGraph(String name)
Returns the
GraphNode pointing to the user with the
specified name in the system graph. |
GraphNode |
UserManagerImpl.getUserInSystemGraph(String name) |
Modifier and Type | Method and Description |
---|---|
int |
UserComparator.compare(GraphNode user1,
GraphNode user2) |
Modifier and Type | Method and Description |
---|---|
GraphNode |
UserManagerWeb.addUser(javax.ws.rs.core.UriInfo uriInfo) |
GraphNode |
UserManagerWeb.getAddSinglePropertyPage(String role) |
GraphNode |
UserManagerWeb.getRelevantCustomInformation(UriRef resource,
String roles,
String userName,
javax.ws.rs.core.UriInfo uriInfo) |
GraphNode |
UserManagerWeb.listRoles(javax.ws.rs.core.UriInfo uriInfo) |
GraphNode |
UserManagerWeb.listUsers(Integer from,
Integer to,
javax.ws.rs.core.UriInfo uriInfo) |
GraphNode |
UserManagerWeb.manageCustomProperties(String role,
javax.ws.rs.core.UriInfo uriInfo) |
GraphNode |
UserManagerWeb.manageRolePermissions(String title,
javax.ws.rs.core.UriInfo uriInfo)
show page to manage role permissionEntries
|
GraphNode |
UserManagerWeb.manageUserPermissions(String userName,
javax.ws.rs.core.UriInfo uriInfo)
show page to manage user permissionEntries
|
GraphNode |
PasswordReset.resetPage(javax.ws.rs.core.UriInfo uriInfo) |
GraphNode |
UserManagerWeb.updateUser(String userName,
javax.ws.rs.core.UriInfo uriInfo) |
Modifier and Type | Method and Description |
---|---|
List<String> |
JoinVirtualProperty.value(GraphNode node) |
protected List<String> |
PropertyHolder.value(GraphNode node) |
protected abstract List<String> |
VirtualProperty.value(GraphNode node)
Returns the value of this property.
|
protected List<String> |
PathVirtualProperty.value(GraphNode node) |
Modifier and Type | Method and Description |
---|---|
void |
MetaDataGenerator.generate(GraphNode node,
byte[] data,
javax.ws.rs.core.MediaType mediaType)
Generates meta data about the specified bytes depending on its mediaType.
|
Modifier and Type | Method and Description |
---|---|
GraphNode |
SeeAlsoExpander.expand(GraphNode node,
int recursion)
expands a node dereferencing its rdfs:seeAlso references using the
tcManager associated to this instance.
|
GraphNode |
GraphNode.replaceWith(NonLiteral replacement)
Replaces the graph node resouce with the specified
NonLiteral . |
GraphNode |
GraphNode.replaceWith(NonLiteral replacement,
boolean checkPredicates)
Replaces the graph node resouce with the specified
NonLiteral . |
Modifier and Type | Method and Description |
---|---|
static Set<GraphNode> |
RdfList.findContainingListNodes(GraphNode element)
Returns a set of
GraphNode S which are the first list nodes (meaning
they are not the beginning of a sublist) of the list containing the specified
GraphNode as an element. |
Iterator<GraphNode> |
GraphNode.getObjectNodes(UriRef property)
Returns a iterator containing all objects of the triples where this
graph node is the subject and has the specified property.
|
Iterator<GraphNode> |
GraphNode.getSubjectNodes(UriRef property)
Returns a iterator containing all subjects of the triples where this
graph node is the object and has the specified property.
|
Modifier and Type | Method and Description |
---|---|
GraphNode |
SeeAlsoExpander.expand(GraphNode node,
int recursion)
expands a node dereferencing its rdfs:seeAlso references using the
tcManager associated to this instance.
|
static Set<GraphNode> |
RdfList.findContainingListNodes(GraphNode element)
Returns a set of
GraphNode S which are the first list nodes (meaning
they are not the beginning of a sublist) of the list containing the specified
GraphNode as an element. |
static Set<RdfList> |
RdfList.findContainingLists(GraphNode element)
Returns the rdf lists of which the specified
GraphNode is
an element of. |
Constructor and Description |
---|
RdfList(GraphNode listNode)
Get a list for the specified resource node.
|
Modifier and Type | Method and Description |
---|---|
GraphNode |
GraphNodeProvider.get(UriRef uriRef)
Get a GraphNode for the specified resource, see class comments for
details.
|
GraphNode |
GraphNodeProvider.getLocal(UriRef uriRef)
Get a GraphNode for the specified resource, The resource is assumed to be
local, i.e.
|
Modifier and Type | Method and Description |
---|---|
GraphNode |
SparqlEndpoint.getAvailableTripleCollectionUris(javax.ws.rs.core.UriInfo uriInfo) |
GraphNode |
GraphManagement.mainPage(javax.ws.rs.core.UriInfo uriInfo) |
GraphNode |
Backup.overviewPage() |
Modifier and Type | Method and Description |
---|---|
void |
TemplatingEngine.process(GraphNode res,
GraphNode user,
RenderingFunctions renderingFunctions,
URL template,
OutputStream os)
Parses and expands the
template
with data from res . |
Constructor and Description |
---|
GraphNodeDataFieldResolver(GraphNode node,
RenderingFunctions renderingFunctions)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
SeedsnipeTemplatingEngine.process(GraphNode res,
GraphNode user,
RenderingFunctions renderingFunctions,
URL template,
OutputStream os) |
Modifier and Type | Method and Description |
---|---|
void |
UIMABaseMetadataGenerator.generate(GraphNode node,
byte[] data,
javax.ws.rs.core.MediaType mediaType) |
Modifier and Type | Method and Description |
---|---|
static void |
UIMAUtils.enhanceNode(GraphNode existingNode,
List<? extends org.apache.uima.cas.FeatureStructure> uimaObjects) |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.