Skip navigation links
A B D E F G H I M N O P R S T U V W 

A

and(Sorting) - Method in interface de.digitalcollections.core.model.api.paging.Sorting
Returns a new Sorting consisting of the Orders of the current Sorting combined with the given ones.
and(Sorting) - Method in class de.digitalcollections.core.model.impl.paging.SortingImpl
Returns a new SortingImpl consisting of the Orders of the current SortingImpl combined with the given ones.

B

BadGatewayException - Exception in de.digitalcollections.core.model.api.http.exceptions.server
 
BadGatewayException(String, int, String) - Constructor for exception de.digitalcollections.core.model.api.http.exceptions.server.BadGatewayException
 

D

de.digitalcollections.core.model.api - package de.digitalcollections.core.model.api
 
de.digitalcollections.core.model.api.http.exceptions - package de.digitalcollections.core.model.api.http.exceptions
 
de.digitalcollections.core.model.api.http.exceptions.client - package de.digitalcollections.core.model.api.http.exceptions.client
 
de.digitalcollections.core.model.api.http.exceptions.server - package de.digitalcollections.core.model.api.http.exceptions.server
 
de.digitalcollections.core.model.api.paging - package de.digitalcollections.core.model.api.paging
 
de.digitalcollections.core.model.api.paging.enums - package de.digitalcollections.core.model.api.paging.enums
 
de.digitalcollections.core.model.api.resource - package de.digitalcollections.core.model.api.resource
 
de.digitalcollections.core.model.api.resource.enums - package de.digitalcollections.core.model.api.resource.enums
 
de.digitalcollections.core.model.api.resource.exceptions - package de.digitalcollections.core.model.api.resource.exceptions
 
de.digitalcollections.core.model.impl.paging - package de.digitalcollections.core.model.impl.paging
 
de.digitalcollections.core.model.impl.resource - package de.digitalcollections.core.model.impl.resource
 
DEFAULT_DIRECTION - Static variable in interface de.digitalcollections.core.model.api.paging.Sorting
 
Direction - Enum in de.digitalcollections.core.model.api.paging.enums
Enumeration for sort directions.

E

equals(Object) - Method in class de.digitalcollections.core.model.impl.paging.OrderImpl
 
equals(Object) - Method in class de.digitalcollections.core.model.impl.paging.PageRequestImpl
 
equals(Object) - Method in class de.digitalcollections.core.model.impl.paging.PageResponseImpl
 
equals(Object) - Method in class de.digitalcollections.core.model.impl.paging.SortingImpl
 

F

first() - Method in interface de.digitalcollections.core.model.api.paging.PageRequest
Returns the PageRequest requesting the first page.
first() - Method in class de.digitalcollections.core.model.impl.paging.PageRequestImpl
 
ForbiddenException - Exception in de.digitalcollections.core.model.api.http.exceptions.client
 
ForbiddenException(String, int, String) - Constructor for exception de.digitalcollections.core.model.api.http.exceptions.client.ForbiddenException
 
fromExtension(String) - Static method in class de.digitalcollections.core.model.api.MimeType
Determine MIME type for the given file extension
fromFilename(String) - Static method in class de.digitalcollections.core.model.api.MimeType
Determine MIME type from filename string.
fromString(String) - Static method in enum de.digitalcollections.core.model.api.paging.enums.Direction
Returns the Direction enum for the given String value.
fromStringOrNull(String) - Static method in enum de.digitalcollections.core.model.api.paging.enums.Direction
Returns the Direction enum for the given String or null if it cannot be parsed into an enum value.
fromTypename(String) - Static method in class de.digitalcollections.core.model.api.MimeType
Given an existing MIME type name, look up the corresponding instance.
fromURI(URI) - Static method in class de.digitalcollections.core.model.api.MimeType
Determine MIME type from URI.

G

GatewayTimeOutException - Exception in de.digitalcollections.core.model.api.http.exceptions.server
 
GatewayTimeOutException(String, int, String) - Constructor for exception de.digitalcollections.core.model.api.http.exceptions.server.GatewayTimeOutException
 
