Interface HandleManager

All Superinterfaces:
io.vertigo.core.node.component.Component, io.vertigo.core.node.component.CoreComponent, io.vertigo.core.node.component.Manager
All Known Implementing Classes:
HandleManagerImpl

public interface HandleManager extends io.vertigo.core.node.component.Manager
  • Method Details

    • searchHandles

      List<Handle> searchHandles(String handlePrefix)
    • getHandlePrefixes

      List<String> getHandlePrefixes()
    • getHandleByUid

      Handle getHandleByUid(io.vertigo.datamodel.data.model.UID uid)
    • getHandleByCode

      Handle getHandleByCode(String code)
    • reindexAll

      void reindexAll()