Uses of Class
io.vertigo.social.handle.Handle
-
Packages that use Handle Package Description io.vertigo.social.handle io.vertigo.social.impl.handle io.vertigo.social.plugins.handle.memory io.vertigo.social.plugins.handle.redis io.vertigo.social.webservices.handle -
-
Uses of Handle in io.vertigo.social.handle
Methods in io.vertigo.social.handle that return Handle Modifier and Type Method Description Handle
HandleManager. getHandleByCode(String code)
Handle
HandleManager. getHandleByUid(UID uid)
Methods in io.vertigo.social.handle that return types with arguments of type Handle Modifier and Type Method Description List<Handle>
HandleManager. searchHandles(String handlePrefix)
-
Uses of Handle in io.vertigo.social.impl.handle
Methods in io.vertigo.social.impl.handle that return Handle Modifier and Type Method Description Handle
HandlePlugin. getByCode(String handleCode)
Handle
HandlePlugin. getByUid(UID uid)
Handle
HandleManagerImpl. getHandleByCode(String code)
Handle
HandleManagerImpl. getHandleByUid(UID uid)
Methods in io.vertigo.social.impl.handle that return types with arguments of type Handle Modifier and Type Method Description List<Handle>
HandlePlugin. search(String prefix)
List<Handle>
HandleManagerImpl. searchHandles(String handlePrefix)
Method parameters in io.vertigo.social.impl.handle with type arguments of type Handle Modifier and Type Method Description void
HandlePlugin. add(List<Handle> handles)
-
Uses of Handle in io.vertigo.social.plugins.handle.memory
Methods in io.vertigo.social.plugins.handle.memory that return Handle Modifier and Type Method Description Handle
MemoryHandlePlugin. getByCode(String handleCode)
Handle
MemoryHandlePlugin. getByUid(UID uid)
Methods in io.vertigo.social.plugins.handle.memory that return types with arguments of type Handle Modifier and Type Method Description List<Handle>
MemoryHandlePlugin. search(String prefix)
Method parameters in io.vertigo.social.plugins.handle.memory with type arguments of type Handle Modifier and Type Method Description void
MemoryHandlePlugin. add(List<Handle> handles)
-
Uses of Handle in io.vertigo.social.plugins.handle.redis
Methods in io.vertigo.social.plugins.handle.redis that return Handle Modifier and Type Method Description Handle
RedisHandlePlugin. getByCode(String handleCode)
Handle
RedisHandlePlugin. getByUid(UID uid)
Methods in io.vertigo.social.plugins.handle.redis that return types with arguments of type Handle Modifier and Type Method Description List<Handle>
RedisHandlePlugin. search(String prefix)
Method parameters in io.vertigo.social.plugins.handle.redis with type arguments of type Handle Modifier and Type Method Description void
RedisHandlePlugin. add(List<Handle> handles)
-
Uses of Handle in io.vertigo.social.webservices.handle
Methods in io.vertigo.social.webservices.handle that return types with arguments of type Handle Modifier and Type Method Description List<Handle>
HandleWebServices. search(String prefix)
-