|
TPTP 4.5.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IXMLEventConstants
Common place for constants used across all event types
| Field Summary | |
|---|---|
static int |
CONFLICT_IGNORE
If an event with IDs exist, then ignore this event |
static int |
CONFLICT_NONE
Just insert this event in the execution history - No Conflict determination needed |
static int |
CONFLICT_OVERWRITE
If this event already exists, just overwrite it with the current event |
static int |
CONFLICT_OVERWRITE_IF_EARLIEST
Overwrite an existing event if this event is an earlier one |
static int |
CONFLICT_OVERWRITE_IF_LATEST
Overwrite an existing event if this event is the later one |
| Field Detail |
|---|
static final int CONFLICT_NONE
static final int CONFLICT_IGNORE
static final int CONFLICT_OVERWRITE
static final int CONFLICT_OVERWRITE_IF_EARLIEST
static final int CONFLICT_OVERWRITE_IF_LATEST
|
TPTP 4.5.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||