Remote Systems
v6.4.1

com.ibm.etools.systems.filters
Interface SystemFilterStringReference

All Superinterfaces:
ISystemReferencingObject
All Known Implementing Classes:
SystemFilterStringReferenceImpl

public interface SystemFilterStringReference
extends ISystemReferencingObject

Represents a reference to a master filter string. Needed so GUI can show the same filter string multiple times. This is not modelled in MOF.


Field Summary
static String copyright
           
 
Method Summary
 SystemFilterPoolReferenceManager getFilterPoolReferenceManager()
          Return the reference manager which is managing this filter reference framework object.
 SystemFilterReference getParent()
          Get the referenced filter that contains this filter string reference.
 SystemFilter getParentSystemFilter()
          Get the actual filter that contain the actual filter string we reference
 SystemFilterPoolReferenceManagerProvider getProvider()
          Return the object which instantiated the pool reference manager object.
 SystemFilterString getReferencedFilterString()
          Get the master filter string
 String getString()
          Same as getReferencedFilterString().getString()
 
Methods inherited from interface com.ibm.etools.systems.references.ISystemReferencingObject
getReferencedObject, isReferenceBroken, removeReference, setReferenceBroken, setReferencedObject
 

Field Detail

copyright

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

getFilterPoolReferenceManager

public SystemFilterPoolReferenceManager getFilterPoolReferenceManager()
Return the reference manager which is managing this filter reference framework object.


getProvider

public SystemFilterPoolReferenceManagerProvider getProvider()
Return the object which instantiated the pool reference manager object. Makes it easy to get back to the point of origin, given any filter reference framework object


getReferencedFilterString

public SystemFilterString getReferencedFilterString()
Get the master filter string


getParent

public SystemFilterReference getParent()
Get the referenced filter that contains this filter string reference.


getParentSystemFilter

public SystemFilter getParentSystemFilter()
Get the actual filter that contain the actual filter string we reference


getString

public String getString()
Same as getReferencedFilterString().getString()


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.