com.centrasite.jaxr
Interface SaveQualifier


public interface SaveQualifier

Provide constants that influence the behaviour of saving objects.


Field Summary
static int DELETE
          Deprecated. no longer in use
static int DELETE_USER
          Delete user permit modification of auditable events
static int DEPRECATE
          deprecate/undeprecate operation the auditable event has been prepared by the caller
static int IMPORT
          import operation add "imported" auditable event set owner and submitting organization
static int IMPORT_KEEPORG
          import operation with keeping original organization add "imported" auditable event set owner
static int IMPORT_KEEPORGANDOWNER
          import objects with keeping original organization and owner add "imported" auditable event
static int IMPORT_KEEPOWNER
          import objects with keeping original owner add "imported" auditable event
static int SAVE
          normal save operation add "created" auditable event add "updated" auditable event
static int SCHEMA_TRANSFORM
          Schema Transformer add "created" auditable event add "updated" auditable event set owner and submitting organization
 

Field Detail

SAVE

static final int SAVE
normal save operation
  • add "created" auditable event
  • add "updated" auditable event

    See Also:
    Constant Field Values

  • DELETE

    static final int DELETE
    Deprecated. no longer in use
    modify objects during a delete operation
  • add "updated" auditable event
  • do NOT commit the operation

    See Also:
    Constant Field Values

  • DEPRECATE

    static final int DEPRECATE
    deprecate/undeprecate operation
  • the auditable event has been prepared by the caller

    See Also:
    Constant Field Values

  • IMPORT

    static final int IMPORT
    import operation
  • add "imported" auditable event
  • set owner and submitting organization

    See Also:
    Constant Field Values

  • SCHEMA_TRANSFORM

    static final int SCHEMA_TRANSFORM
    Schema Transformer
  • add "created" auditable event
  • add "updated" auditable event
  • set owner and submitting organization

    See Also:
    Constant Field Values

  • IMPORT_KEEPORG

    static final int IMPORT_KEEPORG
    import operation with keeping original organization
  • add "imported" auditable event
  • set owner

    See Also:
    Constant Field Values

  • IMPORT_KEEPOWNER

    static final int IMPORT_KEEPOWNER
    import objects with keeping original owner
  • add "imported" auditable event

    See Also:
    Constant Field Values

  • IMPORT_KEEPORGANDOWNER

    static final int IMPORT_KEEPORGANDOWNER
    import objects with keeping original organization and owner
  • add "imported" auditable event

    See Also:
    Constant Field Values

  • DELETE_USER

    static final int DELETE_USER
    Delete user
  • permit modification of auditable events

    See Also:
    Constant Field Values