Interface AssetAssignmentRule
- All Superinterfaces:
Entity
,Serializable
An assignment rule for workflow definitions which apply to assets.
Is used to limit the scope of assets to which given workflow definition applies to.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the asset type that this workflow configuration applies to.(Optional) Returns the community this workflow definition applies to.(Optional) Returns the domain this workflow definition applies to.(Optional) Returns the status this workflow definition applies to.
-
Method Details
-
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
-