@Portable public class OrganizationalUnitImpl extends Object implements OrganizationalUnit
RESOURCE_TYPE
Constructor and Description |
---|
OrganizationalUnitImpl() |
OrganizationalUnitImpl(String name,
String defaultGroupId) |
OrganizationalUnitImpl(String name,
String defaultGroupId,
boolean deleted) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Collection<Contributor> |
getContributors() |
String |
getDefaultGroupId() |
Collection<String> |
getGroups() |
String |
getIdentifier() |
String |
getName() |
String |
getOwner() |
Collection<Repository> |
getRepositories() |
ResourceType |
getResourceType() |
Space |
getSpace() |
int |
hashCode() |
boolean |
isDeleted() |
void |
markAsCached() |
boolean |
requiresRefresh() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getDependencies, isType
public String getName()
getName
in interface OrganizationalUnit
public Space getSpace()
getSpace
in interface OrganizationalUnit
public String getOwner()
getOwner
in interface OrganizationalUnit
public String getDefaultGroupId()
getDefaultGroupId
in interface OrganizationalUnit
public Collection<Repository> getRepositories()
getRepositories
in interface OrganizationalUnit
public String getIdentifier()
getIdentifier
in interface Resource
public ResourceType getResourceType()
getResourceType
in interface Resource
public void markAsCached()
markAsCached
in interface Cacheable
public boolean requiresRefresh()
requiresRefresh
in interface Cacheable
public Collection<String> getGroups()
getGroups
in interface OrganizationalUnit
public Collection<Contributor> getContributors()
getContributors
in interface OrganizationalUnit
public boolean isDeleted()
isDeleted
in interface OrganizationalUnit
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.