| Package | Description |
|---|---|
| org.alfresco.sync.events.types |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Property> |
NodeUpdatedEvent.getPropertiesAdded() |
Map<String,Property> |
NodeUpdatedEvent.getPropertiesChanged() |
| Modifier and Type | Method and Description |
|---|---|
void |
NodeUpdatedEvent.setPropertiesAdded(Map<String,Property> propertiesAdded) |
void |
NodeUpdatedEvent.setPropertiesChanged(Map<String,Property> propertiesChanged) |
| Constructor and Description |
|---|
NodeUpdatedEvent(long seqNumber,
String name,
String txnId,
long time,
String networkId,
String siteId,
String nodeId,
String nodeType,
List<String> paths,
List<List<String>> pathNodeIds,
String userId,
Long modificationTime,
Map<String,Property> propertiesAdded,
Set<String> propertiesRemoved,
Map<String,Property> propertiesChanged,
Set<String> aspectsAdded,
Set<String> aspectsRemoved,
Client client,
Set<String> aspects,
Map<String,Serializable> properties) |
NodeUpdatedEvent(long seqNumber,
String name,
String txnId,
long time,
String networkId,
String siteId,
String nodeId,
String nodeType,
List<String> paths,
List<List<String>> pathNodeIds,
String userId,
Long modificationTime,
Map<String,Property> propertiesAdded,
Set<String> propertiesRemoved,
Map<String,Property> propertiesChanged,
Set<String> aspectsAdded,
Set<String> aspectsRemoved,
Client client,
Set<String> aspects,
Map<String,Serializable> properties) |
Copyright © 2005–2018 Alfresco Software. All rights reserved.