Interface AssetAssignmentRule
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NamedResourceReference
getAssetType()
Returns the asset type that this workflow configuration applies to.NamedResourceReference
getCommunity()
(Optional) Returns the community this workflow definition applies to.NamedResourceReference
getDomain()
(Optional) Returns the domain this workflow definition applies to.NamedResourceReference
getStatus()
(Optional) Returns the status this workflow definition applies to.
-
-
-
Method Detail
-
getAssetType
NamedResourceReference getAssetType()
Returns the asset type that this workflow configuration applies to.- Returns:
- The asset type
-
getDomain
NamedResourceReference getDomain()
(Optional) Returns the domain this workflow definition applies to.- Returns:
- the domain
-
getCommunity
NamedResourceReference getCommunity()
(Optional) Returns the community this workflow definition applies to.- Returns:
- the community
-
getStatus
NamedResourceReference getStatus()
(Optional) Returns the status this workflow definition applies to.- Returns:
- the status
-
-