Class MigratingScopeInstance

    • Constructor Detail

      • MigratingScopeInstance

        public MigratingScopeInstance()
    • Method Detail

      • migrates

        public abstract boolean migrates()
      • detachChildren

        public abstract void detachChildren()
      • remove

        public abstract void remove​(boolean skipCustomListeners,
                                    boolean skipIoMappings)
        removes this scope; parameters are hints and may be ignored by the implementation
      • getChildScopeInstances

        public abstract java.util.Collection<MigratingScopeInstance> getChildScopeInstances()
        gets those children that are itself scope instances
      • removeUnmappedDependentInstances

        public abstract void removeUnmappedDependentInstances()