Package | Description |
---|---|
ome.services.graphs |
Server classes for handling complicated graphs of model objects.
|
omero.cmd.graphs |
Modifier and Type | Field and Description |
---|---|
java.util.Set<GraphPolicy.Ability> |
GraphPolicy.Details.permissions
the current permissions on the object
|
Modifier and Type | Method and Description |
---|---|
static GraphPolicy.Ability |
GraphPolicy.Ability.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GraphPolicy.Ability[] |
GraphPolicy.Ability.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<GraphPolicy.Ability> |
GraphTraversal.Processor.getRequiredPermissions() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<GraphPolicy.Ability> |
NullGraphTraversalProcessor.getRequiredPermissions() |
Modifier and Type | Method and Description |
---|---|
static GraphPolicy |
ChildOptionsPolicy.getChildOptionsPolicy(GraphPolicy graphPolicyToAdjust,
java.util.Collection<ChildOptionI> childOptions,
java.util.Set<GraphPolicy.Ability> requiredPermissions)
Adjust an existing graph traversal policy so that child objects may be included or excluded
regardless of if they are truly orphans.
|
GraphTraversal |
GraphHelper.prepareGraphTraversal(java.util.List<omero.cmd.graphs.ChildOption> childOptions,
java.util.Set<GraphPolicy.Ability> requiredPermissions,
GraphPolicy graphPolicy,
java.lang.Iterable<com.google.common.base.Function<GraphPolicy,GraphPolicy>> graphPolicyAdjusters,
ACLVoter aclVoter,
GraphPathBean graphPathBean,
com.google.common.collect.SetMultimap<java.lang.String,java.lang.String> unnullable,
GraphTraversal.Processor processor,
boolean dryRun)
Construct a graph traversal manager for a
GraphQuery request. |
Constructor and Description |
---|
NullGraphTraversalProcessor(java.util.Set<GraphPolicy.Ability> requiredAbilities)
Construct a
GraphTraversal.Processor that does nothing whatsoever. |
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.