public class PortalEvent
extends org.gcube.event.publisher.Event
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Field and Description |
|---|---|
static String |
GROUP_ENTRY |
protected static com.liferay.portal.kernel.log.Log |
log |
static String |
ROLE_ENTRY |
static String |
TYPE |
| Constructor and Description |
|---|
PortalEvent(String name) |
PortalEvent(String name,
String user) |
PortalEvent(String name,
String user,
Map<String,String> data) |
PortalEvent(String name,
com.liferay.portal.model.User user) |
PortalEvent(String name,
com.liferay.portal.model.User user,
Map<String,String> data) |
| Modifier and Type | Method and Description |
|---|---|
String |
getGroup() |
String |
getRole() |
protected static String |
getRootVOName() |
protected static String |
getUserIdentifier(com.liferay.portal.model.User user) |
void |
setGroup(String group) |
void |
setRole(String role) |
void |
setUser(com.liferay.portal.model.User user) |
getName, getSender, getTimestamp, getType, getUser, getUUID, set, setAll, setName, setSender, setTimestamp, setType, setUser, setUUIDescape, toJSONString, toJSONString, toString, toString, writeJSONString, writeJSONStringclear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCodefinalize, getClass, notify, notifyAll, wait, wait, waitclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesprotected static final com.liferay.portal.kernel.log.Log log
public static final String TYPE
public static final String GROUP_ENTRY
public static final String ROLE_ENTRY
public PortalEvent(String name)
public PortalEvent(String name, com.liferay.portal.model.User user)
public PortalEvent(String name, com.liferay.portal.model.User user, Map<String,String> data)
protected static String getRootVOName()
public void setUser(com.liferay.portal.model.User user)
protected static String getUserIdentifier(com.liferay.portal.model.User user)
public void setGroup(String group)
public String getGroup()
public void setRole(String role)
public String getRole()
Copyright © 2020. All Rights Reserved.