public class AnalyticsUDF extends Object
| Constructor and Description |
|---|
AnalyticsUDF() |
| Modifier and Type | Method and Description |
|---|---|
String |
dateStr(String date)
Get date as a string
|
long |
getActMonth(String date)
Get month from date as a long value
|
long |
getActTime(String date)
Get time as a long value
|
String |
getProcessKey(String processName)
Get process key
|
String |
getProcessVersion(String processName)
Get process version
|
public String dateStr(String date)
date - in the format of eg:Thu Sep 24 09:35:56 IST 2015public long getActTime(String date)
date - in the format of eg:Thu Sep 24 09:35:56 IST 2015public String getProcessVersion(String processName)
processName - public String getProcessKey(String processName)
processName - public long getActMonth(String date)
date - in the format of eg:Thu Sep 24 09:35:56 IST 2015Copyright © 2018 WSO2. All rights reserved.