getContent() - Method in interface de.digitalcollections.core.model.api.paging.PageResponse
Returns the page content as List.
getContent() - Method in class de.digitalcollections.core.model.impl.paging.PageResponseImpl
 
getDirection() - Method in interface de.digitalcollections.core.model.api.paging.Order
Returns the order the property shall be sorted for.
getDirection() - Method in class de.digitalcollections.core.model.impl.paging.OrderImpl
Returns the order the property shall be sorted for.
getExtensions() - Method in class de.digitalcollections.core.model.api.MimeType
Get the known file extensions for the MIME type
getFilename() - Method in interface de.digitalcollections.core.model.api.resource.Resource
 
getFilename() - Method in class de.digitalcollections.core.model.impl.resource.ResourceImpl
 
getFilenameExtension() - Method in interface de.digitalcollections.core.model.api.resource.Resource
 
getFilenameExtension() - Method in class de.digitalcollections.core.model.impl.resource.ResourceImpl
 
getLastModified() - Method in interface de.digitalcollections.core.model.api.resource.Resource
 
getLastModified() - Method in class de.digitalcollections.core.model.impl.resource.ResourceImpl
 
getMethodKey() - Method in exception de.digitalcollections.core.model.api.http.exceptions.HttpException
 
getMimeType() - Method in interface de.digitalcollections.core.model.api.resource.Resource
 
getMimeType() - Method in class de.digitalcollections.core.model.impl.resource.ResourceImpl
 
getNullHandling() - Method in interface de.digitalcollections.core.model.api.paging.Order
Returns the used NullHandling hint, which can but may not be respected by the used datastore.
getNullHandling() - Method in class de.digitalcollections.core.model.impl.paging.OrderImpl
Returns the used NullHandling hint, which can but may not be respected by the used datastore.
getNumber() - Method in interface de.digitalcollections.core.model.api.paging.PageResponse
Returns the number of the current PageResponse.
getNumber() - Method in class de.digitalcollections.core.model.impl.paging.PageResponseImpl
 
getNumberOfElements() - Method in interface de.digitalcollections.core.model.api.paging.PageResponse
Returns the number of elements currently on this PageResponse.
getNumberOfElements() - Method in class de.digitalcollections.core.model.impl.paging.PageResponseImpl
 
getOffset() - Method in interface de.digitalcollections.core.model.api.paging.PageRequest
Returns the offset to be taken according to the underlying page and page size.
getOffset() - Method in class de.digitalcollections.core.model.impl.paging.PageRequestImpl
 
getOrderFor(String) - Method in interface de.digitalcollections.core.model.api.paging.Sorting
Returns the order registered for the given property.
getOrderFor(String) - Method in class de.digitalcollections.core.model.impl.paging.SortingImpl
Returns the order registered for the given property.
getOrders() - Method in class de.digitalcollections.core.model.impl.paging.SortingImpl
 
getPageNumber() - Method in interface de.digitalcollections.core.model.api.paging.PageRequest
Returns the page to be returned.
getPageNumber() - Method in class de.digitalcollections.core.model.impl.paging.PageRequestImpl
 
getPageRequest() - Method in interface de.digitalcollections.core.model.api.paging.PageResponse
 
getPageRequest() - Method in class de.digitalcollections.core.model.impl.paging.PageResponseImpl
 
getPageSize() - Method in interface de.digitalcollections.core.model.api.paging.PageRequest
Returns the number of items to be returned.
getPageSize() - Method in class de.digitalcollections.core.model.impl.paging.PageRequestImpl
 
getPrimaryType() - Method in class de.digitalcollections.core.model.api.MimeType
 
getProperty() - Method in interface de.digitalcollections.core.model.api.paging.Order
Returns the property to order for.
getProperty() - Method in class de.digitalcollections.core.model.impl.paging.OrderImpl
Returns the property to order for.
getRequest() - Method in exception de.digitalcollections.core.model.api.http.exceptions.HttpException
 
getSize() - Method in interface de.digitalcollections.core.model.api.paging.PageResponse
Returns the size of the PageResponse.
getSize() - Method in interface de.digitalcollections.core.model.api.resource.Resource
 
