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 HandleHandleManager. getHandleByCode(String code)HandleHandleManager. 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 HandleHandlePlugin. getByCode(String handleCode)HandleHandlePlugin. getByUid(UID uid)HandleHandleManagerImpl. getHandleByCode(String code)HandleHandleManagerImpl. 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 voidHandlePlugin. 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 HandleMemoryHandlePlugin. getByCode(String handleCode)HandleMemoryHandlePlugin. 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 voidMemoryHandlePlugin. 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 HandleRedisHandlePlugin. getByCode(String handleCode)HandleRedisHandlePlugin. 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 voidRedisHandlePlugin. 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)
-