Modifier and Type | Method and Description |
---|---|
C |
ProcessAccessToCollectionTransformer.execute(C collection) |
Modifier and Type | Method and Description |
---|---|
void |
OrderItemProductChangeListener.onChange(ProcessState processState,
Process.Event event,
Process.EventPoint eventPoint)
For ETL Operations
|
Modifier and Type | Class and Description |
---|---|
class |
RequireLookAheadException
While processing, if there is a need to Lookahead and abort or Queue the processing of a record
for later, then this
Exception can be used. |
Modifier and Type | Method and Description |
---|---|
protected boolean |
RegExCheckFilter.checkCriteria(Object input) |
protected boolean |
EntityChainAccessCheckFilter.checkCriteria(Object input) |
protected boolean |
EqualsCheckFilter.checkCriteria(Object input) |
protected boolean |
ConstantEqualsCheckFilter.checkCriteria(Object input) |
protected abstract boolean |
CriteriaFilter.checkCriteria(T input)
Checks the business logic against which the Predicate will succeed (response as true) or fail (false).
|
Modifier and Type | Method and Description |
---|---|
protected List |
ListConcatTransformer.join(List result,
Object transformedInput)
Join results of type T
|
protected Map |
MapConcatTransformer.join(Map result,
Object transformedInput)
Join results of type T
|
protected String |
StringConcatTransformer.join(String result,
Object transformedInput)
Join results of type T
|
protected abstract T |
JoinTransformer.join(T result,
Object transformedInput)
Join results of type T
|
protected Object |
AbstractEntityTransformer.processValue(Mapper mapper,
Object value)
|
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
WebFilterPredicate.checkCriteria(javax.servlet.http.HttpServletRequest request) |
protected boolean |
UrlPathRegExFilterPredicate.checkCriteria(javax.servlet.http.HttpServletRequest request) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
BastardProductFilter.checkCriteria(Object input) |
Copyright © 2018. All rights reserved.