getSize() - Method in class de.digitalcollections.core.model.impl.paging.PageResponseImpl
 
getSize() - Method in class de.digitalcollections.core.model.impl.resource.ResourceImpl
 
getSorting() - Method in interface de.digitalcollections.core.model.api.paging.PageRequest
Returns the sorting parameters.
getSorting() - Method in interface de.digitalcollections.core.model.api.paging.PageResponse
Returns the sorting parameters for the PageResponse.
getSorting() - Method in class de.digitalcollections.core.model.impl.paging.PageRequestImpl
 
getSorting() - Method in class de.digitalcollections.core.model.impl.paging.PageResponseImpl
 
getStatus() - Method in exception de.digitalcollections.core.model.api.http.exceptions.HttpException
 
getSubType() - Method in class de.digitalcollections.core.model.api.MimeType
 
getSuffix() - Method in class de.digitalcollections.core.model.api.MimeType
 
getTotalElements() - Method in interface de.digitalcollections.core.model.api.paging.PageResponse
Returns the total amount of elements.
getTotalElements() - Method in class de.digitalcollections.core.model.impl.paging.PageResponseImpl
 
getTotalPages() - Method in interface de.digitalcollections.core.model.api.paging.PageResponse
Returns the number of total pages.
getTotalPages() - Method in class de.digitalcollections.core.model.impl.paging.PageResponseImpl
 
getTypeName() - Method in class de.digitalcollections.core.model.api.MimeType
Get the MIME type's name (e.g.
getUri() - Method in interface de.digitalcollections.core.model.api.resource.Resource
 
getUri() - Method in class de.digitalcollections.core.model.impl.resource.ResourceImpl
 
getUuid() - Method in interface de.digitalcollections.core.model.api.resource.Resource
 
getUuid() - Method in class de.digitalcollections.core.model.impl.resource.ResourceImpl
 

H

hasContent() - Method in interface de.digitalcollections.core.model.api.paging.PageResponse
Returns whether the PageResponse has content at all.
hasContent() - Method in class de.digitalcollections.core.model.impl.paging.PageResponseImpl
 
hashCode() - Method in class de.digitalcollections.core.model.impl.paging.OrderImpl
 
hashCode() - Method in class de.digitalcollections.core.model.impl.paging.PageRequestImpl
 
hashCode() - Method in class de.digitalcollections.core.model.impl.paging.PageResponseImpl
 
hashCode() - Method in class de.digitalcollections.core.model.impl.paging.SortingImpl
 
hasNext() - Method in interface de.digitalcollections.core.model.api.paging.PageResponse
Returns if there is a next PageResponse.
hasNext() - Method in class de.digitalcollections.core.model.impl.paging.PageResponseImpl
 
hasPrevious() - Method in interface de.digitalcollections.core.model.api.paging.PageRequest
Returns whether there's a previous PageRequest we can access from the current one.
hasPrevious() - Method in interface de.digitalcollections.core.model.api.paging.PageResponse
Returns if there is a previous PageResponse.
hasPrevious() - Method in class de.digitalcollections.core.model.impl.paging.PageRequestImpl
 
hasPrevious() - Method in class de.digitalcollections.core.model.impl.paging.PageResponseImpl
 
HttpClientException - Exception in de.digitalcollections.core.model.api.http.exceptions.client
 
HttpClientException(String, int, String) - Constructor for exception de.digitalcollections.core.model.api.http.exceptions.client.HttpClientException
 
HttpException - Exception in de.digitalcollections.core.model.api.http.exceptions
 
HttpException(String, int, String) - Constructor for exception de.digitalcollections.core.model.api.http.exceptions.HttpException
 
HttpServerException - Exception in de.digitalcollections.core.model.api.http.exceptions.server
 
HttpServerException(String, int, String) - Constructor for exception de.digitalcollections.core.model.api.http.exceptions.server.HttpServerException
 
HttpVersionNotSupportedException - Exception in de.digitalcollections.core.model.api.http.exceptions.server
 
HttpVersionNotSupportedException(String, int, String) - Constructor for exception de.digitalcollections.core.model.api.http.exceptions.server.HttpVersionNotSupportedException
 

