Interface EntityProcessor
- All Known Implementing Classes:
AbstractEntityProcessor
,DefaultEntityProcessor
,EntityFilteringProcessor
,SecurityEntityProcessor
,SelectableEntityProcessor
Contract supposed to process entity classes for Entity Data Filtering. Implementations will be given a
context
providing necessary information to process particular
context type
. Contexts are created for: class / properties / accessors.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enum
Result type of processing an context. -
Method Summary
Modifier and TypeMethodDescriptionprocess
(EntityProcessorContext context) Process given (class/property/accessor)context
by modifying providedEntityGraph
.
-
Method Details
-
process
Process given (class/property/accessor)context
by modifying providedEntityGraph
.- Parameters:
context
- context to be processed.- Returns:
- result of processing a context.
-