Class MemoryHandlePlugin
- java.lang.Object
-
- io.vertigo.social.plugins.handle.memory.MemoryHandlePlugin
-
- All Implemented Interfaces:
io.vertigo.core.node.component.CoreComponent
,io.vertigo.core.node.component.Plugin
,HandlePlugin
public class MemoryHandlePlugin extends Object implements HandlePlugin
-
-
Constructor Summary
Constructors Constructor Description MemoryHandlePlugin()
-
-
-
Method Detail
-
add
public void add(List<Handle> handles)
- Specified by:
add
in interfaceHandlePlugin
-
remove
public void remove(List<UID> uids)
- Specified by:
remove
in interfaceHandlePlugin
-
search
public List<Handle> search(String prefix)
- Specified by:
search
in interfaceHandlePlugin
-
getByCode
public Handle getByCode(String handleCode)
- Specified by:
getByCode
in interfaceHandlePlugin
-
getByUid
public Handle getByUid(UID uid)
- Specified by:
getByUid
in interfaceHandlePlugin
-
removeAll
public void removeAll()
- Specified by:
removeAll
in interfaceHandlePlugin
-
-