I

ignoreCase() - Method in interface de.digitalcollections.core.model.api.paging.Order
Returns a new Order with case insensitive sorting enabled.
ignoreCase() - Method in class de.digitalcollections.core.model.impl.paging.OrderImpl
Returns a new Order with case insensitive sorting enabled.
ImATeapotException - Exception in de.digitalcollections.core.model.api.http.exceptions.client
HttpStatusCode 413 denoting the api is wrongfully using a teapot for making coffee as specified in the Hyper Text Coffee Pot Control Protocol (see RFC 2324 for details).
ImATeapotException(String, int, String) - Constructor for exception de.digitalcollections.core.model.api.http.exceptions.client.ImATeapotException
 
isAscending() - Method in enum de.digitalcollections.core.model.api.paging.enums.Direction
 
isAscending() - Method in interface de.digitalcollections.core.model.api.paging.Order
Returns whether sorting for this property shall be ascending.
isAscending() - Method in class de.digitalcollections.core.model.impl.paging.OrderImpl
Returns whether sorting for this property shall be ascending.
isDescending() - Method in enum de.digitalcollections.core.model.api.paging.enums.Direction
 
isDescending() - Method in interface de.digitalcollections.core.model.api.paging.Order
Returns whether sorting for this property shall be descending.
isDescending() - Method in class de.digitalcollections.core.model.impl.paging.OrderImpl
Returns whether sorting for this property shall be descending.
isFirst() - Method in interface de.digitalcollections.core.model.api.paging.PageResponse
Returns whether the current PageResponse is the first one.
isFirst() - Method in class de.digitalcollections.core.model.impl.paging.PageResponseImpl
 
isIgnoreCase() - Method in interface de.digitalcollections.core.model.api.paging.Order
Returns whether or not the sort will be case sensitive.
isIgnoreCase() - Method in class de.digitalcollections.core.model.impl.paging.OrderImpl
Returns whether or not the sort will be case sensitive.
isLast() - Method in interface de.digitalcollections.core.model.api.paging.PageResponse
Returns whether the current PageResponse is the last one.
isLast() - Method in class de.digitalcollections.core.model.impl.paging.PageResponseImpl
 
isReadonly() - Method in interface de.digitalcollections.core.model.api.resource.Resource
 
isReadonly() - Method in class de.digitalcollections.core.model.impl.resource.ResourceImpl
 
iterator() - Method in class de.digitalcollections.core.model.impl.paging.PageResponseImpl
 
iterator() - Method in class de.digitalcollections.core.model.impl.paging.SortingImpl
 

M

matches(Object) - Method in class de.digitalcollections.core.model.api.MimeType
Check if the MIME type "matches" another MIME type.
MIME_APPLICATION_JSON - Static variable in class de.digitalcollections.core.model.api.MimeType
 
MIME_APPLICATION_XML - Static variable in class de.digitalcollections.core.model.api.MimeType
 
MIME_IMAGE - Static variable in class de.digitalcollections.core.model.api.MimeType
 
MIME_IMAGE_JPEG - Static variable in class de.digitalcollections.core.model.api.MimeType
 
MIME_IMAGE_PNG - Static variable in class de.digitalcollections.core.model.api.MimeType
 
MIME_IMAGE_TIF - Static variable in class de.digitalcollections.core.model.api.MimeType
 
MIME_WILDCARD - Static variable in class de.digitalcollections.core.model.api.MimeType
Convenience definitions for commonly used MIME types
MimeType - Class in de.digitalcollections.core.model.api
 

N

next() - Method in interface de.digitalcollections.core.model.api.paging.PageRequest
Returns the PageRequest requesting the next page.
next() - Method in class de.digitalcollections.core.model.impl.paging.PageRequestImpl
 
nextPageRequest() - Method in interface de.digitalcollections.core.model.api.paging.PageResponse
Returns the PageRequest to request the next PageResponse.
nextPageRequest() - Method in class de.digitalcollections.core.model.impl.paging.PageResponseImpl
 
NotImplementedException - Exception in de.digitalcollections.core.model.api.http.exceptions.server
 
