A C D E F G I L M O P R S T V 
All Classes All Packages

A

addUpdateIndex(String, ResourceHeaders) - Method in interface org.fcrepo.search.api.SearchIndex
Adds or updates the index with the resource header information.
addUpdateIndex(ResourceHeaders) - Method in interface org.fcrepo.search.api.SearchIndex
Adds or updates the index with the resource header information.

C

Condition - Class in org.fcrepo.search.api
A data structure representing a search condition.
Condition.Field - Enum in org.fcrepo.search.api
 
Condition.Operator - Enum in org.fcrepo.search.api
 
CONTENT_SIZE - org.fcrepo.search.api.Condition.Field
 
CREATED - org.fcrepo.search.api.Condition.Field
 

D

doSearch(SearchParameters) - Method in interface org.fcrepo.search.api.SearchIndex
Performs a search based on the parameters and returns the result.

E

EQ - org.fcrepo.search.api.Condition.Operator
 

F

FEDORA_ID - org.fcrepo.search.api.Condition.Field
 
fromEnums(Condition.Field, Condition.Operator, String) - Static method in class org.fcrepo.search.api.Condition
 
fromExpression(String) - Static method in class org.fcrepo.search.api.Condition
Parses a string expression into a Condition object.
fromString(String) - Static method in enum org.fcrepo.search.api.Condition.Field
 
fromString(String) - Static method in enum org.fcrepo.search.api.Condition.Operator
 

G

getConditions() - Method in class org.fcrepo.search.api.SearchParameters
The conditions limiting the search
getField() - Method in class org.fcrepo.search.api.Condition
Field accessor
getFields() - Method in class org.fcrepo.search.api.SearchParameters
Returns the list of fields to display in the results.
getItems() - Method in class org.fcrepo.search.api.SearchResult
The list of items returned by the search operation associated with the page indicated by the pagination info.
getMaxResults() - Method in class org.fcrepo.search.api.PaginationInfo
The max results of the original query
getMaxResults() - Method in class org.fcrepo.search.api.SearchParameters
The max number of results to return
getObject() - Method in class org.fcrepo.search.api.Condition
Returns the object portion of the condition
getOffset() - Method in class org.fcrepo.search.api.PaginationInfo
The offset specified by original query
getOffset() - Method in class org.fcrepo.search.api.SearchParameters
The offset (zero-based)
getOperator() - Method in class org.fcrepo.search.api.Condition
Operator accessor
getOrder() - Method in class org.fcrepo.search.api.SearchParameters
Returns the order direction (asc or desc) of the results.
getOrderBy() - Method in class org.fcrepo.search.api.SearchParameters
Returns the field by which to order the results.
getPagination() - Method in class org.fcrepo.search.api.SearchResult
The pagination information.
getStringValue() - Method in enum org.fcrepo.search.api.Condition.Operator
 
GT - org.fcrepo.search.api.Condition.Operator
 
GTE - org.fcrepo.search.api.Condition.Operator
 

I

InvalidConditionExpressionException - Exception in org.fcrepo.search.api
An exception that indicates that the syntax of the condition expression is invalid and therefore cannot be parsed.
InvalidConditionExpressionException(String) - Constructor for exception org.fcrepo.search.api.InvalidConditionExpressionException
Basic constructor
InvalidQueryException - Exception in org.fcrepo.search.api
An exception that the set of parameters defining the search query is invalid and therefore cannot be processed.
InvalidQueryException(String) - Constructor for exception org.fcrepo.search.api.InvalidQueryException
Basic constructor

L

LT - org.fcrepo.search.api.Condition.Operator
 
LTE - org.fcrepo.search.api.Condition.Operator
 

M

MIME_TYPE - org.fcrepo.search.api.Condition.Field
 
MODIFIED - org.fcrepo.search.api.Condition.Field
 

O

org.fcrepo.search.api - package org.fcrepo.search.api
 

P

PaginationInfo - Class in org.fcrepo.search.api
A data structure representing the pagination information associated with a SearchResult
PaginationInfo() - Constructor for class org.fcrepo.search.api.PaginationInfo
Default constructor
PaginationInfo(int, int) - Constructor for class org.fcrepo.search.api.PaginationInfo
Constructor

R

RDF_TYPE - org.fcrepo.search.api.Condition.Field
 
removeFromIndex(FedoraId) - Method in interface org.fcrepo.search.api.SearchIndex
Removes indexed fields associated with the specified Fedora ID
reset() - Method in interface org.fcrepo.search.api.SearchIndex
Remove all persistent state associated with the index.

S

SearchIndex - Interface in org.fcrepo.search.api
An interface defining search index management operations
SearchParameters - Class in org.fcrepo.search.api
A pojo encapsulating the parameters of a search
SearchParameters(List<Condition.Field>, List<Condition>, int, int, Condition.Field, String) - Constructor for class org.fcrepo.search.api.SearchParameters
Constructoor
SearchResult - Class in org.fcrepo.search.api
This class holds the search result data for a single page.
SearchResult() - Constructor for class org.fcrepo.search.api.SearchResult
Default Constructor
SearchResult(List<Map<String, Object>>, PaginationInfo) - Constructor for class org.fcrepo.search.api.SearchResult
Constructor

T

toString() - Method in enum org.fcrepo.search.api.Condition.Field
 
toString() - Method in class org.fcrepo.search.api.Condition
 
toString() - Method in class org.fcrepo.search.api.SearchParameters
 

V

valueOf(String) - Static method in enum org.fcrepo.search.api.Condition.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.fcrepo.search.api.Condition.Operator
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.fcrepo.search.api.Condition.Field
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.fcrepo.search.api.Condition.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E F G I L M O P R S T V 
All Classes All Packages