| Package | Description |
|---|---|
| org.alfresco.cmis | |
| org.alfresco.cmis.changelog |
| Modifier and Type | Field and Description |
|---|---|
static org.alfresco.opencmis.EnumFactory<CMISChangeType> |
CMISChangeType.FACTORY |
| Modifier and Type | Method and Description |
|---|---|
CMISChangeType |
CMISChangeEvent.getChangeType()
Gets the change type.
|
static CMISChangeType |
CMISChangeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CMISChangeType[] |
CMISChangeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CMISChangeType |
CMISChangeEventImpl.getChangeType() |
| Constructor and Description |
|---|
CMISChangeEventImpl(CMISChangeType changeType,
Date changeTime,
org.alfresco.service.cmr.repository.NodeRef changedNode,
String objectId)
Instantiates a new CMIS change event.
|
Copyright © 2005–2014 Alfresco Software. All rights reserved.