public class ResourcePersistingScanResultHandler extends Object implements JcrPropertyScanResultHandler
Constructor and Description |
---|
ResourcePersistingScanResultHandler() |
Modifier and Type | Method and Description |
---|---|
void |
handleJcrPropertyScanResult(@NotNull org.apache.sling.commons.clam.ScanResult scanResult,
@NotNull String path,
int index,
int propertyType,
@Nullable String userId) |
void |
handleJcrPropertyScanResult(@NotNull org.apache.sling.commons.clam.ScanResult scanResult,
@NotNull String path,
int propertyType,
@NotNull String userId) |
public void handleJcrPropertyScanResult(@NotNull @NotNull org.apache.sling.commons.clam.ScanResult scanResult, @NotNull @NotNull String path, int propertyType, @NotNull @NotNull String userId)
handleJcrPropertyScanResult
in interface JcrPropertyScanResultHandler
scanResult
- The scan result from Clam servicepath
- The path of the scanned single-value propertypropertyType
- The type of the scanned propertyuserId
- The id of the user who added or changed the propertypublic void handleJcrPropertyScanResult(@NotNull @NotNull org.apache.sling.commons.clam.ScanResult scanResult, @NotNull @NotNull String path, int index, int propertyType, @Nullable @Nullable String userId)
handleJcrPropertyScanResult
in interface JcrPropertyScanResultHandler
scanResult
- The scan result from Clam servicepath
- The path of the scanned multi-value propertyindex
- The index of the scanned property valuepropertyType
- The type of the scanned propertyuserId
- The id of the user who added or changed the propertyCopyright © 2007–2018 The Apache Software Foundation. All rights reserved.