Interface Domain
- All Superinterfaces:
Entity
,NamedDescribedResource
,NamedResource
,Organization
,Resource
,Serializable
Represents a domain
A domain is a logical grouping of assets and it belongs to exactly one community.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the community this domain is part of.getType()
Returns the type of this domain.boolean
Returns whether this domain is excluded from hyperlinking or not.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
-
getType
NamedResourceReference getType()Returns the type of this domain.- Returns:
- the type of this domain
-
getCommunity
NamedResourceReference getCommunity()Returns the community this domain is part of.- Returns:
- the community this domain is part of
-
isExcludedFromAutoHyperlinking
boolean isExcludedFromAutoHyperlinking()Returns whether this domain is excluded from hyperlinking or not.- Returns:
- whether this domain is excluded from hyperlinking or not
-