public class NodeEvent extends BasicNodeEventImpl implements Serializable, NodeInfoEvent
| Modifier and Type | Field and Description |
|---|---|
protected Set<String> |
aspects |
protected Long |
nodeModificationTime |
protected Map<String,Serializable> |
nodeProperties |
protected List<List<String>> |
parentNodeIds |
protected List<String> |
paths |
name, nodeId, nodeType, siteIdclient, networkId, txnId| Constructor and Description |
|---|
NodeEvent() |
NodeEvent(long seqNumber,
String name,
String type,
String txnId,
long timestamp,
String networkId,
String siteId,
String nodeId,
String nodeType,
List<String> paths,
List<List<String>> parentNodeIds,
String username,
Long nodeModificationTime,
Client client,
Set<String> aspects,
Map<String,Serializable> nodeProperties) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getAspects() |
String |
getNetworkId() |
Long |
getNodeModificationTime() |
Map<String,Serializable> |
getNodeProperties() |
List<List<String>> |
getParentNodeIds() |
List<String> |
getPaths() |
void |
setAspects(Set<String> aspects) |
void |
setNetworkId(String networkId) |
void |
setNodeModificationTime(Long nodeModificationTime) |
void |
setNodeProperties(Map<String,Serializable> nodeProperties) |
void |
setParentNodeIds(List<List<String>> parentNodeIds) |
void |
setPaths(List<String> paths) |
String |
toString() |
equals, getName, getNodeId, getNodeType, getSiteId, hashCode, setName, setNodeId, setNodeType, setSiteIdgetClient, getTxnId, setClient, setTxnIdgetId, getSeqNumber, getTimestamp, getType, getUsername, setId, setSeqNumber, setTimestamp, setType, setUsernameclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetName, getNodeId, getNodeType, setName, setNodeId, setNodeType, setSiteIdgetTxnIdgetClientgetId, getTimestamp, getType, getUsernameprotected Long nodeModificationTime
protected Map<String,Serializable> nodeProperties
public NodeEvent()
public NodeEvent(long seqNumber,
String name,
String type,
String txnId,
long timestamp,
String networkId,
String siteId,
String nodeId,
String nodeType,
List<String> paths,
List<List<String>> parentNodeIds,
String username,
Long nodeModificationTime,
Client client,
Set<String> aspects,
Map<String,Serializable> nodeProperties)
public Map<String,Serializable> getNodeProperties()
public void setNodeProperties(Map<String,Serializable> nodeProperties)
public Long getNodeModificationTime()
public void setNodeModificationTime(Long nodeModificationTime)
public List<String> getPaths()
getPaths in interface NodeInfoEventpublic void setNetworkId(String networkId)
setNetworkId in class RepositoryEventImplpublic String getNetworkId()
getNetworkId in interface TenantedEventgetNetworkId in class RepositoryEventImplpublic List<List<String>> getParentNodeIds()
getParentNodeIds in interface NodeInfoEventpublic String toString()
toString in class RepositoryEventImplCopyright © 2005–2018 Alfresco Software. All rights reserved.