com.plumtree.server
Interface IPTAccessorRegistry


public interface IPTAccessorRegistry

A registry for Accessors that are known to the system

See Also:
IPTAccessor

Method Summary
 IPTQueryResult GetAccessorInfo(java.lang.String sAccessorCLSID)
          Returns information about the Accessor, such as name and description
 IPTQueryResult GetCommonFields(java.lang.String sAccessorCLSID)
          Returns the common fields for an Accessor
 IPTQueryResult GetRegisteredAccessors()
          Returns the list of all registered Accessors
 void Register(IPTAccessor pAccessor)
          Adds an Accessor to the registry
 void UnRegister(java.lang.String sAccessorCLSID)
          Removes an Accessor from the registry
 

Method Detail

Register

public void Register(IPTAccessor pAccessor)
Adds an Accessor to the registry
Parameters:
pAccessor - the Accessor to add

UnRegister

public void UnRegister(java.lang.String sAccessorCLSID)
Removes an Accessor from the registry
Parameters:
sAccessorCLSID - the CLSID of the Accessor to remove

GetCommonFields

public IPTQueryResult GetCommonFields(java.lang.String sAccessorCLSID)
Returns the common fields for an Accessor
Parameters:
sAccessorCLSID - the CLSID of the Accessor of interest
Returns:
the common fields associated with that Accessor

GetAccessorInfo

public IPTQueryResult GetAccessorInfo(java.lang.String sAccessorCLSID)
Returns information about the Accessor, such as name and description
Parameters:
sAccessorCLSID - the CLSID of the Accessor of interest
Returns:
the information in a QueryResult

GetRegisteredAccessors

public IPTQueryResult GetRegisteredAccessors()
Returns the list of all registered Accessors
Returns:
the list of Accessors as a QueryResult


Copyright © 2003 Plumtree Software Inc. All Rights Reserved.