Remote Systems
v6.4.1

com.ibm.etools.systems.filters
Interface SystemFilterString

All Superinterfaces:
IAdaptable, ISystemReferencedObject
All Known Implementing Classes:
SystemFilterStringImpl

public interface SystemFilterString
extends ISystemReferencedObject, IAdaptable


Field Summary
static String copyright
           
 
Method Summary
 void clone(SystemFilterString targetString)
          Clones this filter string's attributes into the given filter string
 SystemFilter getParentSystemFilter()
          Get the parent filter that contains this filter string.
 SystemFilterPoolManagerProvider getProvider()
          Return the caller which instantiated the filter pool manager overseeing this filter framework instance
 String getString()
           
 SystemFilterPoolManager getSystemFilterPoolManager()
          Return the filter pool manager managing this collection of filter pools and their filters and their filter strings.
 String getType()
           
 boolean isChangable()
          Is this filter string changable?
 boolean isDefault()
           
 void setDefault(boolean value)
           
 void setParentSystemFilter(SystemFilter filter)
          Set the transient parent back-pointer.
 void setString(String value)
           
 void setType(String value)
           
 
Methods inherited from interface com.ibm.etools.systems.references.ISystemReferencedObject
addReference, getReferenceCount, getReferencingObjects, removeAllReferences, removeReference
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Field Detail

copyright

public static final String copyright
See Also:
Constant Field Values
Method Detail

getProvider

public SystemFilterPoolManagerProvider getProvider()
Return the caller which instantiated the filter pool manager overseeing this filter framework instance


getSystemFilterPoolManager

public SystemFilterPoolManager getSystemFilterPoolManager()
Return the filter pool manager managing this collection of filter pools and their filters and their filter strings.


setParentSystemFilter

public void setParentSystemFilter(SystemFilter filter)
Set the transient parent back-pointer. Called by framework at restore/create time.


getParentSystemFilter

public SystemFilter getParentSystemFilter()
Get the parent filter that contains this filter string.


clone

public void clone(SystemFilterString targetString)
Clones this filter string's attributes into the given filter string


isChangable

public boolean isChangable()
Is this filter string changable? Depends on mof attributes of parent filter


getString

public String getString()
Returns:
The value of the String attribute

setString

public void setString(String value)
Parameters:
value - The new value of the String attribute

getType

public String getType()
Returns:
The value of the Type attribute Allows tools to have typed filter strings

setType

public void setType(String value)
Parameters:
value - The new value of the Type attribute

isDefault

public boolean isDefault()
Returns:
The value of the Default attribute Is this a vendor-supplied filter string versus a user-defined filter string

setDefault

public void setDefault(boolean value)
Parameters:
value - The new value of the Default attribute

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.