Package | Description |
---|---|
rdapit.pidsystem | |
rdapit.pitservice |
Modifier and Type | Method and Description |
---|---|
PIDInformation |
HandleSystemRESTAdapter.queryAllProperties(String pid) |
PIDInformation |
IIdentifierSystem.queryAllProperties(String pid)
Queries all properties from the given PID, independent of types.
|
PIDInformation |
HandleSystemRESTAdapter.queryByType(String pid,
TypeDefinition typeDefinition) |
PIDInformation |
IIdentifierSystem.queryByType(String pid,
TypeDefinition typeDefinition)
Queries all properties of a given type available from the given PID.
|
Modifier and Type | Method and Description |
---|---|
PIDInformation |
TypingService.queryAllProperties(String pid) |
PIDInformation |
TypingService.queryAllProperties(String pid,
boolean includePropertyNames) |
PIDInformation |
ITypingService.queryByType(String pid,
String typeIdentifier,
boolean includePropertyNames)
Queries all properties of a type available from the given PID.
|
PIDInformation |
TypingService.queryByType(String pid,
String typeIdentifier,
boolean includePropertyNames) |
PIDInformation |
TypingService.queryByType(String pid,
TypeDefinition typeDefinition) |
PIDInformation |
ITypingService.queryByTypeWithConformance(String pid,
List<String> typeIdentifiers,
boolean includePropertyNames) |
PIDInformation |
TypingService.queryByTypeWithConformance(String pid,
List<String> typeIdentifiers,
boolean includePropertyNames) |
PIDInformation |
ITypingService.queryByTypeWithConformance(String pid,
String typeIdentifier,
boolean includePropertyNames)
Same as
ITypingService.queryByType(java.lang.String, java.lang.String, boolean) , but also performs a type conformance check. |
PIDInformation |
TypingService.queryByTypeWithConformance(String pid,
String typeIdentifier,
boolean includePropertyNames) |
PIDInformation |
ITypingService.queryProperty(String pid,
String propertyIdentifier)
Queries a single property from the PID.
|
PIDInformation |
TypingService.queryProperty(String pid,
String propertyIdentifier) |
Copyright © 2014. All rights reserved.