Package | Description |
---|---|
rdapit.pitservice | |
rdapit.rest |
Modifier and Type | Method and Description |
---|---|
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 |
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) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
TypingRESTResource.resolvePID(String identifier,
String propertyIdentifier,
List<String> typeIdentifiers,
boolean includePropertyNames)
Sophisticated GET method to return all or some properties of an
identifier.
|
javax.ws.rs.core.Response |
TypingRESTResource.resolvePID(String identifierPrefix,
String identifierSuffix,
String propertyIdentifier,
List<String> typeIdentifiers,
boolean includePropertyNames)
Similar to
TypingRESTResource.resolvePID(String, String, List, boolean) but
supports native slashes in the identifier path. |
Copyright © 2014. All rights reserved.