org.guvnor.inbox.backend.server
Class InboxPageRowBuilder
java.lang.Object
org.guvnor.inbox.backend.server.InboxPageRowBuilder
- All Implemented Interfaces:
- PageRowBuilder<InboxPageRequest,Iterator<InboxEntry>>
public class InboxPageRowBuilder
- extends Object
- implements PageRowBuilder<InboxPageRequest,Iterator<InboxEntry>>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InboxPageRowBuilder
public InboxPageRowBuilder()
build
public List<InboxPageRow> build()
- Specified by:
build in interface PageRowBuilder<InboxPageRequest,Iterator<InboxEntry>>
validate
public void validate()
- Specified by:
validate in interface PageRowBuilder<InboxPageRequest,Iterator<InboxEntry>>
withPageRequest
public InboxPageRowBuilder withPageRequest(InboxPageRequest pageRequest)
- Specified by:
withPageRequest in interface PageRowBuilder<InboxPageRequest,Iterator<InboxEntry>>
withIdentity
public InboxPageRowBuilder withIdentity(org.uberfire.security.Identity identity)
- Specified by:
withIdentity in interface PageRowBuilder<InboxPageRequest,Iterator<InboxEntry>>
withContent
public InboxPageRowBuilder withContent(Iterator<InboxEntry> iterator)
- Specified by:
withContent in interface PageRowBuilder<InboxPageRequest,Iterator<InboxEntry>>
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.