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 org.gcube.vomanagement.usermanagement.GroupManager |
GROUP_MANAGER |
protected static com.liferay.portal.kernel.log.Log |
log |
static String |
ROLE_ENTRY |
protected static org.gcube.vomanagement.usermanagement.RoleManager |
ROLE_MANAGER |
static String |
TYPE |
static String |
USER_ENTRY |
protected static org.gcube.vomanagement.usermanagement.UserManager |
USER_MANAGER |
| Constructor and Description |
|---|
PortalEvent(String name) |
PortalEvent(String name,
Map<String,String> data) |
| Modifier and Type | Method and Description |
|---|---|
String |
getGroup() |
protected String |
getGroupIdentifier(com.liferay.portal.model.Group group) |
String |
getRole() |
protected String |
getRoleIdentifier(com.liferay.portal.model.Role role) |
String |
getUser() |
protected String |
getUserIdentifier(com.liferay.portal.model.User user) |
void |
setGroup(com.liferay.portal.model.Group group) |
void |
setGroup(String group) |
void |
setRole(com.liferay.portal.model.Role role) |
void |
setRole(String role) |
void |
setUser(String user) |
void |
setUser(com.liferay.portal.model.User user) |
getName, getSender, getTimestamp, getType, getUUID, set, setAll, setName, setSender, setTimestamp, setType, 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
protected static final org.gcube.vomanagement.usermanagement.UserManager USER_MANAGER
protected static final org.gcube.vomanagement.usermanagement.GroupManager GROUP_MANAGER
protected static final org.gcube.vomanagement.usermanagement.RoleManager ROLE_MANAGER
public static final String TYPE
public static final String USER_ENTRY
public static final String GROUP_ENTRY
public static final String ROLE_ENTRY
public PortalEvent(String name)
public void setUser(com.liferay.portal.model.User user)
protected String getUserIdentifier(com.liferay.portal.model.User user)
public void setUser(String user)
public String getUser()
public void setGroup(String group)
public String getGroup()
public void setGroup(com.liferay.portal.model.Group group)
protected String getGroupIdentifier(com.liferay.portal.model.Group group)
public void setRole(String role)
public String getRole()
public void setRole(com.liferay.portal.model.Role role)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionprotected String getRoleIdentifier(com.liferay.portal.model.Role role) throws com.liferay.portal.kernel.exception.PortalException, com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionCopyright © 2020. All Rights Reserved.