org.drools.guvnor.server.builder.pagerow
Class LogPageRowBuilder

java.lang.Object
  extended by org.drools.guvnor.server.builder.pagerow.LogPageRowBuilder
All Implemented Interfaces:
PageRowBuilder<PageRequest,LogEntry[]>

public class LogPageRowBuilder
extends Object
implements PageRowBuilder<PageRequest,LogEntry[]>


Constructor Summary
LogPageRowBuilder()
           
 
Method Summary
 List<LogPageRow> build()
           
 void validate()
           
 LogPageRowBuilder withContent(LogEntry[] logEntries)
           
 LogPageRowBuilder withPageRequest(PageRequest pageRequest)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogPageRowBuilder

public LogPageRowBuilder()
Method Detail

build

public List<LogPageRow> build()
Specified by:
build in interface PageRowBuilder<PageRequest,LogEntry[]>

withPageRequest

public LogPageRowBuilder withPageRequest(PageRequest pageRequest)
Specified by:
withPageRequest in interface PageRowBuilder<PageRequest,LogEntry[]>

withContent

public LogPageRowBuilder withContent(LogEntry[] logEntries)
Specified by:
withContent in interface PageRowBuilder<PageRequest,LogEntry[]>

validate

public void validate()
Specified by:
validate in interface PageRowBuilder<PageRequest,LogEntry[]>


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