ActionItemOwnerInterface
in
Optional lifecycle contract for persisted entities that own ActionItems.
Table of Contents
Methods
- actionItemReadOnlyReason() : string
- Explain why stale requests cannot change this owner's checklist.
- allowsActionItemMutations() : bool
- Whether the owner's ActionItems may still change state or definition.
Methods
actionItemReadOnlyReason()
Explain why stale requests cannot change this owner's checklist.
public
actionItemReadOnlyReason() : string
Return values
stringallowsActionItemMutations()
Whether the owner's ActionItems may still change state or definition.
public
allowsActionItemMutations() : bool