Class IgnoreTypePolicy


  • @Deprecated
    public class IgnoreTypePolicy
    extends java.lang.Object
    Deprecated.
    experimental: may be wholly removed in next major version
    Adjust 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IgnoreTypePolicy

        public IgnoreTypePolicy()
        Deprecated.
    • 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 adjust
        typesToIgnore - the types to ignore as defined by Delete2.typesToIgnore
        Returns:
        the adjusted graph policy