@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) |
Collection<String> |
getContributors() |
String |
getDefaultGroupId() |
Collection<String> |
getGroups() |
String |
getIdentifier() |
String |
getName() |
String |
getOwner() |
Collection<Repository> |
getRepositories() |
ResourceType |
getResourceType() |
Space |
getSpace() |
int |
hashCode() |
void |
markAsCached() |
boolean |
requiresRefresh() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDependencies, isTypepublic String getName()
getName in interface OrganizationalUnitpublic Space getSpace()
getSpace 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 Resourcepublic ResourceType getResourceType()
getResourceType in interface 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 OrganizationalUnitpublic Collection<String> getContributors()
getContributors in interface OrganizationalUnitCopyright © 2012–2018 JBoss by Red Hat. All rights reserved.