Kie Workbench - Common - Home API 6.0.0.CR2

org.kie.workbench.common.screens.home.model
Class Section

java.lang.Object
  extended by org.kie.workbench.common.screens.home.model.Section
All Implemented Interfaces:
org.uberfire.security.authz.RuntimeResource, org.uberfire.security.Resource

public class Section
extends Object
implements org.uberfire.security.authz.RuntimeResource

A Section on the Home Page


Constructor Summary
Section(String heading)
           
 
Method Summary
 void addEntry(SectionEntry entry)
           
 List<SectionEntry> getEntries()
           
 String getHeading()
           
 Collection<String> getRoles()
           
 String getSignatureId()
           
 Collection<String> getTraits()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Section

public Section(String heading)
Method Detail

getHeading

public String getHeading()

addEntry

public void addEntry(SectionEntry entry)

getEntries

public List<SectionEntry> getEntries()

getSignatureId

public String getSignatureId()
Specified by:
getSignatureId in interface org.uberfire.security.authz.RuntimeResource

getRoles

public Collection<String> getRoles()
Specified by:
getRoles in interface org.uberfire.security.authz.RuntimeResource

getTraits

public Collection<String> getTraits()
Specified by:
getTraits in interface org.uberfire.security.authz.RuntimeResource

Kie Workbench - Common - Home API 6.0.0.CR2

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