| Package | Description |
|---|---|
| org.opencastproject.mediapackage | |
| org.opencastproject.security.api | |
| org.opencastproject.security.util | |
| org.opencastproject.serviceregistry.api |
Service implementation classes
|
| org.opencastproject.storage | |
| org.opencastproject.util |
Utility classes for dealing with media packages, collections, URLs, files, and streams.
|
| org.opencastproject.util.data | |
| org.opencastproject.util.data.functions | |
| org.opencastproject.util.jaxb | |
| org.opencastproject.util.persistence |
| Modifier and Type | Field and Description |
|---|---|
static Function<MediaPackageElement,Option<String>> |
MediaPackageSupport.getChecksum
Get the checksum from a media package element.
|
static Function<MediaPackageElement,Option<String>> |
MediaPackageSupport.getMediaPackageElementReferenceId |
| Modifier and Type | Method and Description |
|---|---|
static Option<List<String>> |
MediaPackageSupport.sanityCheck(MediaPackage mp)
Basic sanity checking for media packages.
|
| Modifier and Type | Field and Description |
|---|---|
static Function<String,Option<AclScope>> |
AccessControlUtil.toAclScope |
| Modifier and Type | Method and Description |
|---|---|
static Option<Organization> |
SecurityUtil.getOrganization(OrganizationDirectoryService orgDir,
String orgId)
Get the organization
orgId. |
static Option<Tuple<User,Organization>> |
SecurityUtil.getUserAndOrganization(SecurityService sec,
OrganizationDirectoryService orgDir,
String orgId,
UserDirectoryService userDir,
String userId)
Get a user and an organization.
|
static Option<User> |
SecurityUtil.getUserOfOrganization(SecurityService sec,
OrganizationDirectoryService orgDir,
String orgId,
UserDirectoryService userDir,
String userId)
Get a user of a certain organization by its ID.
|
| Constructor and Description |
|---|
StandAloneTrustedHttpClientImpl(String user,
String pass,
Option<Integer> nonceTimeoutRetries,
Option<Integer> retryBaseDelay,
Option<Integer> retryMaximumVariableTime) |
StandAloneTrustedHttpClientImpl(String user,
String pass,
Option<Integer> nonceTimeoutRetries,
Option<Integer> retryBaseDelay,
Option<Integer> retryMaximumVariableTime) |
StandAloneTrustedHttpClientImpl(String user,
String pass,
Option<Integer> nonceTimeoutRetries,
Option<Integer> retryBaseDelay,
Option<Integer> retryMaximumVariableTime) |
| Modifier and Type | Field and Description |
|---|---|
static Function<org.apache.http.HttpResponse,Option<List<MediaPackageElement>>> |
RemoteBase.elementsFromHttpResponse |
| Modifier and Type | Method and Description |
|---|---|
protected <A> Option<A> |
RemoteBase.runRequest(org.apache.http.client.methods.HttpRequestBase req,
Function<org.apache.http.HttpResponse,A> f) |
| Modifier and Type | Method and Description |
|---|---|
Option<Long> |
StorageUsage.getTotalSpace()
Gets the total space of storage in Bytes
|
Option<Long> |
StorageUsage.getUsableSpace()
Gets the available space of storage in Bytes This is free storage that is not reserved
|
Option<Long> |
StorageUsage.getUsedSpace()
Gets the used space of storage in Bytes
|
| Modifier and Type | Field and Description |
|---|---|
static Function<String,Option<String>> |
SolrUtils.clean
SolrUtils.clean(String) as a function. |
static Function<org.apache.http.HttpResponse,Option<Job>> |
JobUtil.jobFromHttpResponse |
static Function<MimeType,Option<String>> |
MimeTypeUtil.suffix
MimeType.getSuffix() as a function. |
| Modifier and Type | Method and Description |
|---|---|
<A> Option<A> |
NeedleEye.apply(Function0<A> f)
Apply function
f only if no other thread currently applies a function using this needle eye. |
static Option<File> |
IoSupport.classPathResourceAsFile(String resource)
Get a classpath resource as a file using the class loader of
IoSupport. |
Option<String> |
MimeType.getDescription()
Returns the mime type description.
|
Option<String> |
MimeType.getFlavor()
Returns the flavor of this mime type.
|
Option<String> |
MimeType.getFlavorDescription()
Returns the flavor description.
|
static Option<String> |
OsgiUtil.getOptCfg(Dictionary d,
String key)
Get a value from a dictionary.
|
static Option<Boolean> |
OsgiUtil.getOptCfgAsBoolean(Dictionary d,
String key)
Get an optional boolean from a dictionary.
|
static Option<Integer> |
OsgiUtil.getOptCfgAsInt(Dictionary d,
String key)
Get a value from a dictionary.
|
static Option<String> |
OsgiUtil.getOptContextProperty(org.osgi.service.component.ComponentContext cc,
String key)
Get an optional, non-blank value from the bundle context.
|
Option<String> |
MimeType.getSuffix()
Returns the main suffix for this mime type, that identifies files containing data of this flavor.
|
static Option<String> |
IoSupport.loadFileFromClassPathAsString(String resource)
Load a classpath resource into a string using the class loader of
IoSupport. |
static Option<String> |
IoSupport.loadFileFromClassPathAsString(String resource,
Class<?> clazz)
Load a classpath resource into a string using UTF-8 encoding and the class loader of the given class.
|
static Option<String> |
IoSupport.loadTxtFromClassPath(String resource,
Class<?> clazz)
Load a text file from the class path using the class loader of the given class.
|
Option<Node> |
Xpath.node(String expr)
Evaluate the xpath expression against the contained document.
|
Option<NodeList> |
Xpath.nodeSet(String expr)
Evaluate the xpath expression against the contained document.
|
static Option<InputStream> |
IoSupport.openClassPathResource(String resource)
Open a classpath resource using the class loader of
IoSupport. |
static Option<InputStream> |
IoSupport.openClassPathResource(String resource,
Class<?> clazz)
Open a classpath resource using the class loader of the given class.
|
<A> Option<A> |
JsonObj.opt(Class<A> ev,
String key)
Deprecated.
|
Option<JsonObj> |
JsonObj.optObj(String key)
Deprecated.
|
Option<String> |
Xpath.string(String expr)
Evaluate the xpath expression against the contained document.
|
static <A> Option<A> |
IoSupport.withFile(File file,
Function2<InputStream,File,A> f)
Handle a stream inside
f and ensure that s gets closed properly. |
| Modifier and Type | Method and Description |
|---|---|
static <A extends Enum> |
EnumSupport.parseEnum(A e)
Create a function to parse a string into an Enum value.
|
| Modifier and Type | Method and Description |
|---|---|
static javax.ws.rs.core.Response.ResponseBuilder |
RestUtil.fileResponse(File f,
Option<String> contentType,
Option<String> fileName)
Create a file response.
|
static javax.ws.rs.core.Response.ResponseBuilder |
RestUtil.fileResponse(File f,
Option<String> contentType,
Option<String> fileName)
Create a file response.
|
static javax.ws.rs.core.Response.ResponseBuilder |
RestUtil.fileResponse(File f,
String contentType,
Option<String> fileName)
Create a file response.
|
static MimeType |
MimeType.mimeType(String type,
String subtype,
List<String> suffixes,
List<MimeType> equivalents,
Option<String> description,
Option<String> flavor,
Option<String> flavorDescription) |
static MimeType |
MimeType.mimeType(String type,
String subtype,
List<String> suffixes,
List<MimeType> equivalents,
Option<String> description,
Option<String> flavor,
Option<String> flavorDescription) |
static MimeType |
MimeType.mimeType(String type,
String subtype,
List<String> suffixes,
List<MimeType> equivalents,
Option<String> description,
Option<String> flavor,
Option<String> flavorDescription) |
static javax.ws.rs.core.Response |
RestUtil.R.ok(InputStream in,
Option<String> contentType,
Option<Long> streamLength,
Option<String> fileName)
Create a response with status OK from a stream.
|
static javax.ws.rs.core.Response |
RestUtil.R.ok(InputStream in,
Option<String> contentType,
Option<Long> streamLength,
Option<String> fileName)
Create a response with status OK from a stream.
|
static javax.ws.rs.core.Response |
RestUtil.R.ok(InputStream in,
Option<String> contentType,
Option<Long> streamLength,
Option<String> fileName)
Create a response with status OK from a stream.
|
static javax.ws.rs.core.Response |
RestUtil.R.ok(InputStream in,
String contentType,
Option<Long> streamLength,
Option<String> fileName)
Create a response with status OK from a stream.
|
static javax.ws.rs.core.Response |
RestUtil.R.ok(InputStream in,
String contentType,
Option<Long> streamLength,
Option<String> fileName)
Create a response with status OK from a stream.
|
static Jsons.Prop |
Jsons.p(String key,
Option<Jsons.Val> val)
Create a property.
|
static javax.ws.rs.core.Response.ResponseBuilder |
RestUtil.partialFileResponse(File f,
String contentType,
Option<String> fileName,
String rangeHeader)
create a partial file response
|
static String |
SolrUtils.serializeDateRange(Option<Date> startDate,
Option<Date> endDate)
Returns an expression to search for any date that lies in between
startDate and endDate. |
static String |
SolrUtils.serializeDateRange(Option<Date> startDate,
Option<Date> endDate)
Returns an expression to search for any date that lies in between
startDate and endDate. |
static Monadics.ListMonadic<String> |
RestUtil.splitCommaSeparatedParam(Option<String> param)
Split a comma separated request param into a list of trimmed strings discarding any blank parts.
|
static javax.ws.rs.core.Response.ResponseBuilder |
RestUtil.streamResponse(InputStream in,
String contentType,
Option<Long> streamLength,
Option<String> fileName)
|
static javax.ws.rs.core.Response.ResponseBuilder |
RestUtil.streamResponse(InputStream in,
String contentType,
Option<Long> streamLength,
Option<String> fileName)
|
static Function<Job,JobBarrier.Result> |
JobUtil.waitForJob(Job waiter,
ServiceRegistry reg,
Option<Long> timeout)
|
static JobBarrier.Result |
JobUtil.waitForJob(Job waiter,
ServiceRegistry reg,
Option<Long> timeout,
Job job)
Check if
job is not done yet and wait in case. |
static Function<Job,JobBarrier.Result> |
JobUtil.waitForJob(ServiceRegistry reg,
Option<Long> timeout)
|
static JobBarrier.Result |
JobUtil.waitForJob(ServiceRegistry reg,
Option<Long> timeout,
Job job)
Check if
job is not done yet and wait in case. |
static Function<Job,Boolean> |
JobUtil.waitForJobSuccess(Job waiter,
ServiceRegistry reg,
Option<Long> timeout)
Wait for the job to complete and return the success value.
|
static Function<Job,Boolean> |
JobUtil.waitForJobSuccess(ServiceRegistry reg,
Option<Long> timeout)
Wait for the job to complete and return the success value.
|
| Modifier and Type | Method and Description |
|---|---|
<B> Option<Tuple<A,B>> |
Option.and(Option<B> b) |
<B> Option<B> |
Option.andThen(Function0<Option<B>> some)
Lazy version of
andThen(Option). |
<B> Option<B> |
Option.andThen(Option<B> some)
If this is some return
some. |
<B> Option<B> |
Option.andThenV(B some)
If this is some return
some. |
<B> Option<B> |
Option.andThenV(Function0<B> some)
Lazy version of
andThenV(Object). |
abstract <B> Option<B> |
Option.bind(Function<A,Option<B>> f)
Monadic bind operation
m a -> (a -> m b) -> m b. |
static <A> Option<A> |
Collections.find(Collection<A> as,
Predicate<A> p)
Deprecated.
use
Monadics |
abstract Option<A> |
Monadics.ListMonadic.find(Function<? super A,Boolean> p)
Return the first element satisfying predicate
p. |
<B> Option<B> |
Option.flatMap(Function<A,Option<B>> f) |
abstract <B> Option<B> |
Option.fmap(Function<? super A,? extends B> f) |
abstract Option<A> |
Option.foreach(Function<? super A,Void> f) |
static <A> Option<A> |
Option.fromOpt(com.entwinemedia.fn.data.Opt<A> a)
Convert an
Opt into an Option. |
static <A> Option<A> |
Arrays.head(A[] as)
Return the head of array
as or none. |
static <A> Option<A> |
Collections.head(List<A> as)
Return the head of list
as or none. |
abstract Option<A> |
Monadics.ListMonadic.headOpt()
Return the head of the list.
|
Option<A> |
Option.inv(A zero)
Inversion.
|
static <A> Option<A> |
Collections.last(A[] as)
Return the last element of the array.
|
static <A> Option<A> |
Collections.last(List<A> as)
Return the last element of the list.
|
abstract Option<A> |
Monadics.ListMonadic.lastOpt()
Return the last element of the list.
|
<B> Option<B> |
Option.map(Function<? super A,? extends B> f) |
abstract Option<A> |
Monadics.IteratorMonadic.next()
Return the head of the iterator.
|
static <A> Option<A> |
Option.none()
Create a new none.
|
static <A> Option<A> |
Option.none(A example)
Create a none with the type of
example. |
static <A> Option<A> |
Option.none(Class<A> clazz)
Create a none with the given type.
|
abstract Option<A> |
Monadics.ListMonadic.option()
Turn the list into an option only if it contains exactly one element.
|
static <A> Option<A> |
Option.option(A a)
Wrap an arbitrary object into an option with
null being mapped to none. |
Option<A> |
Option.orElse(Function0<Option<A>> none)
Lazy version of
orElse(Option). |
Option<A> |
Option.orElse(Option<A> none)
If this is none return
none else this. |
<T extends Throwable> |
Option.orError(Class<T> none)
Throw
none if none. |
<T extends Throwable> |
Option.orError(Function0<T> none)
Throw exception returned by
none if none. |
<T extends Throwable> |
Option.orError(T none)
Throw
none if none. |
static <A> Option<A> |
Option.some(A a)
Create a new some.
|
abstract Option<A> |
Either.LeftProjection.toOption() |
abstract Option<B> |
Either.RightProjection.toOption() |
| Modifier and Type | Method and Description |
|---|---|
static <A,B> Function<A,Option<B>> |
Collections.getMap(Map<A,B> map)
Return a function to get data from a map.
|
static <A> Function<Option<A>,A> |
Collections.getOrElse(A a) |
static <A> Function<A[],Option<A>> |
Arrays.head()
Functional version of
Arrays.head(Object[]). |
static <A> Function<List<A>,Option<A>> |
Collections.head() |
static <A> VCell<Option<A>> |
VCell.ocell()
Create a cell containing none.
|
static <A> VCell<Option<A>> |
VCell.ocell(A a)
Create a cell containing some a.
|
static <A> Function<A,Option<A>> |
Option.option()
option(Object) as a function. |
static <A> Function<Option<A>,Iterator<A>> |
Collections.optionToIterator()
Turn an option into an iterator.
|
static <A> Function<Option<A>,List<A>> |
Collections.optionToList() |
| Modifier and Type | Method and Description |
|---|---|
<B> Option<Tuple<A,B>> |
Option.and(Option<B> b) |
<B> Option<B> |
Option.andThen(Option<B> some)
If this is some return
some. |
Option<A> |
Option.orElse(Option<A> none)
If this is none return
none else this. |
| Modifier and Type | Method and Description |
|---|---|
<B> Option<B> |
Option.andThen(Function0<Option<B>> some)
Lazy version of
andThen(Option). |
abstract <B> Option<B> |
Option.bind(Function<A,Option<B>> f)
Monadic bind operation
m a -> (a -> m b) -> m b. |
<B> Option<B> |
Option.flatMap(Function<A,Option<B>> f) |
Option<A> |
Option.orElse(Function0<Option<A>> none)
Lazy version of
orElse(Option). |
| Modifier and Type | Field and Description |
|---|---|
static Function<String,Option<Double>> |
Strings.toDouble
Convert a string into a long if possible.
|
static Function<String,Option<Integer>> |
Strings.toInt
Convert a string into an integer if possible.
|
static Function<String,Option<Long>> |
Strings.toLong
Convert a string into a long if possible.
|
static Function<Boolean,Option<Boolean>> |
Options.toOption
Function that turns
true into some(true) and false into none. |
static Function<String,Option<String>> |
Strings.trimToNone
Trim a string and return either
some or none if it's empty. |
| Modifier and Type | Method and Description |
|---|---|
static Option<String> |
Strings.asString(Object a)
Return
a.toString() wrapped in a some if a != null, none otherwise. |
static <A> Option<A> |
Options.join(Option<Option<A>> a)
m (m a) -> m a
|
static <A> Option<List<A>> |
Options.sequenceOpt(List<Option<A>> as)
Sequence a list of options.
|
static Option<String> |
Options.toOption(boolean predicate,
String message)
Returns some(message) if predicate is false, none otherwise.
|
static Option<String> |
Strings.trimToNone(String a)
Trim a string and return either
some or none if it's empty. |
static <A> Option<A> |
Misc.widen(Class<A> type,
Option<? extends A> xs)
Widening cast.
|
static <A> Option<A> |
Misc.widen(Option<? extends A> xs)
Widening cast.
|
| Modifier and Type | Method and Description |
|---|---|
static <A> Function<Option<A>,List<A>> |
Options.asList() |
static <A> Function<A,Option<String>> |
Strings.asString()
Return
a.toString() wrapped in a some if a != null, none otherwise. |
static <A,B> Function<Option<A>,Option<B>> |
Functions.bindOpt(Function<A,Option<B>> f)
Create a bound version of
f for Option. |
static <A,B> Function<Option<A>,Option<B>> |
Functions.bindOpt(Function<A,Option<B>> f)
Create a bound version of
f for Option. |
static <A,B> Function<A,Option<B>> |
Options.foreach(Function<? super A,? extends Option<? extends B>> f,
Effect<? super B> e)
Apply effect
e to the result of f which is then returned. |
static <A> Function<Option<A>,A> |
Options.getF() |
static <A> Function<Option<A>,A> |
Options.getOrElse(A none) |
static <A> Function<Option<A>,Boolean> |
Options.isNone()
isNone() as a function. |
static <A> Function<Option<A>,Boolean> |
Options.isSome()
isSome() as a function. |
static <A> Function<Option<A>,Option<A>> |
Functions.liftOpt(Effect<? super A> f)
Promote effect
a -> () to an Option. |
static <A> Function<Option<A>,Option<A>> |
Functions.liftOpt(Effect<? super A> f)
Promote effect
a -> () to an Option. |
static <A,B> Function<Option<A>,Option<B>> |
Functions.liftOpt(Function<? super A,? extends B> f)
Promote function
a -> b to an Option. |
static <A,B> Function<Option<A>,Option<B>> |
Functions.liftOpt(Function<? super A,? extends B> f)
Promote function
a -> b to an Option. |
static <A,B,C> Function<A,Option<C>> |
Options.map(Function<? super A,? extends Option<? extends B>> f,
Function<? super B,? extends C> g)
Map
g over the result of f. |
static <A,B> Function<A,Option<B>> |
Options.never() |
static <A> Function0<Option<A>> |
Options.never2() |
static <A,B> Function<A,Option<B>> |
Functions.toFn(Map<? extends A,? extends B> m)
Create a (partial) function from a map.
|
static <A,B> Function<Either<A,B>,Option<B>> |
Eithers.toOption()
Like
Either#right()#toOption(). |
| Modifier and Type | Method and Description |
|---|---|
static <A> Option<A> |
Options.join(Option<Option<A>> a)
m (m a) -> m a
|
static <A> Option<A> |
Misc.widen(Class<A> type,
Option<? extends A> xs)
Widening cast.
|
static <A> Option<A> |
Misc.widen(Option<? extends A> xs)
Widening cast.
|
| Modifier and Type | Method and Description |
|---|---|
static <A,B> Function<Option<A>,Option<B>> |
Functions.bindOpt(Function<A,Option<B>> f)
Create a bound version of
f for Option. |
static <A,B> Function<A,Option<B>> |
Options.foreach(Function<? super A,? extends Option<? extends B>> f,
Effect<? super B> e)
Apply effect
e to the result of f which is then returned. |
static <A> Option<A> |
Options.join(Option<Option<A>> a)
m (m a) -> m a
|
static <A,B,C> Function<A,Option<C>> |
Options.map(Function<? super A,? extends Option<? extends B>> f,
Function<? super B,? extends C> g)
Map
g over the result of f. |
static <A> Option<List<A>> |
Options.sequenceOpt(List<Option<A>> as)
Sequence a list of options.
|
| Modifier and Type | Method and Description |
|---|---|
Option<T> |
OptionAdapter.unmarshal(T o) |
| Modifier and Type | Method and Description |
|---|---|
T |
OptionAdapter.marshal(Option<T> option) |
| Modifier and Type | Method and Description |
|---|---|
static Option<javax.persistence.EntityManager> |
PersistenceUtil.createEntityManager(javax.persistence.EntityManagerFactory emf)
Create a new entity manager or return none, if the factory has already been closed.
|
static <A,B> Option<A> |
PersistenceUtil.find(javax.persistence.EntityManager em,
Function<B,A> toA,
String queryName,
Tuple<String,?>... params)
Deprecated.
|
<A> Option<A> |
Queries.QueriesBase.findFirst(javax.persistence.EntityManager em,
String q,
P... params)
Run a SELECT query and return only the first result item.
|
<A> Option<A> |
Queries.QueriesBase.findSingle(javax.persistence.EntityManager em,
String q,
P... params)
Run a SELECT query that should return a single result.
|
static <A> Option<A> |
PersistenceUtil.runFirstResultQuery(javax.persistence.EntityManager em,
String queryName,
Tuple<String,?>... params)
Deprecated.
use
Queries.named findFirst(EntityManager, String, Object[]) |
static <A> Option<A> |
PersistenceUtil.runSingleResultQuery(javax.persistence.EntityManager em,
String queryName,
Tuple<String,?>... params)
Deprecated.
use
Queries.named #findSingle(EntityManager, String, Object[]) |
static Option<SQLException> |
PersistenceUtil.testConnection(DataSource ds)
Test if a connection to the given data source can be established.
|
| Modifier and Type | Method and Description |
|---|---|
static <A> Function<javax.persistence.EntityManager,Option<A>> |
Queries.find(Class<A> clazz,
Object primaryKey)
EntityManager.find(Class, Object) as a function wrapping the result into an Option. |
static <A> Function<javax.persistence.EntityManager,Option<A>> |
PersistenceUtil.findById(Class<A> clazz,
Object primaryKey)
Deprecated.
|
<A> Function<javax.persistence.EntityManager,Option<A>> |
Queries.QueriesBase.findFirst(String q,
P... params)
|
<A> Function<javax.persistence.EntityManager,Option<A>> |
Queries.QueriesBase.findSingle(String q,
P... params)
|
| Modifier and Type | Method and Description |
|---|---|
static <A,B> List<A> |
PersistenceUtil.findAll(javax.persistence.EntityManager em,
Function<B,A> toA,
Option<Integer> offset,
Option<Integer> limit,
String queryName,
Tuple<String,?>... params)
Deprecated.
use
Queries.named findAll(EntityManager, String, Option, Option, Object[]) instead |
static <A,B> List<A> |
PersistenceUtil.findAll(javax.persistence.EntityManager em,
Function<B,A> toA,
Option<Integer> offset,
Option<Integer> limit,
String queryName,
Tuple<String,?>... params)
Deprecated.
use
Queries.named findAll(EntityManager, String, Option, Option, Object[]) instead |
<A> List<A> |
Queries.QueriesBase.findAll(javax.persistence.EntityManager em,
String q,
Option<Integer> offset,
Option<Integer> limit,
P... params)
Find multiple objects with optional pagination.
|
<A> List<A> |
Queries.QueriesBase.findAll(javax.persistence.EntityManager em,
String q,
Option<Integer> offset,
Option<Integer> limit,
P... params)
Find multiple objects with optional pagination.
|
static <A> List<A> |
PersistenceUtil.findAll(javax.persistence.EntityManager em,
String queryName,
Option<Integer> offset,
Option<Integer> limit,
Tuple<String,?>... params)
Deprecated.
use
Queries.named findAll(EntityManager, String, Option, Option, Object[]) |
static <A> List<A> |
PersistenceUtil.findAll(javax.persistence.EntityManager em,
String queryName,
Option<Integer> offset,
Option<Integer> limit,
Tuple<String,?>... params)
Deprecated.
use
Queries.named findAll(EntityManager, String, Option, Option, Object[]) |
<A> Function<javax.persistence.EntityManager,List<A>> |
Queries.QueriesBase.findAll(String q,
Option<Integer> offset,
Option<Integer> limit,
P... params)
|
<A> Function<javax.persistence.EntityManager,List<A>> |
Queries.QueriesBase.findAll(String q,
Option<Integer> offset,
Option<Integer> limit,
P... params)
|
<A> Monadics.ListMonadic<A> |
Queries.QueriesBase.findAllM(javax.persistence.EntityManager em,
String q,
Option<Integer> offset,
Option<Integer> limit,
P... params)
Find multiple objects with optional pagination wrapped in the list monad.
|
<A> Monadics.ListMonadic<A> |
Queries.QueriesBase.findAllM(javax.persistence.EntityManager em,
String q,
Option<Integer> offset,
Option<Integer> limit,
P... params)
Find multiple objects with optional pagination wrapped in the list monad.
|
<A> Function<javax.persistence.EntityManager,Monadics.ListMonadic<A>> |
Queries.QueriesBase.findAllM(String q,
Option<Integer> offset,
Option<Integer> limit,
P... params)
|
<A> Function<javax.persistence.EntityManager,Monadics.ListMonadic<A>> |
Queries.QueriesBase.findAllM(String q,
Option<Integer> offset,
Option<Integer> limit,
P... params)
|
Copyright © 2009–2020 Opencast Project. All rights reserved.