public interface SearchPermissionFieldContributor
SearchPermissionFilterContributor.
Register implementations of this interface as OSGi components using the
service SearchPermissionFieldContributor.
| Modifier and Type | Method and Description |
|---|---|
void |
contribute(Document document,
java.lang.String className,
long classPK)
Contributes permission checking fields to the search document.
|
void contribute(Document document, java.lang.String className, long classPK)
document - the document being indexedclassName - the class name of the entity being indexedclassPK - the primary key of the entity being indexed