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 Handle
getHandleByCode(String code)
Handle
getHandleByUid(UID uid)
List<String>
getHandlePrefixes()
void
reindexAll()
List<Handle>
searchHandles(String handlePrefix)
-