Interface Community
- All Superinterfaces:
Entity
,NamedDescribedResource
,NamedResource
,Organization
,Resource
,Serializable
Represents a community
A community is a grouping of subcommunities and domains. It often corresponds to functional divisions in a company and works best if it is aligned with the company's governance organization.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the parent community ornull
if this is a top-level community.Methods inherited from interface NamedDescribedResource
getDescription
Methods inherited from interface NamedResource
getName
Methods inherited from interface Resource
getCreatedBy, getCreatedOn, getLastModifiedBy, getLastModifiedOn, getResourceType, isSystem
-
Method Details
-
getParent
NamedResourceReference getParent()Returns the parent community ornull
if this is a top-level community.- Returns:
- the parent community or
null
if this is a top-level community
-