com.plumtree.server
Interface IPTAccessorRegistry


public interface IPTAccessorRegistry

A registry for Accessors that are known to the system

Author:
michaels
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

void Register(IPTAccessor pAccessor)
Adds an Accessor to the registry

Parameters:
pAccessor - the Accessor to add

UnRegister

void UnRegister(java.lang.String sAccessorCLSID)
Removes an Accessor from the registry

Parameters:
sAccessorCLSID - the CLSID of the Accessor to remove

GetCommonFields

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

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

IPTQueryResult GetRegisteredAccessors()
Returns the list of all registered Accessors

Returns:
the list of Accessors as a QueryResult


Copyright © 2008 Plumtree Software Inc. All Rights Reserved.