A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
W
A
- add(T) - function in io.github.graphglue.model.NodeSetProperty.NodeSet
- addAll(Collection) - function in java.util.NodeSetProperty.NodeSet
- AdditionalFilter - class in io.github.graphglue.model
- Annotation to define an additional filter property for a specific Node (and all subclasses) The filter is implemented by a bean with the defined name of type FilterEntryDefinition
- addRelationship(RelationshipDefinition,String,Node) - function in io.github.graphglue.data.repositories.GraphglueNeo4jOperations
- Adds a relationship
- addSuppressed(Throwable) - function in kotlin.NodeSchemaException
- AllNodeSetFilterEntry - class in io.github.graphglue.connection.filter.model
- NodeSetFilterEntry where all of the nodes have to match the filter
- allRuleGenerator() - function in io.github.graphglue.model.GraphglueModelConfiguration
- Bean for a rule which allows all access
- AndMetaFilter - class in io.github.graphglue.connection.filter.model
- MetaFilter which joins several MetaFilters by AND
- AnyNodeSetFilterEntry - class in io.github.graphglue.connection.filter.model
- NodeSetFilterEntry where any of the nodes have to match the filter
- applyAfterAndBefore(NodeQueryOptions,SymbolicName,StatementBuilder.OngoingReading) - function in io.github.graphglue.data.execution.NodeQueryExecutor
- Adds before and after filters to the
builder
- applyFilterConditions(NodeQueryOptions,StatementBuilder.OrderableOngoingReadingAndWithWithoutWhere,Node) - function in io.github.graphglue.data.execution.NodeQueryExecutor
- Applies all filter conditions to a builder and returns the resulting builder
- applyPartsSubqueries(StatementBuilder.OngoingReading,Node,NodeQuery) - function in io.github.graphglue.data.execution.NodeQueryExecutor
- Generates subqueries for all subqueries defined in parts and adds them to the statement builder
- applyResultLimiters(NodeQueryOptions,StatementBuilder.OrderableOngoingReadingAndWithWithoutWhere,SymbolicName) - function in io.github.graphglue.data.execution.NodeQueryExecutor
- Orders the nodes and adds first and last filters
- applyTotalCount(NodeQueryOptions,StatementBuilder.OrderableOngoingReadingAndWithWithoutWhere,SymbolicName,SymbolicName) - function in io.github.graphglue.data.execution.NodeQueryExecutor
- If necessary, adds a with statement to the
builder
which fetches totalCount - ASC - enum entry in io.github.graphglue.connection.order.OrderDirection
Ascending
- Authorization - class in io.github.graphglue.model
- Defines an authorization permission for a Node To get the authorization definition for a specific Node, the annotations on the class and all subclasses are merged.
- AuthorizationChecker - class in io.github.graphglue.authorization
- authorizationChecker(NodeDefinitionCollection,ReactiveNeo4jClient) - function in io.github.graphglue.authorization.GraphglueAuthorizationConfiguration
- AuthorizationConditionPart - class in io.github.graphglue.definition
- Part of an authorization condition
- AuthorizationContext - class in io.github.graphglue.authorization
- Context for checking for a permission
- AuthorizationRuleGenerator - class in io.github.graphglue.authorization
- Interface for beans which can create authorization conditions for rules