Style Intelligence v12.0

inetsoft.sree.store
Class ArchiveConstants

java.lang.Object
  extended by inetsoft.sree.store.ArchiveConstants
All Implemented Interfaces:
Serializable

public class ArchiveConstants
extends Object
implements Serializable

This class defines the constants used in the inetsoft.sree.store package.

See Also:
Serialized Form

Field Summary
static String AGE
          archive rule: delete reports older than specified age
static String CUSTOM_ARCHIVE
          A user defined custom archive.
static String DATE
          archive rule: delete reports after specified date
static String DEFAULT_ARCHIVE
          Default, non-versioned report archive is available.
static String DEFAULT_STORAGE_CLASS
          Storage class for default non-versioned archive
static String DISABLED
          archive rule: archive rules are disabled
static String NO_ARCHIVE
          No report archive is available.
static String VERSION
          archive rule: delete reports based on the number of versions
static String VERSIONED_ARCHIVE
          Default versioned report archive is available.
static String VERSIONED_STORAGE_CLASS
          Storage class for default versioned archive
 
Constructor Summary
ArchiveConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_ARCHIVE

public static final String NO_ARCHIVE
No report archive is available.

See Also:
Constant Field Values

DEFAULT_ARCHIVE

public static final String DEFAULT_ARCHIVE
Default, non-versioned report archive is available.

See Also:
Constant Field Values

VERSIONED_ARCHIVE

public static final String VERSIONED_ARCHIVE
Default versioned report archive is available.

See Also:
Constant Field Values

CUSTOM_ARCHIVE

public static final String CUSTOM_ARCHIVE
A user defined custom archive.

See Also:
Constant Field Values

DEFAULT_STORAGE_CLASS

public static final String DEFAULT_STORAGE_CLASS
Storage class for default non-versioned archive

See Also:
Constant Field Values

VERSIONED_STORAGE_CLASS

public static final String VERSIONED_STORAGE_CLASS
Storage class for default versioned archive

See Also:
Constant Field Values

DISABLED

public static final String DISABLED
archive rule: archive rules are disabled

See Also:
Constant Field Values

AGE

public static final String AGE
archive rule: delete reports older than specified age

See Also:
Constant Field Values

DATE

public static final String DATE
archive rule: delete reports after specified date

See Also:
Constant Field Values

VERSION

public static final String VERSION
archive rule: delete reports based on the number of versions

See Also:
Constant Field Values
Constructor Detail

ArchiveConstants

public ArchiveConstants()

Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.