public class ChangeEventImpl extends ChangeEventInfoDataImpl implements ChangeEvent, Serializable
| Constructor and Description |
|---|
ChangeEventImpl() |
ChangeEventImpl(ChangeType changeType,
GregorianCalendar changeTime,
String objectId,
Map<String,List<?>> properties,
List<String> policyIds,
Acl acl) |
| Modifier and Type | Method and Description |
|---|---|
Acl |
getAcl() |
String |
getObjectId() |
List<String> |
getPolicyIds() |
Map<String,List<?>> |
getProperties() |
void |
setAcl(Acl acl) |
void |
setObjectId(String objectId) |
void |
setPolicyIds(List<String> policyIds) |
void |
setProperties(Map<String,List<?>> properties) |
String |
toString() |
getChangeTime, getChangeType, setChangeTime, setChangeTypegetExtensions, setExtensionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetChangeTime, getChangeTypegetExtensions, setExtensionspublic ChangeEventImpl()
public ChangeEventImpl(ChangeType changeType, GregorianCalendar changeTime, String objectId, Map<String,List<?>> properties, List<String> policyIds, Acl acl)
public String getObjectId()
getObjectId in interface ChangeEventpublic void setObjectId(String objectId)
public Map<String,List<?>> getProperties()
getProperties in interface ChangeEventpublic List<String> getPolicyIds()
getPolicyIds in interface ChangeEventpublic Acl getAcl()
getAcl in interface ChangeEventpublic void setAcl(Acl acl)
public String toString()
toString in class AbstractExtensionDataCopyright © 2009–2017 The Apache Software Foundation. All rights reserved.