@Portable public class OrganizationalUnitImpl extends Object implements OrganizationalUnit
| Constructor and Description |
|---|
OrganizationalUnitImpl() |
OrganizationalUnitImpl(String name,
String owner,
String defaultGroupId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDefaultGroupId() |
Collection<String> |
getGroups() |
String |
getName() |
String |
getOwner() |
Collection<Repository> |
getRepositories() |
String |
getSignatureId() |
Collection<String> |
getTraits() |
int |
hashCode() |
void |
markAsCached() |
boolean |
requiresRefresh() |
String |
toString() |
public String getName()
getName in interface OrganizationalUnitpublic String getOwner()
getOwner in interface OrganizationalUnitpublic String getDefaultGroupId()
getDefaultGroupId in interface OrganizationalUnitpublic Collection<Repository> getRepositories()
getRepositories in interface OrganizationalUnitpublic String getSignatureId()
getSignatureId in interface org.uberfire.security.authz.RuntimeResourcepublic Collection<String> getTraits()
getTraits in interface org.uberfire.security.authz.RuntimeResourcepublic void markAsCached()
markAsCached in interface org.uberfire.commons.data.Cacheablepublic boolean requiresRefresh()
requiresRefresh in interface org.uberfire.commons.data.Cacheablepublic Collection<String> getGroups()
getGroups in interface org.uberfire.security.authz.RuntimeContentResourceCopyright © 2001–2015 JBoss by Red Hat. All rights reserved.