org.apache.chemistry.opencmis.client.runtime
Class ChangeEventImpl
java.lang.Object
org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractExtensionData
org.apache.chemistry.opencmis.commons.impl.dataobjects.ChangeEventInfoDataImpl
org.apache.chemistry.opencmis.client.runtime.ChangeEventImpl
- All Implemented Interfaces:
- Serializable, ChangeEvent, ChangeEventInfo, ExtensionsData
public class ChangeEventImpl
- extends ChangeEventInfoDataImpl
- implements ChangeEvent, Serializable
Change Event.
- See Also:
- Serialized Form
ChangeEventImpl
public ChangeEventImpl()
ChangeEventImpl
public ChangeEventImpl(ChangeType changeType,
GregorianCalendar changeTime,
String objectId,
Map<String,List<?>> properties,
List<String> policyIds,
Acl acl)
getObjectId
public String getObjectId()
- Description copied from interface:
ChangeEvent
- Gets the id of the object.
- Specified by:
getObjectId
in interface ChangeEvent
setObjectId
public void setObjectId(String objectId)
getProperties
public Map<String,List<?>> getProperties()
- Description copied from interface:
ChangeEvent
- Returns the properties.
- Specified by:
getProperties
in interface ChangeEvent
setProperties
public void setProperties(Map<String,List<?>> properties)
getPolicyIds
public List<String> getPolicyIds()
- Description copied from interface:
ChangeEvent
- Returns the policy ids.
- Specified by:
getPolicyIds
in interface ChangeEvent
setPolicyIds
public void setPolicyIds(List<String> policyIds)
getAcl
public Acl getAcl()
- Description copied from interface:
ChangeEvent
- Returns the ACL.
- Specified by:
getAcl
in interface ChangeEvent
setAcl
public void setAcl(Acl acl)
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.