public final class ClamUtil extends Object
Modifier and Type | Field and Description |
---|---|
static String |
PROPERTY_PATH |
static String |
USER_ID |
static String |
VALUE_INDEX |
Constructor and Description |
---|
ClamUtil() |
Modifier and Type | Method and Description |
---|---|
static Map<String,Object> |
properties(@NotNull String path,
@Nullable Integer index,
@Nullable String userId) |
static Map<String,Object> |
properties(@NotNull String path,
@Nullable Integer index,
@Nullable String userId,
@NotNull org.apache.sling.commons.clam.ScanResult scanResult) |
static Map<String,Object> |
properties(@NotNull String path,
@Nullable String userId) |
static Map<String,Object> |
properties(@NotNull String path,
@Nullable String userId,
@NotNull org.apache.sling.commons.clam.ScanResult scanResult) |
static String |
resultEventTopic(int propertyType) |
static String |
scanJobTopic(int propertyType) |
public static final String PROPERTY_PATH
public static final String VALUE_INDEX
public static final String USER_ID
public static String scanJobTopic(int propertyType)
public static String resultEventTopic(int propertyType)
public static Map<String,Object> properties(@NotNull @NotNull String path, @Nullable @Nullable String userId)
public static Map<String,Object> properties(@NotNull @NotNull String path, @Nullable @Nullable Integer index, @Nullable @Nullable String userId)
public static Map<String,Object> properties(@NotNull @NotNull String path, @Nullable @Nullable String userId, @NotNull @NotNull org.apache.sling.commons.clam.ScanResult scanResult)
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.