Guvnor - Structure API 6.2.0.CR2

org.guvnor.structure.organizationalunit
Interface OrganizationalUnit

All Superinterfaces:
org.uberfire.commons.data.Cacheable, org.uberfire.security.Resource, org.uberfire.security.authz.RuntimeResource
All Known Implementing Classes:
OrganizationalUnitImpl

public interface OrganizationalUnit
extends org.uberfire.security.authz.RuntimeResource, org.uberfire.commons.data.Cacheable


Method Summary
 String getName()
           
 String getOwner()
           
 Collection<Repository> getRepositories()
           
 
Methods inherited from interface org.uberfire.security.authz.RuntimeResource
getRoles, getSignatureId, getTraits
 
Methods inherited from interface org.uberfire.commons.data.Cacheable
markAsCached, requiresRefresh
 

Method Detail

getName

String getName()

getOwner

String getOwner()

getRepositories

Collection<Repository> getRepositories()

Guvnor - Structure API 6.2.0.CR2

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