Input - The kind of elements to be processed. Should be a PersistingElement to be used in a search, or a Row to be used with ActionnableStorepublic interface Process<Input> extends Serializable
SearchableClassConstraintBuilder.forEach(Process), SearchableClassConstraintBuilder.remoteForEach(Process, Callback, int, long), Process.processElements(Class, com.googlecode.n_orm.storeapi.Constraint, Process, int, String[], int, ProcessCanceller, java.util.concurrent.ExecutorService), or Process.processElementsRemotely(Class, com.googlecode.n_orm.storeapi.Constraint, Process, Callback, int, String[], int, long).
A process must have a default constructor (i.e. a constructor with no parameters).| Modifier and Type | Method and Description |
|---|---|
void |
process(Input element) |
Copyright © 2016. All Rights Reserved.