public class Util extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
deleteChronicleCollection(ch.agent.crnickl.api.Chronicle chronicle)
Delete everything belonging to the entity, except the entity itself.
|
static void |
deleteChronicles(ch.agent.crnickl.api.Database db,
String... chrons) |
static void |
deleteProperties(ch.agent.crnickl.api.Database db,
String... props) |
static void |
deleteSchema(ch.agent.crnickl.api.Database db,
String... schemas) |
static void |
deleteValueTypes(ch.agent.crnickl.api.Database db,
String... vts) |
public static void deleteChronicleCollection(ch.agent.crnickl.api.Chronicle chronicle)
throws ch.agent.core.KeyedException
chronicle - ch.agent.core.KeyedExceptionpublic static void deleteChronicles(ch.agent.crnickl.api.Database db,
String... chrons)
throws Exception
Exceptionpublic static void deleteProperties(ch.agent.crnickl.api.Database db,
String... props)
throws Exception
Exceptionpublic static void deleteValueTypes(ch.agent.crnickl.api.Database db,
String... vts)
throws Exception
ExceptionCopyright © 2013. All Rights Reserved.