|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RepoSearchControl<T>
A base control interface that allows configuration of parameters for searches restricted to the BEA repository (ies). It also provides methods for accessing more information about the ObjectClasses (content type) in the repository.
Method Summary | |
---|---|
Map<String,com.bea.content.ObjectClass> |
getAvailableObjectClasses()
Show available ObjectClasses |
Set<String> |
getObjectClassProperties(String objectClassName)
Return the set of searchable property names available for this ObjectClass. |
com.bea.content.PropertyDefinition[] |
getObjectClassPropertyDefinitions(String objectClassName)
Get all of the property definitions that belong to the specified object class |
void |
setSearchPath(String path)
Search paths are automatically set for some controls, such as the GroupSpace controls. |
void |
setSearchPaths(String[] paths)
Search paths are automatically set for some controls, such as the GroupSpace controls. |
Methods inherited from interface com.bea.apps.groupspace.search.controls.SearchControl |
---|
asList, asSet, flushSearchCache, getSortCriteria, setSortCriteria |
Method Detail |
---|
void setSearchPath(String path)
void setSearchPaths(String[] paths)
Map<String,com.bea.content.ObjectClass> getAvailableObjectClasses()
Set<String> getObjectClassProperties(String objectClassName) throws com.bea.content.AuthorizationException
com.bea.content.AuthorizationException
- if user is not allowed to view properties of that ObjectClasscom.bea.content.PropertyDefinition[] getObjectClassPropertyDefinitions(String objectClassName) throws com.bea.content.AuthorizationException, com.bea.content.NoSuchObjectClassException
com.bea.content.AuthorizationException
com.bea.content.NoSuchObjectClassException
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |