CrudEventType

public enum CrudEventType

The MDSEventsAction enum represents CRUD operations which send events, this option can be enabled only for entities.

See also: org.motechproject.mds.annotations.CrudEvents

Enum Constants

ALL

public static final CrudEventType ALL

Represents all CRUD event types.

CREATE

public static final CrudEventType CREATE

One of the CRUD event types, representing creating an instance.

DELETE

public static final CrudEventType DELETE

One of the CRUD event types, representing deleting an instance.

NONE

public static final CrudEventType NONE

Represents zero CRUD event types.

UPDATE

public static final CrudEventType UPDATE

One of the CRUD event types, representing updating an instance.