Package org.alfresco.repo.domain.node
Class TransactionQueryEntity
java.lang.Object
org.alfresco.repo.domain.node.TransactionQueryEntity
Bean to represent carry query parameters for alf_transaction.
- Since:
- 3.4
- Author:
- Derek Hulley
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()getMaxId()getMinId()voidsetAscending(Boolean ascending) voidsetExcludeTxnIds(List<Long> excludeTxnIds) voidvoidsetIncludeTxnIds(List<Long> includeTxnIds) voidsetMaxCommitTime(Long maxCommitTime) voidvoidsetMinCommitTime(Long minCommitTime) voidvoidsetStoreId(Long storeId) voidsetTypeQNameId(Long typeQNameId) toString()
-
Constructor Details
-
TransactionQueryEntity
public TransactionQueryEntity()Required default constructor
-
-
Method Details
-
toString
-
getId
-
setId
-
getMinId
-
setMinId
-
getMaxId
-
setMaxId
-
getMinCommitTime
-
setMinCommitTime
-
getMaxCommitTime
-
setMaxCommitTime
-
getIncludeTxnIds
-
setIncludeTxnIds
-
getExcludeTxnIds
-
setExcludeTxnIds
-
getAscending
-
setAscending
-
getTypeQNameId
-
setTypeQNameId
-
getStoreId
-
setStoreId
-