org.guvnor.inbox.backend.server
public class InboxPageRowBuilder extends Object implements PageRowBuilder<InboxPageRequest,Iterator<InboxServiceImpl.InboxEntry>>
Constructor and Description |
---|
InboxPageRowBuilder() |
Modifier and Type | Method and Description |
---|---|
List<InboxPageRow> |
build() |
void |
validate() |
InboxPageRowBuilder |
withContent(Iterator<InboxServiceImpl.InboxEntry> iterator) |
InboxPageRowBuilder |
withIdentity(org.uberfire.security.Identity identity) |
InboxPageRowBuilder |
withPageRequest(InboxPageRequest pageRequest) |
public List<InboxPageRow> build()
build
in interface PageRowBuilder<InboxPageRequest,Iterator<InboxServiceImpl.InboxEntry>>
public void validate()
validate
in interface PageRowBuilder<InboxPageRequest,Iterator<InboxServiceImpl.InboxEntry>>
public InboxPageRowBuilder withPageRequest(InboxPageRequest pageRequest)
withPageRequest
in interface PageRowBuilder<InboxPageRequest,Iterator<InboxServiceImpl.InboxEntry>>
public InboxPageRowBuilder withIdentity(org.uberfire.security.Identity identity)
withIdentity
in interface PageRowBuilder<InboxPageRequest,Iterator<InboxServiceImpl.InboxEntry>>
public InboxPageRowBuilder withContent(Iterator<InboxServiceImpl.InboxEntry> iterator)
withContent
in interface PageRowBuilder<InboxPageRequest,Iterator<InboxServiceImpl.InboxEntry>>
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.