Package io.vertigo.social.handle
Interface HandleManager
-
- All Superinterfaces:
io.vertigo.core.node.component.Component,io.vertigo.core.node.component.CoreComponent
- All Known Implementing Classes:
HandleManagerImpl
public interface HandleManager extends io.vertigo.core.node.component.Component
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HandlegetHandleByCode(String code)HandlegetHandleByUid(UID uid)List<String>getHandlePrefixes()voidreindexAll()List<Handle>searchHandles(String handlePrefix)
-