public interface OrganizationalUnit extends RuntimeContentResource, Cacheable
Modifier and Type | Field and Description |
---|---|
static OrgUnitResourceType |
RESOURCE_TYPE |
Modifier and Type | Method and Description |
---|---|
Collection<Contributor> |
getContributors() |
String |
getDefaultGroupId() |
String |
getDescription() |
Collection<String> |
getGroups() |
String |
getName() |
String |
getOwner() |
Collection<Repository> |
getRepositories() |
Space |
getSpace() |
boolean |
isDeleted() |
void |
setDescription(String description) |
getDependencies, getIdentifier, getResourceType, isType
markAsCached, requiresRefresh
static final OrgUnitResourceType RESOURCE_TYPE
String getName()
String getDescription()
Space getSpace()
String getOwner()
String getDefaultGroupId()
Collection<Repository> getRepositories()
Collection<String> getGroups()
Collection<Contributor> getContributors()
boolean isDeleted()
void setDescription(String description)
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.