org.kie.workbench.common.screens.home.model
Class Section
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Section
public Section(String heading)
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
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.