Uses of Interface
org.apache.sling.discovery.TopologyView
-
Uses of TopologyView in org.apache.sling.discovery
Methods in org.apache.sling.discovery that return TopologyViewModifier and TypeMethodDescriptionTopologyEvent.getNewView()
Returns the view which is currently (i.e. newly) valid.TopologyEvent.getOldView()
Returns the view which was valid up until now.DiscoveryService.getTopology()
Returns the topology that was last discovered by this service.Constructors in org.apache.sling.discovery with parameters of type TopologyViewModifierConstructorDescriptionTopologyEvent
(TopologyEvent.Type type, TopologyView oldView, TopologyView newView)