Interface DomainAssignmentRule
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NamedResourceReference
getCommunity()
(Optional) Returns the community this workflow definition applies to.NamedResourceReference
getDomainType()
Returns the domain type that this workflow definition applies to.
-
-
-
Method Detail
-
getDomainType
NamedResourceReference getDomainType()
Returns the domain type that this workflow definition applies to.- Returns:
- the domain type
-
getCommunity
NamedResourceReference getCommunity()
(Optional) Returns the community this workflow definition applies to.- Returns:
- the community
-
-