org.drools.guvnor.server.builder.pagerow
Class LogPageRowBuilder
java.lang.Object
org.drools.guvnor.server.builder.pagerow.LogPageRowBuilder
- All Implemented Interfaces:
- PageRowBuilder<PageRequest,LogEntry[]>
public class LogPageRowBuilder
- extends Object
- implements PageRowBuilder<PageRequest,LogEntry[]>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogPageRowBuilder
public LogPageRowBuilder()
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.