Modifier and Type | Method and Description |
---|---|
protected List<Statement> |
GetRelations.getIncomingStatements(QNameResource res,
Resource predicate) |
protected List<Statement> |
GetRelations.getOutgoingStatements(QNameResource res,
Resource predicate) |
Modifier and Type | Method and Description |
---|---|
List<Statement> |
AnnotationImpl.getStatements() |
List<Statement> |
Annotation.getStatements() |
Modifier and Type | Method and Description |
---|---|
void |
AnnotationImpl.setAnnotates(Statement statement) |
void |
Annotation.setAnnotates(Statement statement) |
void |
AnnotationImpl.setBody(Statement body) |
void |
Annotation.setBody(Statement body) |
void |
AnnotationImpl.setContext(Statement context) |
void |
Annotation.setContext(Statement statement) |
Modifier and Type | Method and Description |
---|---|
Annotation |
AnnotationManager.getAnnotation(List<Statement> statements) |
void |
AnnotationImpl.setStatements(List<Statement> statements) |
void |
Annotation.setStatements(List<Statement> annotationStatements) |
Modifier and Type | Field and Description |
---|---|
protected static Statement |
CoreGraph.ALL |
protected Statement |
CoreGraph.StatementFinder.statement |
Modifier and Type | Field and Description |
---|---|
protected static List<Statement> |
CoreGraph.EMPTY_STATEMENTS |
protected List<Statement> |
CoreGraph.StatementAdder.statements |
protected List<Statement> |
CoreGraph.StatementRemover.statements |
protected List<Statement> |
CoreGraph.StatementFinder.statements |
Modifier and Type | Method and Description |
---|---|
List<Statement> |
CoreGraph.getStatements() |
List<Statement> |
CoreGraph.getStatements(Node subject,
Node predicate,
Node object) |
List<Statement> |
CoreGraph.getStatements(Statement statement) |
Modifier and Type | Method and Description |
---|---|
void |
CoreGraph.add(Statement statement) |
protected void |
CoreGraph.StatementAdder.add(Statement statement) |
protected static String |
CoreGraph.getAuthor(Statement statement) |
protected static String |
CoreGraph.getComment(Statement statement) |
protected static Date |
CoreGraph.getCreationDate(Statement statement) |
protected static Date |
CoreGraph.getDateProperty(Statement statement,
Resource prop) |
protected static Date |
CoreGraph.getModificationDate(Statement statement) |
List<Statement> |
CoreGraph.getStatements(Statement statement) |
protected static String |
CoreGraph.getStringProperty(Statement statement,
Resource prop) |
boolean |
CoreGraph.hasStatement(Statement statement) |
void |
CoreGraph.remove(Statement statement) |
protected void |
CoreGraph.StatementRemover.remove(Statement statement) |
protected static void |
CoreGraph.setAuthor(Statement statement,
String author) |
protected static void |
CoreGraph.setComment(Statement statement,
String comment) |
protected static void |
CoreGraph.setCreationDate(Statement statement,
Calendar created) |
protected static void |
CoreGraph.setDateProperty(Statement statement,
Resource prop,
Calendar date) |
protected static void |
CoreGraph.setModificationDate(Statement statement,
Calendar modified) |
protected DocumentModel |
CoreGraph.StatementAdder.setRelationProperties(DocumentModel rel,
Statement statement) |
protected static void |
CoreGraph.setStringProperty(Statement statement,
Resource prop,
String string) |
protected String |
CoreGraph.whereBuilder(String query,
Statement statement) |
Modifier and Type | Method and Description |
---|---|
void |
CoreGraph.add(List<Statement> statements) |
void |
CoreGraph.remove(List<Statement> statements) |
Constructor and Description |
---|
StatementFinder(Statement statement) |
StatementFinder(Statement statement,
CoreSession session) |
Constructor and Description |
---|
StatementAdder(List<Statement> statements) |
StatementAdder(List<Statement> statements,
CoreSession session) |
StatementRemover(List<Statement> statements) |
StatementRemover(List<Statement> statements,
CoreSession session) |
Modifier and Type | Method and Description |
---|---|
List<Statement> |
Graph.getStatements()
Returns all statements in the graph.
|
List<Statement> |
Graph.getStatements(Node subject,
Node predicate,
Node object)
Returns all statements in the graph matching the pattern.
|
List<Statement> |
Graph.getStatements(Statement statement)
Returns all statements in the graph matching the pattern.
|
Modifier and Type | Method and Description |
---|---|
void |
Graph.add(Statement statement)
Adds the statement object to the graph.
|
void |
DocumentRelationManager.deleteRelation(CoreSession session,
Statement statement) |
void |
DocumentRelationManager.deleteRelation(CoreSession session,
Statement stmt,
boolean includeStatementsInEvents) |
List<Statement> |
Graph.getStatements(Statement statement)
Returns all statements in the graph matching the pattern.
|
boolean |
Graph.hasStatement(Statement statement)
Returns true if given statement pattern is in the graph.
|
void |
Graph.remove(Statement statement)
Removes the statement object from the graph.
|
Modifier and Type | Method and Description |
---|---|
void |
Graph.add(List<Statement> statements)
Adds given list of Statement objects to the graph.
|
void |
Graph.remove(List<Statement> statements)
Removes given list of Statement objects from the graph.
|
Modifier and Type | Class and Description |
---|---|
class |
StatementImpl
Statement with subject, predicate and object.
|
Modifier and Type | Method and Description |
---|---|
int |
StatementImpl.compareTo(Statement o) |
Modifier and Type | Method and Description |
---|---|
static List<Statement> |
RelationHelper.getStatements(DocumentModel subjectDoc,
Resource predicat) |
static List<Statement> |
RelationHelper.getStatements(String graphName,
DocumentModel subjectDoc,
Resource predicat) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
PublishRelationsListener.isCopyFromSource(Statement stmt,
Resource sourceResource) |
Modifier and Type | Field and Description |
---|---|
protected List<Statement> |
IORelationGraphHelper.statements |
Modifier and Type | Method and Description |
---|---|
protected Statement |
IORelationAdapter.getFilteredStatement(Statement statement) |
protected static Statement |
IORelationAdapter.updateDate(Statement statement,
Literal newDate,
List<Resource> properties) |
Modifier and Type | Method and Description |
---|---|
protected List<Statement> |
IORelationAdapter.filterMatchingStatements(List<Statement> statements) |
protected List<Statement> |
IORelationAdapter.getMatchingStatements(Graph graph,
Resource resource) |
List<Statement> |
IORelationResources.getStatements() |
List<Statement> |
IORelationGraphHelper.getStatements() |
Modifier and Type | Method and Description |
---|---|
protected Statement |
IORelationAdapter.getFilteredStatement(Statement statement) |
protected static Statement |
IORelationAdapter.updateDate(Statement statement,
Literal newDate,
List<Resource> properties) |
Modifier and Type | Method and Description |
---|---|
protected List<Statement> |
IORelationAdapter.filterMatchingStatements(List<Statement> statements) |
Constructor and Description |
---|
IORelationGraphHelper(Map<String,String> namespaces,
List<Statement> statements) |
IORelationResources(Map<String,String> namespaces,
Map<DocumentRef,Set<Resource>> documentResources,
List<Statement> statements) |
Modifier and Type | Method and Description |
---|---|
List<Statement> |
JenaGraph.getStatements() |
List<Statement> |
JenaGraph.getStatements(Node subject,
Node predicate,
Node object) |
List<Statement> |
JenaGraph.getStatements(Statement statement) |
Modifier and Type | Method and Description |
---|---|
void |
JenaGraph.add(Statement statement) |
List<Statement> |
JenaGraph.getStatements(Statement statement) |
boolean |
JenaGraph.hasStatement(Statement statement) |
void |
JenaGraph.remove(Statement statement) |
Modifier and Type | Method and Description |
---|---|
void |
JenaGraph.add(List<Statement> statements) |
void |
JenaGraph.remove(List<Statement> statements) |
Modifier and Type | Method and Description |
---|---|
void |
DocumentRelationService.deleteRelation(CoreSession session,
Statement stmt) |
void |
DocumentRelationService.deleteRelation(CoreSession session,
Statement stmt,
boolean includeStatementsInEvents) |
Modifier and Type | Method and Description |
---|---|
Statement |
StatementInfoImpl.getStatement() |
Statement |
StatementInfo.getStatement() |
Constructor and Description |
---|
StatementInfoImpl(Statement statement) |
StatementInfoImpl(Statement statement,
NodeInfo subjectRepresentation,
NodeInfo predicateRepresentation,
NodeInfo objectRepresentation) |
Modifier and Type | Field and Description |
---|---|
protected List<Statement> |
RelationActionsBean.incomingStatements |
protected List<Statement> |
RelationActionsBean.outgoingStatements |
Modifier and Type | Method and Description |
---|---|
protected List<StatementInfo> |
RelationActionsBean.getStatementsInfo(List<Statement> statements) |
Copyright © 2017 Nuxeo. All rights reserved.