ArchivingPolicy Class
- public class ArchivingPolicy
extends Object
implements Serializable
-
Hierarchy
-
Object
ArchivingPolicy
-
All Implemented Interfaces
-
Serializable
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.
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()