Uses of Class
com.sas.lsaf.core.SearchResultsInfo
-
Packages that use SearchResultsInfo Package Description com.sas.lsaf.content.repository Classes and interfaces to manage content in the repository.com.sas.lsaf.security.audit Service and class definitions for getting global audit entries.com.sas.lsaf.workflow.processflow The service and class definitions to manage process flows. -
-
Uses of SearchResultsInfo in com.sas.lsaf.content.repository
Methods in com.sas.lsaf.content.repository that return SearchResultsInfo Modifier and Type Method Description SearchResultsInfo
RepositoryService. searchCheckedOutFiles(CheckedOutFilesQuery query)
Searches the checked out files information and returns the information that describes the results, not the results themselves. -
Uses of SearchResultsInfo in com.sas.lsaf.security.audit
Methods in com.sas.lsaf.security.audit that return SearchResultsInfo Modifier and Type Method Description SearchResultsInfo
AuditService. search(AuditQuery query)
Searches the global audit history and returns the information that describes the results, not the results themselves. -
Uses of SearchResultsInfo in com.sas.lsaf.workflow.processflow
Methods in com.sas.lsaf.workflow.processflow that return SearchResultsInfo Modifier and Type Method Description SearchResultsInfo
ProcessFlowService. search(ProcessFlowQuery query)
Searches the process flows based on the specified query.
-