- identifier - Variable in class rdapit.typeregistry.PropertyDefinition
-
a PID
- identifier - Variable in class rdapit.typeregistry.TypeDefinition
-
PID of the type.
- IDENTIFIER_PIT_MARKER_PROPERTY - Static variable in class rdapit.typeregistry.PropertyDefinition
-
Marker value to distinguish type and profile records from each other.
- identifierPrefix - Variable in class rdapit.typeregistry.TypeRegistry
-
- identifierSystem - Variable in class rdapit.pitservice.TypingService
-
- idTarget - Variable in class rdapit.typeregistry.TypeRegistry
-
- IIdentifierSystem - Interface in rdapit.pidsystem
-
Main abstraction interface towards the identifier system containing
registered identifiers and associated state information.
- InconsistentRecordsException - Exception in rdapit.pitservice
-
Exception to use when the hidden linking between records in an identifier
system and a type registry are broken, e.g. because a PID record lists a
property identifier that is unregistered.
- InconsistentRecordsException(String) - Constructor for exception rdapit.pitservice.InconsistentRecordsException
-
- individualHandleTarget - Variable in class rdapit.pidsystem.HandleSystemRESTAdapter
-
- instance - Static variable in class rdapit.rest.ApplicationContext
-
- InvalidConfigException - Exception in rdapit.common
-
- InvalidConfigException(String) - Constructor for exception rdapit.common.InvalidConfigException
-
- isIdentifierRegistered(String) - Method in class rdapit.pidsystem.HandleSystemRESTAdapter
-
- isIdentifierRegistered(String) - Method in interface rdapit.pidsystem.IIdentifierSystem
-
Checks whether the given PID is already registered.
- isIdentifierRegistered(String) - Method in class rdapit.pitservice.TypingService
-
- isMandatory() - Method in class rdapit.typeregistry.PropertyDefinitionParameters
-
- isPidRegistered(String) - Method in class rdapit.rest.TypingRESTResource
-
Simple HEAD method to check whether a particular pid is registered.
- isPidRegistered(String, String) - Method in class rdapit.rest.TypingRESTResource
-
- isTypeRegistryPID(String) - Method in interface rdapit.typeregistry.ITypeRegistry
-
Determines whether the given PID is an identifier in the type registry.
- isTypeRegistryPID(String) - Method in class rdapit.typeregistry.TypeRegistry
-
- ITypeRegistry - Interface in rdapit.typeregistry
-
Main abstraction interface towards the type registry.
- ITypingService - Interface in rdapit.pitservice
-
Core interface for clients to contact.