public class JooqDomainPathHandler extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.jooq.Table<?> |
DOMAIN_PATH_TABLE |
static org.jooq.Field<String> |
PATH |
static org.jooq.Field<UUID> |
TARGET |
| Constructor and Description |
|---|
JooqDomainPathHandler() |
| Modifier and Type | Method and Description |
|---|---|
int |
countByRegex(org.jooq.DSLContext context,
String pattern) |
int |
countFind(org.jooq.DSLContext context,
org.cristalise.kernel.lookup.ItemPath item) |
void |
createTables(org.jooq.DSLContext context) |
int |
delete(org.jooq.DSLContext context,
String path) |
boolean |
exists(org.jooq.DSLContext context,
org.cristalise.kernel.lookup.DomainPath path) |
org.cristalise.kernel.lookup.DomainPath |
fetch(org.jooq.DSLContext context,
org.cristalise.kernel.lookup.DomainPath path) |
List<org.cristalise.kernel.lookup.Path> |
find(org.jooq.DSLContext context,
org.cristalise.kernel.lookup.DomainPath startPath,
String name,
List<UUID> uuids) |
List<org.cristalise.kernel.lookup.Path> |
find(org.jooq.DSLContext context,
org.cristalise.kernel.lookup.ItemPath item) |
List<org.cristalise.kernel.lookup.Path> |
find(org.jooq.DSLContext context,
org.cristalise.kernel.lookup.ItemPath item,
int offset,
int limit) |
List<org.cristalise.kernel.lookup.Path> |
findByRegex(org.jooq.DSLContext context,
String pattern) |
List<org.cristalise.kernel.lookup.Path> |
findByRegex(org.jooq.DSLContext context,
String pattern,
int offset,
int limit) |
String |
getFindPattern(org.cristalise.kernel.lookup.Path startPath,
String name) |
List<org.cristalise.kernel.lookup.Path> |
getListOfPath(org.jooq.Result<?> result) |
int |
insert(org.jooq.DSLContext context,
org.cristalise.kernel.lookup.DomainPath path) |
public static final org.jooq.Table<?> DOMAIN_PATH_TABLE
public static final org.jooq.Field<String> PATH
public static final org.jooq.Field<UUID> TARGET
public void createTables(org.jooq.DSLContext context)
throws org.cristalise.kernel.common.PersistencyException
org.cristalise.kernel.common.PersistencyExceptionpublic List<org.cristalise.kernel.lookup.Path> getListOfPath(org.jooq.Result<?> result)
public int delete(org.jooq.DSLContext context,
String path)
throws org.cristalise.kernel.common.PersistencyException
org.cristalise.kernel.common.PersistencyExceptionpublic int insert(org.jooq.DSLContext context,
org.cristalise.kernel.lookup.DomainPath path)
throws org.cristalise.kernel.common.PersistencyException
org.cristalise.kernel.common.PersistencyExceptionpublic boolean exists(org.jooq.DSLContext context,
org.cristalise.kernel.lookup.DomainPath path)
throws org.cristalise.kernel.common.PersistencyException
org.cristalise.kernel.common.PersistencyExceptionpublic org.cristalise.kernel.lookup.DomainPath fetch(org.jooq.DSLContext context,
org.cristalise.kernel.lookup.DomainPath path)
throws org.cristalise.kernel.common.PersistencyException
org.cristalise.kernel.common.PersistencyExceptionpublic int countByRegex(org.jooq.DSLContext context,
String pattern)
public List<org.cristalise.kernel.lookup.Path> findByRegex(org.jooq.DSLContext context, String pattern)
public List<org.cristalise.kernel.lookup.Path> findByRegex(org.jooq.DSLContext context, String pattern, int offset, int limit)
public String getFindPattern(org.cristalise.kernel.lookup.Path startPath, String name)
public List<org.cristalise.kernel.lookup.Path> find(org.jooq.DSLContext context, org.cristalise.kernel.lookup.DomainPath startPath, String name, List<UUID> uuids)
public List<org.cristalise.kernel.lookup.Path> find(org.jooq.DSLContext context, org.cristalise.kernel.lookup.ItemPath item)
public int countFind(org.jooq.DSLContext context,
org.cristalise.kernel.lookup.ItemPath item)
public List<org.cristalise.kernel.lookup.Path> find(org.jooq.DSLContext context, org.cristalise.kernel.lookup.ItemPath item, int offset, int limit)
Copyright © 2018 CRISTAL-iSE. All rights reserved.