@Portable public class OrganizationalUnitImpl extends Object implements OrganizationalUnit
RESOURCE_TYPE| 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 |
getIdentifier() |
String |
getName() |
String |
getOwner() |
Collection<Repository> |
getRepositories() |
org.uberfire.security.ResourceType |
getResourceType() |
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 getIdentifier()
getIdentifier in interface org.uberfire.security.Resourcepublic org.uberfire.security.ResourceType getResourceType()
getResourceType in interface org.uberfire.security.Resourcepublic 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 OrganizationalUnitCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.