Package | Description |
---|---|
org.apache.chemistry.opencmis.client.runtime | |
org.apache.chemistry.opencmis.commons.data |
OpenCMIS data interfaces.
|
org.apache.chemistry.opencmis.commons.enums |
OpenCMIS enums.
|
org.apache.chemistry.opencmis.commons.impl.dataobjects |
Constructor and Description |
---|
ChangeEventImpl(ChangeType changeType,
GregorianCalendar changeTime,
String objectId,
Map<String,List<?>> properties,
List<String> policyIds,
Acl acl) |
Modifier and Type | Method and Description |
---|---|
ChangeType |
ChangeEventInfo.getChangeType()
Returns the change event type.
|
Modifier and Type | Method and Description |
---|---|
static ChangeType |
ChangeType.fromValue(String v) |
static ChangeType |
ChangeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChangeType[] |
ChangeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ChangeType |
ChangeEventInfoDataImpl.getChangeType() |
Modifier and Type | Method and Description |
---|---|
void |
ChangeEventInfoDataImpl.setChangeType(ChangeType changeType) |
Constructor and Description |
---|
ChangeEventInfoDataImpl(ChangeType changeType,
GregorianCalendar changeTime) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.