Package org.fcrepo.kernel.api
Interface FedoraTypes
-
public interface FedoraTypes
Convenience class with constants for commonly used Fedora types.- Since:
- Apr 25, 2013
- Author:
- ajs6f
-
-
Field Summary
Fields Modifier and Type Field Description static String
FCR_ACL
static String
FCR_FIXITY
static String
FCR_METADATA
static String
FCR_TOMBSTONE
static String
FCR_TX
static String
FCR_VERSIONS
static String
FEDORA_ID_PREFIX
-
-
-
Field Detail
-
FEDORA_ID_PREFIX
static final String FEDORA_ID_PREFIX
- See Also:
- Constant Field Values
-
FCR_ACL
static final String FCR_ACL
- See Also:
- Constant Field Values
-
FCR_METADATA
static final String FCR_METADATA
- See Also:
- Constant Field Values
-
FCR_VERSIONS
static final String FCR_VERSIONS
- See Also:
- Constant Field Values
-
FCR_FIXITY
static final String FCR_FIXITY
- See Also:
- Constant Field Values
-
FCR_TOMBSTONE
static final String FCR_TOMBSTONE
- See Also:
- Constant Field Values
-
FCR_TX
static final String FCR_TX
- See Also:
- Constant Field Values
-
-