class DeduplicationActions extends AnyRef

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DeduplicationActions
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DeduplicationActions(context: DynamicsContext)

Value Members

  1. val context: DynamicsContext
  2. def get(command: String): Action
  3. def getById(id: Id): IO[Option[DuplicateRuleJS]]
  4. def getByName(name: String): IO[Option[DuplicateRuleJS]]
  5. def getByNameOrId(identifier: String): IO[Option[DuplicateRuleJS]]
  6. val list: Action
  7. val publish: Action
  8. def publishAction(name: String, actionName: String): IO[Unit]
  9. val unpublish: Action
  10. val unpublishAll: Action