ArchivingPolicy Class

com.bea.wli.management.archiving
ArchivingPolicy Class

public class ArchivingPolicy

    extends Object
    implements Serializable

Hierarchy
Object
  ArchivingPolicy
All Implemented Interfaces

Serializable

Field Summary

public static final ArchivingPolicy
ARCHIVE_OFF
Disable archiving of data for a process type
public static final ArchivingPolicy
ARCHIVE_ON
Enable archiving of data for a process type
public static final ArchivingPolicy
DEFAULT
Use a global default when determining if data a given WF needs to be archived.
public static final List
VALUES
List of all ArchivingPolicy enumerated types.
 

Method Summary

public int
intValue()
Returns an integer representation for this ArchivingPolicy
public static ArchivingPolicy
toArchivingPolicy(int val)
Returns the ArchivingPolicy object whose integer representation is the given integer value.
public static ArchivingPolicy
toArchivingPolicy(String s)
Returns the ArchivingPolicy object whose String representation is the given String value.
public String
toString()
Returns string representation of this ArchivingPolicy
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
   

Field Detail

ARCHIVE_OFF

public static final ArchivingPolicy ARCHIVE_OFF
Disable archiving of data for a process type


ARCHIVE_ON

public static final ArchivingPolicy ARCHIVE_ON
Enable archiving of data for a process type


DEFAULT

public static final ArchivingPolicy DEFAULT
Use a global default when determining if data a given WF needs to be archived.


VALUES

public static final List VALUES
List of all ArchivingPolicy enumerated types.

 

Method Detail

intValue() Method

public int intValue()
Returns an integer representation for this ArchivingPolicy

Related Topics

ArchivingPolicy.toArchivingPolicy(int)


toArchivingPolicy(int) Method

public static ArchivingPolicy toArchivingPolicy(int val)
Returns the ArchivingPolicy object whose integer representation is the given integer value.


toArchivingPolicy(String) Method

public static ArchivingPolicy toArchivingPolicy(String s)
Returns the ArchivingPolicy object whose String representation is the given String value.


toString() Method

public String toString()
Returns string representation of this ArchivingPolicy

Overrides
Object.toString()