Class ActivityFeedQueryEntity
- java.lang.Object
-
- org.alfresco.repo.domain.activities.ActivityFeedQueryEntity
-
public class ActivityFeedQueryEntity extends java.lang.ObjectEntity bean to carry query parameters for alf_activity_feed- Since:
- 3.5
-
-
Constructor Summary
Constructors Constructor Description ActivityFeedQueryEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetFeedUserId()intgetMaxFeedSize()java.lang.LonggetMaxId()java.lang.LonggetMinId()java.lang.StringgetNullValue()java.lang.StringgetSiteNetwork()voidsetFeedUserId(java.lang.String feedUserId)voidsetMaxFeedSize(int maxFeedSize)voidsetMaxId(java.lang.Long maxId)voidsetMinId(java.lang.Long minId)voidsetSiteNetwork(java.lang.String siteNetwork)
-
-
-
Method Detail
-
getNullValue
public java.lang.String getNullValue()
-
getMinId
public java.lang.Long getMinId()
-
setMinId
public void setMinId(java.lang.Long minId)
-
getMaxId
public java.lang.Long getMaxId()
-
setMaxId
public void setMaxId(java.lang.Long maxId)
-
getMaxFeedSize
public int getMaxFeedSize()
-
setMaxFeedSize
public void setMaxFeedSize(int maxFeedSize)
-
getFeedUserId
public java.lang.String getFeedUserId()
-
setFeedUserId
public void setFeedUserId(java.lang.String feedUserId)
-
getSiteNetwork
public java.lang.String getSiteNetwork()
-
setSiteNetwork
public void setSiteNetwork(java.lang.String siteNetwork)
-
-