Module: OAI::Const::Delete
- Defined in:
- lib/oai/constants.rb
Overview
Repositories can support three different schemes for dealing with deletions.
-
NO - No deletions allowed
-
TRANSIENT - Deletions are supported but may not be permanently maintained.
-
PERSISTENT - Deletions are supported and are permanently maintained.
Constant Summary collapse
- NO =
:no
- TRANSIENT =
:transient
- PERSISTENT =
:persistent