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 ornullif this is a top-level community.Methods inherited from interface NamedDescribedResource
getDescriptionMethods inherited from interface NamedResource
getNameMethods inherited from interface Resource
getCreatedBy, getCreatedOn, getLastModifiedBy, getLastModifiedOn, getResourceType, isSystem
-
Method Details
-
getParent
NamedResourceReference getParent()Returns the parent community ornullif this is a top-level community.- Returns:
- the parent community or
nullif this is a top-level community
-