Package | Description |
---|---|
com.edorasware.api.exception |
Exceptions that can be thrown by the public Java API.
|
com.edorasware.api.query |
Work object query support.
|
com.edorasware.api.workobject |
Interfaces for work object access and manipulation.
|
Constructor and Description |
---|
EntityNotFoundException(Query query)
Constructs a new exception for a predicate-based lookup.
|
EntityNotFoundException(Query query,
Throwable cause)
Constructs a new exception for a predicate-based lookup.
|
Modifier and Type | Method and Description |
---|---|
Query |
Query.Builder.build() |
static Query |
Query.byPredicate(Predicate predicate)
Convenience method to create a
Query with the given predicate. |
Modifier and Type | Method and Description |
---|---|
static Query.Builder |
Query.builder(Query template)
Returns a new query builder based on a template query.
|
Modifier and Type | Method and Description |
---|---|
long |
WorkObjectService.countWorkObjects(Query query)
Counts the work objects that match the given query.
|
long |
WorkObjectService.countWorkObjects(Query query,
SearchScope searchScope)
Counts the work objects that match the given query in given scope.
|
Optional<WorkObject> |
WorkObjectService.findWorkObject(Query query)
Finds the work object that matches the given query.
|
Optional<WorkObject> |
WorkObjectService.findWorkObject(Query query,
SearchScope searchScope)
Finds the work object that matches the given query in given scope.
|
List<WorkObject> |
WorkObjectService.findWorkObjects(Query query)
Finds the work objects that match the given query.
|
List<WorkObject> |
WorkObjectService.findWorkObjects(Query query,
SearchScope searchScope)
Finds the work objects that match the given query in given scope.
|
WorkObject |
WorkObjectService.getWorkObject(Query query)
Returns the work object that matches the query.
|
WorkObject |
WorkObjectService.getWorkObject(Query query,
SearchScope searchScope)
Returns the work object that matches the query in given scope.
|
Copyright © 2010 - 2017 edorasware ag. All Rights Reserved.