Package | Description |
---|---|
ome.services.graphs |
Server classes for handling complicated graphs of model objects.
|
omero.cmd.graphs |
Modifier and Type | Field and Description |
---|---|
Set<GraphPolicy.Ability> |
GraphPolicy.Details.permissions
the current permissions on the object
|
Modifier and Type | Method and Description |
---|---|
static GraphPolicy.Ability |
GraphPolicy.Ability.valueOf(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 |
---|---|
Set<GraphPolicy.Ability> |
GraphTraversal.Processor.getRequiredPermissions() |
Modifier and Type | Method and Description |
---|---|
Set<GraphPolicy.Ability> |
NullGraphTraversalProcessor.getRequiredPermissions() |
Modifier and Type | Method and Description |
---|---|
static GraphPolicy |
ChildOptionsPolicy.getChildOptionsPolicy(GraphPolicy graphPolicyToAdjust,
Collection<ChildOptionI> childOptions,
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(List<omero.cmd.graphs.ChildOption> childOptions,
Set<GraphPolicy.Ability> requiredPermissions,
GraphPolicy graphPolicy,
Iterable<com.google.common.base.Function<GraphPolicy,GraphPolicy>> graphPolicyAdjusters,
ACLVoter aclVoter,
SystemTypes systemTypes,
GraphPathBean graphPathBean,
com.google.common.collect.SetMultimap<String,String> unnullable,
GraphTraversal.Processor processor,
boolean dryRun)
Deprecated.
from OMERO 5.4 the systemTypes argument is no longer included
|
Constructor and Description |
---|
NullGraphTraversalProcessor(Set<GraphPolicy.Ability> requiredAbilities)
Construct a
GraphTraversal.Processor that does nothing whatsoever. |
Version: 5.3.5-ice35-b73
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.