NotImplementedException(String, int, String) - Constructor for exception de.digitalcollections.core.model.api.http.exceptions.server.NotImplementedException
 
NullHandling - Enum in de.digitalcollections.core.model.api.paging.enums
Enumeration for null handling hints that can be used in Order expressions.
nullsFirst() - Method in interface de.digitalcollections.core.model.api.paging.Order
Returns a Order with NullHandling.NULLS_FIRST as null handling hint.
nullsFirst() - Method in class de.digitalcollections.core.model.impl.paging.OrderImpl
Returns a Order with NullHandling.NULLS_FIRST as null handling hint.
nullsLast() - Method in interface de.digitalcollections.core.model.api.paging.Order
Returns a Order with NullHandling.NULLS_LAST as null handling hint.
nullsLast() - Method in class de.digitalcollections.core.model.impl.paging.OrderImpl
Returns a Order with NullHandling.NULLS_LAST as null handling hint.
nullsNative() - Method in interface de.digitalcollections.core.model.api.paging.Order
Returns a Order with NullHandling.NATIVE as null handling hint.
nullsNative() - Method in class de.digitalcollections.core.model.impl.paging.OrderImpl
Returns a Order with NullHandling.NATIVE as null handling hint.

O

Order - Interface in de.digitalcollections.core.model.api.paging
 
OrderImpl - Class in de.digitalcollections.core.model.impl.paging
PropertyPath implements the pairing of an Direction and a property.
OrderImpl() - Constructor for class de.digitalcollections.core.model.impl.paging.OrderImpl
 
OrderImpl(Direction, String) - Constructor for class de.digitalcollections.core.model.impl.paging.OrderImpl
Creates a new Order instance.
OrderImpl(Direction, String, NullHandling) - Constructor for class de.digitalcollections.core.model.impl.paging.OrderImpl
Creates a new Order instance.
OrderImpl(String) - Constructor for class de.digitalcollections.core.model.impl.paging.OrderImpl
Creates a new Order instance.

P

PageRequest - Interface in de.digitalcollections.core.model.api.paging
Abstract interface for pagination information.
PageRequestImpl - Class in de.digitalcollections.core.model.impl.paging
Basic Java Bean implementation of PageRequest.
PageRequestImpl() - Constructor for class de.digitalcollections.core.model.impl.paging.PageRequestImpl
 
PageRequestImpl(int, int) - Constructor for class de.digitalcollections.core.model.impl.paging.PageRequestImpl
Creates a new PageRequest.
PageRequestImpl(int, int, Direction, String...) - Constructor for class de.digitalcollections.core.model.impl.paging.PageRequestImpl
Creates a new PageRequest with sort parameters applied.
PageRequestImpl(int, int, Sorting) - Constructor for class de.digitalcollections.core.model.impl.paging.PageRequestImpl
Creates a new PageRequest with sort parameters applied.
PageResponse<T> - Interface in de.digitalcollections.core.model.api.paging
Abstract interface for pagination information.
PageResponseImpl<T> - Class in de.digitalcollections.core.model.impl.paging
 
PageResponseImpl() - Constructor for class de.digitalcollections.core.model.impl.paging.PageResponseImpl
 
PageResponseImpl(List<T>, PageRequest, long) - Constructor for class de.digitalcollections.core.model.impl.paging.PageResponseImpl
Constructor of PageResponseImpl with the given content and the given governing PageRequest.
PageResponseImpl(List<T>) - Constructor for class de.digitalcollections.core.model.impl.paging.PageResponseImpl
Creates a new PageResponseImpl with the given content.
previous() - Method in class de.digitalcollections.core.model.impl.paging.PageRequestImpl
Returns the PageResponse requesting the previous page.
previousOrFirst() - Method in interface de.digitalcollections.core.model.api.paging.PageRequest
Returns the previous PageRequest or the first PageRequest if the current one already is the first one.
previousOrFirst() - Method in class de.digitalcollections.core.model.impl.paging.PageRequestImpl
 
