public interface ContextManagement
String create(String parentContextUUID, String name) throws ContextCreationException
ContextCreationExceptionString read(String contextUUID) throws ContextNotFoundException, ContextException
String rename(String contextUUID, String newName) throws ContextNotFoundException, ContextException
String move(String newParentUUID, String contextToMoveUUID) throws ContextNotFoundException, ContextException
String delete(String uuid) throws ContextNotFoundException, ContextException
Copyright © 2016. All Rights Reserved.