A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
W
A
- add(T) - function in io.github.graphglue.model.property.NodeSetPropertyDelegate.NodeSetProperty
- addAll(Collection) - function in java.util.NodeSetPropertyDelegate.NodeSetProperty
- 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
- addSuppressed(Throwable) - function in kotlin.NodeSchemaException
- AllNodeRelationshipFilterEntry - class in io.github.graphglue.connection.filter.model
- NodeRelationshipFilterEntry 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 NodeFilters by AND
- AnyNodeRelationshipFilterEntry - class in io.github.graphglue.connection.filter.model
- NodeRelationshipFilterEntry where any of the nodes have to match the filter
- 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
- 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