public class RepositoryEventImpl extends EventImpl implements RepositoryEvent, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Client |
client |
protected String |
networkId |
protected String |
txnId |
| Constructor and Description |
|---|
RepositoryEventImpl() |
RepositoryEventImpl(long seqNumber,
String type,
String txnId,
String networkId,
long timestamp,
String username,
Client client) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Client |
getClient() |
String |
getNetworkId() |
String |
getTxnId() |
int |
hashCode() |
void |
setClient(Client client) |
void |
setNetworkId(String networkId) |
void |
setTxnId(String txnId) |
String |
toString() |
getId, getSeqNumber, getTimestamp, getType, getUsername, setId, setSeqNumber, setTimestamp, setType, setUsernameclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetId, getTimestamp, getType, getUsernameprotected String txnId
protected String networkId
protected Client client
public String getNetworkId()
getNetworkId in interface TenantedEventpublic void setNetworkId(String networkId)
public void setTxnId(String txnId)
public String getTxnId()
getTxnId in interface RepositoryEventpublic Client getClient()
getClient in interface ClientEventpublic void setClient(Client client)
Copyright © 2005–2018 Alfresco Software. All rights reserved.