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()
Returns the ACL.
|
String |
getObjectId()
Gets the ID of the object.
|
List<String> |
getPolicyIds()
Returns the policy IDs.
|
Map<String,List<?>> |
getProperties()
Returns the properties.
|
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()
ChangeEventgetObjectId in interface ChangeEventnullpublic void setObjectId(String objectId)
public Map<String,List<?>> getProperties()
ChangeEventgetProperties in interface ChangeEventpublic List<String> getPolicyIds()
ChangeEventgetPolicyIds in interface ChangeEventpublic Acl getAcl()
ChangeEventgetAcl in interface ChangeEventpublic void setAcl(Acl acl)
public String toString()
toString in class AbstractExtensionDataCopyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.