public class NodeMetaDataParameters extends Object
Constructor and Description |
---|
NodeMetaDataParameters() |
Modifier and Type | Method and Description |
---|---|
Long |
getFromNodeId() |
Long |
getFromTxnId() |
int |
getMaxResults() |
List<Long> |
getNodeIds() |
Long |
getToNodeId() |
Long |
getToTxnId() |
List<Long> |
getTransactionIds() |
void |
setFromNodeId(Long fromNodeId) |
void |
setFromTxnId(Long fromTxnId) |
void |
setMaxResults(int maxResults) |
void |
setNodeIds(List<Long> nodeIds) |
void |
setToNodeId(Long toNodeId) |
void |
setToTxnId(Long toTxnId) |
void |
setTransactionIds(List<Long> txnIds) |
public int getMaxResults()
public void setMaxResults(int maxResults)
public Long getFromTxnId()
public void setFromTxnId(Long fromTxnId)
public Long getToTxnId()
public void setToTxnId(Long toTxnId)
public Long getFromNodeId()
public void setFromNodeId(Long fromNodeId)
public Long getToNodeId()
public void setToNodeId(Long toNodeId)
Copyright © 2005–2017 Alfresco Software. All rights reserved.