public interface ConceptSchemeBean extends ItemSchemeBean<ConceptBean>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_SCHEME_ID |
static java.lang.String |
DEFAULT_SCHEME_NAME |
static java.lang.String |
DEFAULT_SCHEME_VERSION |
DEFAULT_VERSION
Modifier and Type | Method and Description |
---|---|
ConceptBean |
getItemById(java.lang.String id)
Returns the conncept by id, or null if there is no concept with the given id
|
ConceptSchemeMutableBean |
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.
|
ConceptSchemeBean |
getStub(java.net.URL actualLocation,
boolean isServiceUrl)
Returns a stub reference of itself.
|
boolean |
isDefaultScheme()
Returns true if this is the default concept scheme
|
filterItems, getItems, isPartial
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
static final java.lang.String DEFAULT_SCHEME_ID
static final java.lang.String DEFAULT_SCHEME_NAME
static final java.lang.String DEFAULT_SCHEME_VERSION
ConceptSchemeBean 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 attributeConceptBean getItemById(java.lang.String id)
id
- ConceptSchemeMutableBean getMutableInstance()
getMutableInstance
in interface MaintainableBean
boolean isDefaultScheme()