public interface ContextManagement
String create(UUID parentContext, String name) throws ContextCreationException, InternalException
String read(UUID context) throws ContextNotFoundException, ContextException
String rename(UUID context, String newName) throws ContextNotFoundException, ContextException
String move(UUID newParent, UUID contextToMove) throws ContextNotFoundException, ContextException
boolean delete(UUID context) throws ContextNotFoundException, ContextException
Copyright © 2016. All Rights Reserved.