class DeduplicationActions extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DeduplicationActions
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DeduplicationActions(context: DynamicsContext)
Value Members
- val context: DynamicsContext
- def get(command: String): Action
- def getById(id: Id): IO[Option[DuplicateRuleJS]]
- def getByName(name: String): IO[Option[DuplicateRuleJS]]
- def getByNameOrId(identifier: String): IO[Option[DuplicateRuleJS]]
- val list: Action
- val publish: Action
- def publishAction(name: String, actionName: String): IO[Unit]
- val unpublish: Action
- val unpublishAll: Action