Package omero.cmd.graphs
Class IgnoreTypePolicy
- java.lang.Object
-
- omero.cmd.graphs.IgnoreTypePolicy
-
@Deprecated public class IgnoreTypePolicy extends java.lang.Object
Deprecated.experimental: may be wholly removed in next major versionAdjust graph traversal policy to ignore objects according to their type.- Since:
- 5.4.0
-
-
Constructor Summary
Constructors Constructor Description IgnoreTypePolicy()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ome.services.graphs.GraphPolicy
getIgnoreTypePolicy(ome.services.graphs.GraphPolicy graphPolicyToAdjust, java.util.Collection<java.lang.Class<? extends ome.model.IObject>> typesToIgnore)
Deprecated.Adjust an existing graph traversal policy so that objects of certain types may be ignored.
-
-
-
Method Detail
-
getIgnoreTypePolicy
public static ome.services.graphs.GraphPolicy getIgnoreTypePolicy(ome.services.graphs.GraphPolicy graphPolicyToAdjust, java.util.Collection<java.lang.Class<? extends ome.model.IObject>> typesToIgnore)
Deprecated.Adjust an existing graph traversal policy so that objects of certain types may be ignored.- Parameters:
graphPolicyToAdjust
- the graph policy to adjusttypesToIgnore
- the types to ignore as defined byDelete2.typesToIgnore
- Returns:
- the adjusted graph policy
-
-