public interface CodelistBean extends ItemSchemeBean<CodeBean>
__ / _) _/\/\/\_/ / _| / _| ( | ( | /__.-'|_|--|_| Raaar
DEFAULT_VERSION
Modifier and Type | Method and Description |
---|---|
CodeBean |
getCodeById(java.lang.String id)
Returns the code with the given id, returns null if there is no code with the id provided
|
CodelistMutableBean |
getMutableInstance()
Returns a representation of itself in a bean which can be modified, modifications to the mutable bean
are not reflected in the instance of the MaintainableBean.
|
CodelistBean |
getStub(java.net.URL actualLocation,
boolean isServiceUrl)
Returns a stub reference of itself.
|
boolean |
isPartial()
Returns true if the codelist is only reporting a subset of the codes.
|
filterItems, getItems
addAnnotations, getAgencyId, getEndDate, getServiceURL, getStartDate, getStructureURL, getVersion, isExternalReference, isFinal
getDescription, getDescriptions, getName, getNames
asReference, getAllTextTypes, getFullIdPath, getId, getUri, getUrn
getAnnotations, getAnnotationsByTitle, getAnnotationsByType, hasAnnotationType
getIdentifiableComposites, getIdentifiableParent, getMaintainableParent, getParent
deepEquals, getComposites, getComposites, getCrossReferences, getParent, getStructureType
boolean isPartial()
isPartial
in interface ItemSchemeBean<CodeBean>
CodeBean getCodeById(java.lang.String id)
CodelistBean getStub(java.net.URL actualLocation, boolean isServiceUrl)
getStub
in interface MaintainableBean
actualLocation
- the URL indicating where the full structure can be returned fromisServiceUrl
- if true this URL will be present on the serviceURL attribute, otherwise it will be treated as a structureURL attributeCodelistMutableBean getMutableInstance()
getMutableInstance
in interface MaintainableBean