|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IomConstants
defines enumerations used by IOX.
Field Summary | |
---|---|
static int |
IOM_ADAPTED
The object or basket contains data that was modified by a merger tool to ensure consistency rules, while it was automatically merged from seperate sources. |
static int |
IOM_COMPLETE
The object or basket is complete and unmodified. |
static int |
IOM_FULL
This is a complete basket without persistent identifiers. |
static int |
IOM_INCOMPLETE
The object or basket was stripped-down, because it's an extract. |
static int |
IOM_INCONSISTENT
The object or basket contains data that violates consistency rules, because it was automatically merged from seperate sources. |
static int |
IOM_INITIAL
This is a complete basket with persistent identifiers. |
static int |
IOM_OP_DELETE
This is an object that no longer exists. |
static int |
IOM_OP_INSERT
This is a new object. |
static int |
IOM_OP_UPDATE
This is a modifed object. |
static int |
IOM_UPDATE
This is an update basket. |
Field Detail |
---|
static final int IOM_COMPLETE
static final int IOM_INCOMPLETE
static final int IOM_INCONSISTENT
static final int IOM_ADAPTED
static final int IOM_OP_INSERT
static final int IOM_OP_UPDATE
static final int IOM_OP_DELETE
static final int IOM_FULL
static final int IOM_UPDATE
static final int IOM_INITIAL
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |