|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WorkCatalog
The catalog interface to the Work Catalog, the erstwhile Work DB, that is populated by tailstatd and associates.
| Field Summary | |
|---|---|
static String |
c_prefix
Prefix for the property subset to use with this catalog. |
static String |
DB_PREFIX
The DB Driver properties prefix. |
static String |
VERSION
The version of the API |
| Fields inherited from interface org.griphyn.common.catalog.Catalog |
|---|
DB_ALL_PREFIX |
| Method Summary | |
|---|---|
int |
delete(String basedir,
String vogroup,
String label,
String run)
Deletes a mapping from the work catalog. |
int |
insert(String basedir,
String vogroup,
String label,
String run,
String creator,
Date cTime,
Date mTime,
int state)
Inserts a new mapping into the work catalog. |
| Methods inherited from interface org.griphyn.common.catalog.Catalog |
|---|
close, connect, isClosed |
| Field Detail |
|---|
static final String c_prefix
static final String DB_PREFIX
static final String VERSION
| Method Detail |
|---|
int insert(String basedir,
String vogroup,
String label,
String run,
String creator,
Date cTime,
Date mTime,
int state)
throws WorkCatalogException
basedir - the base directoryvogroup - the vo to which the user belongs to.label - the label in the DAXrun - the run number.creator - the user who is running.cTime - the creation time of the DAXmTime - the modification time.state - the state of the workflow
WorkCatalogException - in case of unable to delete entry.
int delete(String basedir,
String vogroup,
String label,
String run)
throws WorkCatalogException
basedir - the base directoryvogroup - the vo to which the user belongs to.label - the label in the DAXrun - the run number.
WorkCatalogException - in case of unable to delete entry.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||