Actions¶
Intro¶
Hydra actions.
Module docs¶
-
class
lerna.actions.Action(_optional=False, _description=None, **properties)[source]¶ Bases:
req.schema.schema.Schema
-
class
lerna.actions.AddContactNoteAction(_optional=False, _description=None, **properties)[source]¶ Bases:
lerna.actions._BaseActionAn action for adding notes to individual contacts.
-
class
lerna.actions.AddTagAction(_optional=False, _description=None, **properties)[source]¶ Bases:
lerna.actions._BaseActionAn action for tagging contacts.
-
class
lerna.actions.CopyContactAction(_optional=False, _description=None, **properties)[source]¶ Bases:
lerna.actions._BaseActionAn action for copying contacts from one list to another.
-
class
lerna.actions.DeleteContactAction(_optional=False, _description=None, **properties)[source]¶ Bases:
lerna.actions._BaseActionAn action for deleting contacts from a collection.
-
class
lerna.actions.MoveContactAction(_optional=False, _description=None, **properties)[source]¶ Bases:
lerna.actions._BaseActionAn action for moving contacts from one list to another.
-
class
lerna.actions.PurgeContactAction(_optional=False, _description=None, **properties)[source]¶ Bases:
lerna.actions._BaseActionAn action for deleteing contacts from an account. This removes contacts across all collections.
-
class
lerna.actions.RemoveTagAction(_optional=False, _description=None, **properties)[source]¶ Bases:
lerna.actions._BaseActionAn action for untagging contacts.
-
class
lerna.actions.SubscribeContactAction(_optional=False, _description=None, **properties)[source]¶ Bases:
lerna.actions._BaseActionAn action for marking contacts as “subscribed”. Does _not_ create new contacts. This is the reverse of UnsubscribeContactAction.