|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.filenet.api.constants.RetentionPeriod
public class RetentionPeriod
Provides a set of constants for specifying special, non-positive RetentionPeriod
property values. A positive retention period value represents the number of minutes a content
element must be retained. This class provides a set of constants for specifying the following
non-positive values:
"0"
, defined as ZERO"-1"
, defined as INFINITE"-2"
, defined as DEFAULT"-101"
, defined as UNDEFINED"-102"
, defined as NOT_ALLOWED
Field Summary | |
---|---|
static java.lang.Integer |
DEFAULT
|
static int |
DEFAULT_AS_INT
Specifies the same retention period as the associated fixed content device. |
static java.lang.Integer |
INFINITE
|
static int |
INFINITE_AS_INT
Specifies an infinite retention period (content can never be deleted). |
static java.lang.Integer |
NOT_ALLOWED
|
static int |
NOT_ALLOWED_AS_INT
Specifies that a retention period is not supported. |
static java.lang.Integer |
UNDEFINED
|
static int |
UNDEFINED_AS_INT
Reserved for internal use only. |
static java.lang.Integer |
ZERO
|
static int |
ZERO_AS_INT
Specifies no minimum retention period (content can be deleted at any time). |
Method Summary | |
---|---|
static java.lang.String |
toString(int val)
Returns the symbolic name of the retention period constant if it corresponds to the given value. |
static java.lang.String |
toString(java.lang.Integer val)
Returns the symbolic name of the retention period constant if it corresponds to the given value. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int ZERO_AS_INT
public static final java.lang.Integer ZERO
public static final int INFINITE_AS_INT
public static final java.lang.Integer INFINITE
public static final int DEFAULT_AS_INT
FixedStorageArea
objects only.)
public static final java.lang.Integer DEFAULT
public static final int UNDEFINED_AS_INT
public static final java.lang.Integer UNDEFINED
public static final int NOT_ALLOWED_AS_INT
RetentionPeriod
value has not been defined for the storage area.
public static final java.lang.Integer NOT_ALLOWED
Method Detail |
---|
public static java.lang.String toString(java.lang.Integer val)
public static java.lang.String toString(int val)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |