public class MonitorUtilInternal extends Object
Modifier and Type | Field and Description |
---|---|
static String |
MONITOR_FIELD
Big data monitor field identifier.
|
Constructor and Description |
---|
MonitorUtilInternal() |
Modifier and Type | Method and Description |
---|---|
static Map<String,Serializable> |
createStringFieldValue(String string)
Creates a string field value structure, given a string.
|
static String |
getDocumentTypeFieldId(String fieldId)
Returns the normalized full field identifier.
|
static String |
getNormalizedToken(String string)
Returns the string normalized token version if string is not null, otherwise returns null.
|
static String |
getReversedNormalizedToken(String normalizedToken)
Returns the string reversed normalized token version if normalizedToken is not null, otherwise returns null.
|
public static final String MONITOR_FIELD
public static Map<String,Serializable> createStringFieldValue(String string)
string
- the string to valuepublic static String getNormalizedToken(String string)
string
- the string to be normalized.public static String getReversedNormalizedToken(String normalizedToken)
normalizedToken
- the string normalized token version to be reversed.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.