Interface UpkeepConstants
-
-
Field Summary
Fields Modifier and Type Field Description static String
ACTION_ARCHIVE
static String
ACTION_DELETE
static String
ACTION_NONE
This means nothing applied, take no action.static String
ACTION_RETAIN
static String
ACTION_TEST
static String
TYPE_ACCESSED
static String
TYPE_CREATED
static String
TYPE_MODIFIED
static String
WHEN_AFTER
static String
WHEN_BEFORE
static String
WHEN_NEVER
-
-
-
Field Detail
-
ACTION_DELETE
static final String ACTION_DELETE
- See Also:
- Constant Field Values
-
ACTION_ARCHIVE
static final String ACTION_ARCHIVE
- See Also:
- Constant Field Values
-
ACTION_TEST
static final String ACTION_TEST
- See Also:
- Constant Field Values
-
ACTION_RETAIN
static final String ACTION_RETAIN
- See Also:
- Constant Field Values
-
ACTION_NONE
static final String ACTION_NONE
This means nothing applied, take no action.- See Also:
- Constant Field Values
-
WHEN_AFTER
static final String WHEN_AFTER
- See Also:
- Constant Field Values
-
WHEN_BEFORE
static final String WHEN_BEFORE
- See Also:
- Constant Field Values
-
WHEN_NEVER
static final String WHEN_NEVER
- See Also:
- Constant Field Values
-
TYPE_ACCESSED
static final String TYPE_ACCESSED
- See Also:
- Constant Field Values
-
TYPE_CREATED
static final String TYPE_CREATED
- See Also:
- Constant Field Values
-
TYPE_MODIFIED
static final String TYPE_MODIFIED
- See Also:
- Constant Field Values
-
-