Remote Systems
v6.4.1

com.ibm.etools.systems.filters
Interface ISystemFilterPoolSelectionValidator


public interface ISystemFilterPoolSelectionValidator

An interface required if you wish to be called back by the system filter wizard, when the user selects a target filter pool.


Field Summary
static String copyright
           
static String DELIMITER_FILTERPOOL_FILTER
          Delimiter used to qualify filter names by filter pool name, when calling filter pool selection validator in new filter wizard.
 
Method Summary
 SystemMessage validate(SystemFilterPool filterPool)
          Validate the given selection.
 

Field Detail

copyright

public static final String copyright
See Also:
Constant Field Values

DELIMITER_FILTERPOOL_FILTER

public static final String DELIMITER_FILTERPOOL_FILTER
Delimiter used to qualify filter names by filter pool name, when calling filter pool selection validator in new filter wizard.

See Also:
Constant Field Values
Method Detail

validate

public SystemMessage validate(SystemFilterPool filterPool)
Validate the given selection.

Parameters:
filterPool - the user-selected filter pool
Returns:
null if no error, else a SystemMessage

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.