Guvnor - Inbox Backend 6.1.0.Final

org.guvnor.inbox.backend.server
Interface PageRowBuilder<REQUEST extends org.uberfire.paging.PageRequest,CONTENT>

All Known Implementing Classes:
InboxPageRowBuilder

public interface PageRowBuilder<REQUEST extends org.uberfire.paging.PageRequest,CONTENT>


Method Summary
 List<? extends org.uberfire.paging.AbstractPageRow> build()
           
 void validate()
           
 PageRowBuilder<REQUEST,CONTENT> withContent(CONTENT pageRequest)
           
 PageRowBuilder<REQUEST,CONTENT> withIdentity(org.uberfire.security.Identity identity)
           
 PageRowBuilder<REQUEST,CONTENT> withPageRequest(REQUEST pageRequest)
           
 

Method Detail

build

List<? extends org.uberfire.paging.AbstractPageRow> build()

validate

void validate()

withPageRequest

PageRowBuilder<REQUEST,CONTENT> withPageRequest(REQUEST pageRequest)

withIdentity

PageRowBuilder<REQUEST,CONTENT> withIdentity(org.uberfire.security.Identity identity)

withContent

PageRowBuilder<REQUEST,CONTENT> withContent(CONTENT pageRequest)

Guvnor - Inbox Backend 6.1.0.Final

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