Package | Description |
---|---|
rdapit.pidsystem | |
rdapit.pitservice | |
rdapit.typeregistry |
Modifier and Type | Method and Description |
---|---|
String |
HandleSystemRESTAdapter.queryProperty(String pid,
PropertyDefinition propertyDefinition) |
String |
IIdentifierSystem.queryProperty(String pid,
PropertyDefinition propertyDefinition)
Queries a single property from the given PID.
|
Modifier and Type | Method and Description |
---|---|
PropertyDefinition |
ITypingService.describeProperty(String propertyIdentifier)
Retrieves a property definition
|
PropertyDefinition |
TypingService.describeProperty(String propertyIdentifier) |
Modifier and Type | Method and Description |
---|---|
String |
TypingService.queryProperty(String pid,
PropertyDefinition propertyDefinition) |
Modifier and Type | Method and Description |
---|---|
PropertyDefinition |
ITypeRegistry.queryPropertyDefinition(String propertyIdentifier)
Retrieves a property definition by its unique identifier.
|
PropertyDefinition |
TypeRegistry.queryPropertyDefinition(String propertyIdentifier) |
Modifier and Type | Method and Description |
---|---|
List<PropertyDefinition> |
ITypeRegistry.queryPropertyDefinitionByName(String propertyName)
Retrieves a property definition by its property name.
|
List<PropertyDefinition> |
TypeRegistry.queryPropertyDefinitionByName(String propertyName) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
TypeRegistry.createPropertyDefinition(PropertyDefinition propertyDefinition,
String creator,
String emailAddress,
Date date,
String organization) |
Copyright © 2014. All rights reserved.