|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xcmis.spi.model.ChangeEvent
public final class ChangeEvent
Representation of a single action that occurred to an object. Each
ChangeEvent must contains following information:
ChangeType.ChangeEvent optionally may include the new values of properties
on the object (if any).
RepositoryCapabilities.getCapabilityChanges()| Constructor Summary | |
|---|---|
ChangeEvent(String logToken,
String objectId,
ChangeType changeType,
Calendar date,
List<Property<?>> properties)
|
|
| Method Summary | |
|---|---|
Calendar |
getDate()
Time of change to the object. |
String |
getLogToken()
Get change log token. |
String |
getObjectId()
|
List<Property<?>> |
getProperties()
For events of changeType "updated", list may optionally include the new values of properties on the object. |
ChangeType |
getType()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChangeEvent(String logToken,
String objectId,
ChangeType changeType,
Calendar date,
List<Property<?>> properties)
| Method Detail |
|---|
public String getLogToken()
public String getObjectId()
public ChangeType getType()
ChangeTypepublic Calendar getDate()
null if this info is unavailablepublic List<Property<?>> getProperties()
null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||