previousPageRequest() - Method in interface de.digitalcollections.core.model.api.paging.PageResponse
Returns the PageRequest to request the previous PageResponse.
previousPageRequest() - Method in class de.digitalcollections.core.model.impl.paging.PageResponseImpl
 

R

Resource - Interface in de.digitalcollections.core.model.api.resource
Eine Resource (Quelle) beschreibt eine beliebige Datei, unabhaengig von deren physikalischen Speicherort, verwendete Speichertechnologie oder benoetigten Anzeigemittel (aka "Viewer").
ResourceImpl - Class in de.digitalcollections.core.model.impl.resource
 
ResourceImpl() - Constructor for class de.digitalcollections.core.model.impl.resource.ResourceImpl
 
ResourceIOException - Exception in de.digitalcollections.core.model.api.resource.exceptions
 
ResourceIOException() - Constructor for exception de.digitalcollections.core.model.api.resource.exceptions.ResourceIOException
 
ResourceIOException(String) - Constructor for exception de.digitalcollections.core.model.api.resource.exceptions.ResourceIOException
 
ResourceIOException(String, Throwable) - Constructor for exception de.digitalcollections.core.model.api.resource.exceptions.ResourceIOException
 
ResourceIOException(Throwable) - Constructor for exception de.digitalcollections.core.model.api.resource.exceptions.ResourceIOException
 
ResourceNotFoundException - Exception in de.digitalcollections.core.model.api.http.exceptions.client
 
ResourceNotFoundException(String, int, String) - Constructor for exception de.digitalcollections.core.model.api.http.exceptions.client.ResourceNotFoundException
 
ResourcePersistenceType - Enum in de.digitalcollections.core.model.api.resource.enums
 

S

ServiceUnavailableException - Exception in de.digitalcollections.core.model.api.http.exceptions.server
 
ServiceUnavailableException(String, int, String) - Constructor for exception de.digitalcollections.core.model.api.http.exceptions.server.ServiceUnavailableException
 
setContent(List<T>) - Method in class de.digitalcollections.core.model.impl.paging.PageResponseImpl
 
setDirection(Direction) - Method in class de.digitalcollections.core.model.impl.paging.OrderImpl
 
setFilenameExtension(String) - Method in interface de.digitalcollections.core.model.api.resource.Resource
 
setFilenameExtension(String) - Method in class de.digitalcollections.core.model.impl.resource.ResourceImpl
 
setIgnoreCase(boolean) - Method in class de.digitalcollections.core.model.impl.paging.OrderImpl
 
setLastModified(long) - Method in interface de.digitalcollections.core.model.api.resource.Resource
 
setLastModified(long) - Method in class de.digitalcollections.core.model.impl.resource.ResourceImpl
 
setMimeType(MimeType) - Method in interface de.digitalcollections.core.model.api.resource.Resource
 
setMimeType(MimeType) - Method in class de.digitalcollections.core.model.impl.resource.ResourceImpl
 
setNullHandling(NullHandling) - Method in class de.digitalcollections.core.model.impl.paging.OrderImpl
 
setOrders(List<Order>) - Method in class de.digitalcollections.core.model.impl.paging.SortingImpl
 
setPageNumber(int) - Method in class de.digitalcollections.core.model.impl.paging.PageRequestImpl
 
setPageRequest(PageRequest) - Method in class de.digitalcollections.core.model.impl.paging.PageResponseImpl
 
setPageSize(int) - Method in class de.digitalcollections.core.model.impl.paging.PageRequestImpl
 
setProperty(String) - Method in class de.digitalcollections.core.model.impl.paging.OrderImpl
 
setReadonly(boolean) - Method in interface de.digitalcollections.core.model.api.resource.Resource
 
setReadonly(boolean) - Method in class de.digitalcollections.core.model.impl.resource.ResourceImpl
 
setSize(long) - Method in interface de.digitalcollections.core.model.api.resource.Resource
 
setSize(long) - Method in class de.digitalcollections.core.model.impl.resource.ResourceImpl
 
setSorting(Sorting) - Method in class de.digitalcollections.core.model.impl.paging.PageRequestImpl
 
setTotalElements(long) - Method in class de.digitalcollections.core.model.impl.paging.PageResponseImpl
 
