|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bea.wli.management.archiving.ArchivingPolicy
Field Summary | |
static ArchivingPolicy |
ARCHIVE_OFF
Disable archiving of data for a process type |
static ArchivingPolicy |
ARCHIVE_ON
Enable archiving of data for a process type |
static ArchivingPolicy |
DEFAULT
Use a global default when determining if data a given WF needs to be archived. |
static List |
VALUES
List of all ArchivingPolicy enumerated types. |
Method Summary | |
int |
intValue()
Returns an integer representation for this ArchivingPolicy |
static ArchivingPolicy |
toArchivingPolicy(int val)
Returns the ArchivingPolicy object whose integer representation is the given integer value. |
static ArchivingPolicy |
toArchivingPolicy(String s)
Returns the ArchivingPolicy object whose String representation is the given String value. |
String |
toString()
Returns string representation of this ArchivingPolicy |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final ArchivingPolicy ARCHIVE_ON
public static final ArchivingPolicy ARCHIVE_OFF
public static final ArchivingPolicy DEFAULT
public static final List VALUES
Method Detail |
public String toString()
public int intValue()
toArchivingPolicy(int)
public static ArchivingPolicy toArchivingPolicy(int val)
IllegalArgumentException
- if the integer value does not represent a valid ArchivingPolicy object.public static ArchivingPolicy toArchivingPolicy(String s)
IllegalArgumentException
- if the String value does not represent a valid ArchivingPolicy object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |