public interface ContextManagement
| Modifier and Type | Method and Description |
|---|---|
String |
create(String parentContextUUID,
String name) |
String |
delete(String uuid) |
String |
move(String newParentUUID,
String contextToMoveUUID) |
String |
read(String contextUUID) |
String |
rename(String contextUUID,
String newName) |
String create(String parentContextUUID, String name) throws ContextCreationException, InternalException
String 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.