public class SyncEvent extends ContentEventImpl implements ContentEvent
| Modifier and Type | Field and Description |
|---|---|
protected String |
remoteNetwork |
protected String |
remoteNodeId |
protected String |
syncSetGUID |
name, nodeId, nodeType, siteIdclient, networkId, txnIdid, seqNumber, timestamp, type, usernameDOWNLOAD, READ_RANGE| Constructor and Description |
|---|
SyncEvent() |
SyncEvent(String type,
String username,
String networkId,
String txnId,
String nodeId,
String siteId,
String nodeType,
Client client,
String name,
String mimeType,
long size,
String encoding,
String remoteNodeId,
String remoteNetwork,
String syncSetGUID) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getRemoteNetwork() |
String |
getRemoteNodeId() |
String |
getSyncSetGUID() |
int |
hashCode() |
void |
setRemoteNetwork(String remoteNetwork) |
void |
setRemoteNodeId(String remoteNodeId) |
void |
setSyncSetGUID(String syncSetGUID) |
String |
toString() |
getEncoding, getMimeType, getSize, setEncoding, setMimeType, setSizegetName, getNodeId, getNodeType, getSiteId, setName, setNodeId, setNodeType, setSiteIdgetClient, getNetworkId, getTxnId, setClient, setNetworkId, setTxnIdgetId, getSeqNumber, getTimestamp, getType, getUsername, setId, setSeqNumber, setTimestamp, setType, setUsernameclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetEncoding, getMimeType, getSize, setEncoding, setMimeType, setSizegetName, getNodeId, getNodeType, setName, setNodeId, setNodeType, setSiteIdgetTxnIdgetNetworkIdgetClientgetId, getTimestamp, getType, getUsernameprotected String remoteNodeId
protected String remoteNetwork
protected String syncSetGUID
public String getRemoteNodeId()
public String getRemoteNetwork()
public String getSyncSetGUID()
public void setRemoteNodeId(String remoteNodeId)
public void setRemoteNetwork(String remoteNetwork)
public void setSyncSetGUID(String syncSetGUID)
public String toString()
toString in class ContentEventImplpublic int hashCode()
hashCode in class ContentEventImplpublic boolean equals(Object obj)
equals in class ContentEventImplCopyright © 2005–2018 Alfresco Software. All rights reserved.