com.ptc.windchill.cadx.search
Class CustomSearchManagerFwd

java.lang.Object
  extended bycom.ptc.windchill.cadx.search.CustomSearchManagerFwd
All Implemented Interfaces:
CustomSearchManager, RemoteAccess, Serializable

public class CustomSearchManagerFwd
extends Object
implements RemoteAccess, CustomSearchManager, Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private static String FC_RESOURCE
           
(package private) static boolean SERVER
           
 
Fields inherited from interface wt.method.RemoteAccess
versionID
 
Constructor Summary
CustomSearchManagerFwd()
           
 
Method Summary
 Vector getAllUsedIBA()
          

Supported API: false
 Vector getContainers(String activeWS, Locale locale)
          

Supported API: false
 String getHelpURL(String helpContext, String activeWS, Locale locale)
          

Supported API: false
 long getIDByKey(String className, String path)
          

Supported API: false
 long getIDByKey(String className, String number, String version, String iteration)
          

Supported API: false
 String[] getKeyByID(String className, long ID)
          

Supported API: false
private static Manager getManager()
           
 Vector getSearchResults(String sessionID)
          

Supported API: false
 Vector getSearchResults(String queryValue, Hashtable conditions, Vector sortKeys, String filter, Vector contentLibrary, String activeServer, String activeWS, Locale locale, Boolean isK_01)
          

Supported API: false
 String getSearchResultsPage(String pageURL, String queryValue, long sessionID, int pageOffset, int pageRange, Locale locale)
          

Supported API: false
 Vector getUsedIBA(Vector holdersCl)
          

Supported API: false
 boolean isEnterpriseSearch()
          

Supported API: false
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVER

static final boolean SERVER

FC_RESOURCE

private static final String FC_RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Constructor Detail

CustomSearchManagerFwd

public CustomSearchManagerFwd()
Method Detail

getManager

private static Manager getManager()
                           throws WTException
Returns:
Manager
Throws:
WTException

getUsedIBA

public Vector getUsedIBA(Vector holdersCl)
                  throws WTException,
                         WTPropertyVetoException


Supported API: false

Specified by:
getUsedIBA in interface CustomSearchManager
Parameters:
holdersCl -
Returns:
Vector
Throws:
WTException
WTPropertyVetoException

getAllUsedIBA

public Vector getAllUsedIBA()
                     throws WTException,
                            WTPropertyVetoException


Supported API: false

Specified by:
getAllUsedIBA in interface CustomSearchManager
Returns:
Vector
Throws:
WTException
WTPropertyVetoException

getSearchResults

public Vector getSearchResults(String queryValue,
                               Hashtable conditions,
                               Vector sortKeys,
                               String filter,
                               Vector contentLibrary,
                               String activeServer,
                               String activeWS,
                               Locale locale,
                               Boolean isK_01)
                        throws WTException,
                               WTPropertyVetoException


Supported API: false

Specified by:
getSearchResults in interface CustomSearchManager
Parameters:
queryValue -
conditions -
sortKeys -
filter -
contentLibrary -
activeServer -
activeWS -
locale -
isK_01 -
Returns:
Vector
Throws:
WTException
WTPropertyVetoException

getSearchResults

public Vector getSearchResults(String sessionID)
                        throws WTException


Supported API: false

Specified by:
getSearchResults in interface CustomSearchManager
Parameters:
sessionID -
Returns:
Vector
Throws:
WTException

getSearchResultsPage

public String getSearchResultsPage(String pageURL,
                                   String queryValue,
                                   long sessionID,
                                   int pageOffset,
                                   int pageRange,
                                   Locale locale)
                            throws WTException


Supported API: false

Specified by:
getSearchResultsPage in interface CustomSearchManager
Parameters:
pageURL -
queryValue -
sessionID -
pageOffset -
pageRange -
locale -
Returns:
String
Throws:
WTException

getIDByKey

public long getIDByKey(String className,
                       String path)
                throws WTException


Supported API: false

Specified by:
getIDByKey in interface CustomSearchManager
Parameters:
className -
path -
Returns:
long
Throws:
WTException

getIDByKey

public long getIDByKey(String className,
                       String number,
                       String version,
                       String iteration)
                throws WTException


Supported API: false

Specified by:
getIDByKey in interface CustomSearchManager
Parameters:
className -
number -
version -
iteration -
Returns:
long
Throws:
WTException

getKeyByID

public String[] getKeyByID(String className,
                           long ID)
                    throws WTException


Supported API: false

Specified by:
getKeyByID in interface CustomSearchManager
Parameters:
className -
ID -
Returns:
String[]
Throws:
WTException

isEnterpriseSearch

public boolean isEnterpriseSearch()
                           throws WTException


Supported API: false

Specified by:
isEnterpriseSearch in interface CustomSearchManager
Returns:
boolean
Throws:
WTException

getHelpURL

public String getHelpURL(String helpContext,
                         String activeWS,
                         Locale locale)
                  throws WTException


Supported API: false

Specified by:
getHelpURL in interface CustomSearchManager
Parameters:
helpContext -
activeWS -
locale -
Returns:
String
Throws:
WTException

getContainers

public Vector getContainers(String activeWS,
                            Locale locale)
                     throws WTException,
                            WTPropertyVetoException


Supported API: false

Specified by:
getContainers in interface CustomSearchManager
Parameters:
activeWS -
locale -
Returns:
Vector
Throws:
WTException
WTPropertyVetoException