Remote Systems
v6.4.1

com.ibm.etools.systems.filters
Interface SystemFilterConstants

All Superinterfaces:
SystemFilterSavePolicies
All Known Implementing Classes:
SystemFilterNamingPolicyImpl, SystemFilterPoolImpl, SystemFilterStartHere

public interface SystemFilterConstants
extends SystemFilterSavePolicies

Constants used throughout filters framework.


Field Summary
static String copyright
           
static String DEFAULT_TYPE
          Default value for the type attribute for filter pools, filters and filterstrings
static String SAVEFILE_SUFFIX
          Suffix used when persisting data to a file.
static boolean TRY_TO_RESTORE_NO
          Parameter value on create operations when no restore should be attempted first
static boolean TRY_TO_RESTORE_YES
          Parameter value on create operations when a restore should be attempted first
 
Fields inherited from interface com.ibm.etools.systems.filters.SystemFilterSavePolicies
SAVE_POLICY_NONE, SAVE_POLICY_ONE_FILE_PER_FILTER, SAVE_POLICY_ONE_FILE_PER_MANAGER, SAVE_POLICY_ONE_FILE_PER_POOL_SAME_FOLDER, SAVE_POLICY_ONE_FILEANDFOLDER_PER_POOL
 

Field Detail

copyright

public static final String copyright
See Also:
Constant Field Values

TRY_TO_RESTORE_YES

public static final boolean TRY_TO_RESTORE_YES
Parameter value on create operations when a restore should be attempted first

See Also:
Constant Field Values

TRY_TO_RESTORE_NO

public static final boolean TRY_TO_RESTORE_NO
Parameter value on create operations when no restore should be attempted first

See Also:
Constant Field Values

SAVEFILE_SUFFIX

public static final String SAVEFILE_SUFFIX
Suffix used when persisting data to a file.

See Also:
Constant Field Values

DEFAULT_TYPE

public static final String DEFAULT_TYPE
Default value for the type attribute for filter pools, filters and filterstrings

See Also:
Constant Field Values

Remote Systems
v6.4.1

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.