org.drools.guvnor.server.builder.pagerow
Class PermissionPageRowBuilder
java.lang.Object
org.drools.guvnor.server.builder.pagerow.PermissionPageRowBuilder
- All Implemented Interfaces:
- PageRowBuilder<PageRequest,Map<String,List<String>>>
public class PermissionPageRowBuilder
- extends Object
- implements PageRowBuilder<PageRequest,Map<String,List<String>>>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PermissionPageRowBuilder
public PermissionPageRowBuilder()
build
public List<PermissionsPageRow> build()
- Specified by:
build
in interface PageRowBuilder<PageRequest,Map<String,List<String>>>
validate
public void validate()
- Specified by:
validate
in interface PageRowBuilder<PageRequest,Map<String,List<String>>>
withPageRequest
public PermissionPageRowBuilder withPageRequest(PageRequest pageRequest)
- Specified by:
withPageRequest
in interface PageRowBuilder<PageRequest,Map<String,List<String>>>
withContent
public PermissionPageRowBuilder withContent(Map<String,List<String>> permissions)
- Specified by:
withContent
in interface PageRowBuilder<PageRequest,Map<String,List<String>>>
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.