KIE Uberfire Social Activities API 6.2.0.CR1

org.kie.uberfire.social.activities.model
Class SocialPaged

java.lang.Object
  extended by org.kie.uberfire.social.activities.model.SocialPaged
All Implemented Interfaces:
Serializable

@Portable
public class SocialPaged
extends Object
implements Serializable

See Also:
Serialized Form

Nested Class Summary
static class SocialPaged.Direction
           
 
Constructor Summary
SocialPaged()
           
SocialPaged(int pageSize)
           
SocialPaged(SocialPaged socialPaged)
           
 
Method Summary
 void backward()
           
 boolean canIGoBackward()
           
 boolean canIGoForward()
           
 boolean firstFileRead()
           
 void forward()
           
 int freshIndex()
           
 SocialPaged getLastQuery()
           
 String getNextFileToRead()
           
 int getPageSize()
           
 SocialPaged goBackToLastQuery()
           
 boolean isANewQuery()
           
 boolean isBackward()
           
 boolean isLastEventFromLastFile()
           
 int lastFileIndex()
           
 String lastFileReaded()
           
 void setCanIGoForward(boolean canIGoForward)
           
 void setLastFileReaded(String lastFileReaded)
           
 void setLastQuery(SocialPaged socialPaged)
           
 void setNumberOfEventsOnFile(Integer numberOfEventsOnFile)
           
 void updateFreshIndex()
           
 void updateLastFileIndex()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocialPaged

public SocialPaged()

SocialPaged

public SocialPaged(int pageSize)

SocialPaged

public SocialPaged(SocialPaged socialPaged)
Method Detail

getPageSize

public int getPageSize()

updateFreshIndex

public void updateFreshIndex()

updateLastFileIndex

public void updateLastFileIndex()

freshIndex

public int freshIndex()

lastFileIndex

public int lastFileIndex()

lastFileReaded

public String lastFileReaded()

firstFileRead

public boolean firstFileRead()

setLastFileReaded

public void setLastFileReaded(String lastFileReaded)

isANewQuery

public boolean isANewQuery()

getNextFileToRead

public String getNextFileToRead()

canIGoForward

public boolean canIGoForward()

setCanIGoForward

public void setCanIGoForward(boolean canIGoForward)

canIGoBackward

public boolean canIGoBackward()

forward

public void forward()

backward

public void backward()

isBackward

public boolean isBackward()

setLastQuery

public void setLastQuery(SocialPaged socialPaged)

getLastQuery

public SocialPaged getLastQuery()

goBackToLastQuery

public SocialPaged goBackToLastQuery()

isLastEventFromLastFile

public boolean isLastEventFromLastFile()

setNumberOfEventsOnFile

public void setNumberOfEventsOnFile(Integer numberOfEventsOnFile)

KIE Uberfire Social Activities API 6.2.0.CR1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.