setUri(URI) - Method in interface de.digitalcollections.core.model.api.resource.Resource
 
setUri(URI) - Method in class de.digitalcollections.core.model.impl.resource.ResourceImpl
 
setUuid(UUID) - Method in interface de.digitalcollections.core.model.api.resource.Resource
 
setUuid(UUID) - Method in class de.digitalcollections.core.model.impl.resource.ResourceImpl
 
Sorting - Interface in de.digitalcollections.core.model.api.paging
 
SortingImpl - Class in de.digitalcollections.core.model.impl.paging
SortingImpl option for queries.
SortingImpl() - Constructor for class de.digitalcollections.core.model.impl.paging.SortingImpl
 
SortingImpl(Order...) - Constructor for class de.digitalcollections.core.model.impl.paging.SortingImpl
Creates a new Sorting instance using the given Orders.
SortingImpl(List<Order>) - Constructor for class de.digitalcollections.core.model.impl.paging.SortingImpl
Creates a new Sorting instance.
SortingImpl(String...) - Constructor for class de.digitalcollections.core.model.impl.paging.SortingImpl
Creates a new Sorting instance.
SortingImpl(Direction, String...) - Constructor for class de.digitalcollections.core.model.impl.paging.SortingImpl
Creates a new Sorting instance.
SortingImpl(Direction, List<String>) - Constructor for class de.digitalcollections.core.model.impl.paging.SortingImpl
Creates a new Sorting instance.

T

toString() - Method in class de.digitalcollections.core.model.impl.paging.OrderImpl
 
toString() - Method in class de.digitalcollections.core.model.impl.paging.PageRequestImpl
 
toString() - Method in class de.digitalcollections.core.model.impl.paging.PageResponseImpl
 
toString() - Method in class de.digitalcollections.core.model.impl.paging.SortingImpl
 
toString() - Method in class de.digitalcollections.core.model.impl.resource.ResourceImpl
 

U

UnauthorizedException - Exception in de.digitalcollections.core.model.api.http.exceptions.client
 
UnauthorizedException(String, int, String) - Constructor for exception de.digitalcollections.core.model.api.http.exceptions.client.UnauthorizedException
 
UnavailableForLegalReasonsException - Exception in de.digitalcollections.core.model.api.http.exceptions.client
 
UnavailableForLegalReasonsException(String, int, String) - Constructor for exception de.digitalcollections.core.model.api.http.exceptions.client.UnavailableForLegalReasonsException
 

V

valueOf(String) - Static method in enum de.digitalcollections.core.model.api.paging.enums.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.digitalcollections.core.model.api.paging.enums.NullHandling
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.digitalcollections.core.model.api.resource.enums.ResourcePersistenceType
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.digitalcollections.core.model.api.paging.enums.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.digitalcollections.core.model.api.paging.enums.NullHandling
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.digitalcollections.core.model.api.resource.enums.ResourcePersistenceType
Returns an array containing the constants of this enum type, in the order they are declared.

W

with(Direction) - Method in interface de.digitalcollections.core.model.api.paging.Order
Returns a new Order with the given Direction.
with(NullHandling) - Method in interface de.digitalcollections.core.model.api.paging.Order
Returns a Order with the given NullHandling.
with(Direction) - Method in class de.digitalcollections.core.model.impl.paging.OrderImpl
Returns a new Order with the given Direction.
with(NullHandling) - Method in class de.digitalcollections.core.model.impl.paging.OrderImpl
Returns a Order with the given NullHandling.
withProperties(String...) - Method in interface de.digitalcollections.core.model.api.paging.Order
Returns a new Sorting instance for the given properties.
withProperties(String...) - Method in class de.digitalcollections.core.model.impl.paging.OrderImpl
Returns a new Sorting instance for the given properties.
withProperty(String) - Method in interface de.digitalcollections.core.model.api.paging.Order
Returns a new Order
withProperty(String) - Method in class de.digitalcollections.core.model.impl.paging.OrderImpl
Returns a new Order
A B D E F G H I M N O P R S T U V W 
Skip navigation links

Copyright © 2018. All rights reserved.