public class CanonicalResourceManager<T extends MetadataResource> extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
CanonicalResourceManager.MetadataResourceVersionComparator<T extends MetadataResource> |
| Constructor and Description |
|---|
CanonicalResourceManager(boolean enforceUniqueId) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
copy(CanonicalResourceManager<T> source) |
void |
drop(String id) |
T |
get(String url) |
T |
get(String system,
String version) |
List<T> |
getList() |
boolean |
has(String url) |
boolean |
has(String system,
String version) |
boolean |
isEnforceUniqueId() |
Set<String> |
keys() |
void |
listAll(List<T> result) |
void |
listAllM(List<MetadataResource> result) |
void |
see(T r) |
int |
size() |
public CanonicalResourceManager(boolean enforceUniqueId)
public void copy(CanonicalResourceManager<T> source)
public int size()
public void listAllM(List<MetadataResource> result)
public void clear()
public boolean isEnforceUniqueId()
Copyright © 2014–2021 Health Level 7. All rights reserved.