| Package | Description |
|---|---|
| com.mware.ge |
| Modifier and Type | Field and Description |
|---|---|
static EnumSet<ElementFilter> |
ElementFilter.ALL |
| Modifier and Type | Method and Description |
|---|---|
static ElementFilter |
ElementFilter.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ElementFilter[] |
ElementFilter.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<String> |
GraphBase.filterEdgeIdsByAuthorization(Iterable<String> edgeIds,
String authorizationToMatch,
EnumSet<ElementFilter> filters,
Authorizations authorizations) |
Iterable<String> |
Graph.filterEdgeIdsByAuthorization(Iterable<String> edgeIds,
String authorizationToMatch,
EnumSet<ElementFilter> filters,
Authorizations authorizations)
Filters a collection of edge ids by the authorizations of that edge, properties, etc.
|
Iterable<String> |
GraphBase.filterVertexIdsByAuthorization(Iterable<String> vertexIds,
String authorizationToMatch,
EnumSet<ElementFilter> filters,
Authorizations authorizations) |
Iterable<String> |
Graph.filterVertexIdsByAuthorization(Iterable<String> vertexIds,
String authorizationToMatch,
EnumSet<ElementFilter> filters,
Authorizations authorizations)
Filters a collection of vertex ids by the authorizations of that vertex, properties, etc.
|
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.