Package io.inversion.action.misc
Class BatchAction<T extends BatchAction>
- java.lang.Object
-
- io.inversion.Rule<A>
-
- io.inversion.Action<T>
-
- io.inversion.action.misc.BatchAction<T>
-
- All Implemented Interfaces:
java.lang.Comparable<T>
public class BatchAction<T extends BatchAction> extends Action<T>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.inversion.Rule
Rule.RuleMatcher
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanallowBatch-
Fields inherited from class io.inversion.Rule
ALL_METHODS, configMap, description, excludeMatchers, excludeOn, includeMatchers, includeOn, log, name, order, params
-
-
Constructor Summary
Constructors Constructor Description BatchAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisAllowBatch()TwithAllowBatch(boolean allowBatch)-
Methods inherited from class io.inversion.Action
configureOp, doDelete, doGet, doPatch, doPost, doPut, getFullIncludePaths, getIncludePaths, isDecoration, joinPaths, joinPaths0, run, run0, withDecoration
-
Methods inherited from class io.inversion.Rule
afterWiringComplete, checkLazyConfig, compareTo, doLazyConfig, getAllExcludePaths, getAllIncludeMethods, getAllIncludePaths, getDefaultIncludeMatchers, getDescription, getExcludeMatchers, getIncludeMatchers, getName, getOrder, getParams, match, match, matches, matches, toString, withDescription, withExcludeOn, withExcludeOn, withIncludeOn, withIncludeOn, withName, withOrder, withParam, withParams
-
-
-
-
Method Detail
-
isAllowBatch
public boolean isAllowBatch()
-
withAllowBatch
public T withAllowBatch(boolean allowBatch)
-
-