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:
addin interfaceHandlePlugin
-
remove
public void remove(List<UID> uids)
- Specified by:
removein interfaceHandlePlugin
-
search
public List<Handle> search(String prefix)
- Specified by:
searchin interfaceHandlePlugin
-
getByCode
public Handle getByCode(String handleCode)
- Specified by:
getByCodein interfaceHandlePlugin
-
getByUid
public Handle getByUid(UID uid)
- Specified by:
getByUidin interfaceHandlePlugin
-
removeAll
public void removeAll()
- Specified by:
removeAllin interfaceHandlePlugin
-
-