public class NodeContentPutEvent extends NodeEvent implements ContentEvent
| Modifier and Type | Field and Description |
|---|---|
static String |
EVENT_TYPE |
static String |
FIELD_ENCODING |
static String |
FIELD_MIME_TYPE |
static String |
FIELD_SIZE |
aspects, nodeModificationTime, nodeProperties, parentNodeIds, pathsname, nodeId, nodeType, siteIdclient, networkId, txnIdid, seqNumber, timestamp, type, usernameDOWNLOAD, READ_RANGE| Constructor and Description |
|---|
NodeContentPutEvent() |
NodeContentPutEvent(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,
long size,
String mimeType,
String encoding,
Client client,
Set<String> aspects,
Map<String,Serializable> properties) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEncoding() |
String |
getMimeType() |
long |
getSize() |
void |
setEncoding(String encoding) |
void |
setMimeType(String mimeType) |
void |
setSize(long size) |
String |
toString() |
getAspects, getNetworkId, getNodeModificationTime, getNodeProperties, getParentNodeIds, getPaths, setAspects, setNetworkId, setNodeModificationTime, setNodeProperties, setParentNodeIds, setPathsequals, 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, setSiteIdgetTxnIdgetNetworkIdgetClientgetId, getTimestamp, getType, getUsernamepublic static final String EVENT_TYPE
public static final String FIELD_SIZE
public static final String FIELD_MIME_TYPE
public static final String FIELD_ENCODING
public NodeContentPutEvent()
public NodeContentPutEvent(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,
long size,
String mimeType,
String encoding,
Client client,
Set<String> aspects,
Map<String,Serializable> properties)
public long getSize()
getSize in interface ContentEventpublic void setSize(long size)
setSize in interface ContentEventpublic String getMimeType()
getMimeType in interface ContentEventpublic void setMimeType(String mimeType)
setMimeType in interface ContentEventpublic String getEncoding()
getEncoding in interface ContentEventpublic void setEncoding(String encoding)
setEncoding in interface ContentEventCopyright © 2005–2018 Alfresco Software. All rights reserved.