Class ActivityFeedQueryEntity
- java.lang.Object
-
- org.alfresco.repo.domain.activities.ActivityFeedQueryEntity
-
public class ActivityFeedQueryEntity extends Object
Entity 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 StringgetFeedUserId()intgetMaxFeedSize()LonggetMaxId()LonggetMinId()StringgetNullValue()StringgetSiteNetwork()voidsetFeedUserId(String feedUserId)voidsetMaxFeedSize(int maxFeedSize)voidsetMaxId(Long maxId)voidsetMinId(Long minId)voidsetSiteNetwork(String siteNetwork)
-
-
-
Method Detail
-
getNullValue
public String getNullValue()
-
getMinId
public Long getMinId()
-
setMinId
public void setMinId(Long minId)
-
getMaxId
public Long getMaxId()
-
setMaxId
public void setMaxId(Long maxId)
-
getMaxFeedSize
public int getMaxFeedSize()
-
setMaxFeedSize
public void setMaxFeedSize(int maxFeedSize)
-
getFeedUserId
public String getFeedUserId()
-
setFeedUserId
public void setFeedUserId(String feedUserId)
-
getSiteNetwork
public String getSiteNetwork()
-
setSiteNetwork
public void setSiteNetwork(String siteNetwork)
-
-