public interface SuperBeans
SuperBean
Modifier and Type | Method and Description |
---|---|
void |
addCategoryScheme(CategorySchemeSuperBean bean)
Add a CategorySchemeSuperBean to this container, overwrite if one already exists with the same URN
|
void |
addCodelist(CodelistSuperBean bean)
Add a CodelistSuperBean to this container, overwrite if one already exists with the same URN
|
void |
addConceptScheme(ConceptSchemeSuperBean bean)
Add a ConceptSchemeSuperBean to this container, overwrite if one already exists with the same URN
|
void |
addDataflow(DataflowSuperBean bean)
Add a DataflowSuperBean to this container, overwrite if one already exists with the same URN
|
void |
addDataStructure(DataStructureSuperBean bean)
Add a DataStructureSuperBean to this container, overwrite if one already exists with the same URN
|
void |
addHierarchicalCodelist(HierarchicalCodelistSuperBean bean)
Add a HierarchicalCodelistSuperBean to this container, overwrite if one already exists with the same URN
|
void |
addMaintainable(MaintainableSuperBean bean) |
void |
addMetadataStructure(MetadataStructureSuperBean bean)
Add a HierarchicalCodelistSuperBean to this container, overwrite if one already exists with the same URN
|
void |
addProcess(ProcessSuperBean bean)
Add a ProcessSuperBean to this container, overwrite if one already exists with the same URN
|
void |
addProvision(ProvisionAgreementSuperBean bean)
Add a ProvisionAgreementSuperBean to this container, overwrite if one already exists with the same URN
|
void |
addRegistration(RegistrationSuperBean bean)
Add a RegistrationSuperBean to this container, overwrite if one already exists with the same URN
|
java.util.Set<MaintainableSuperBean> |
getAllMaintainables()
Returns a copy of the MaintainableSuperBean Set.
|
java.util.Set<CategorySchemeSuperBean> |
getCategorySchemes()
Returns a copy of the CategorySchemeSuperBean Set.
|
java.util.Set<CodelistSuperBean> |
getCodelists()
Returns a copy of the CodelistSuperBean Set.
|
java.util.Set<ConceptSchemeSuperBean> |
getConceptSchemes()
Returns a copy of the ConceptSchemeSuperBean Set.
|
java.util.Set<DataflowSuperBean> |
getDataflows()
Returns a copy of the DataflowSuperBean Set.
|
java.util.Set<DataStructureSuperBean> |
getDataStructures()
Returns a copy of the DataStructureSuperBean Set.
|
java.util.Set<HierarchicalCodelistSuperBean> |
getHierarchicalCodelists()
Returns a copy of the HierarchicalCodelistSuperBean Set.
|
java.util.Set<MetadataStructureSuperBean> |
getMetadataStructures()
Returns a copy of the MetadataStructureSuperBean Set.
|
java.util.Set<ProcessSuperBean> |
getProcesses()
Returns a copy of the ProcessSuperBean Set.
|
java.util.Set<ProvisionAgreementSuperBean> |
getProvisions()
Returns a copy of the ProvisionAgreementSuperBean Set.
|
java.util.Set<RegistrationSuperBean> |
getRegistartions()
Returns a copy of the RegistrationSuperBean Set.
|
void |
merge(SuperBeans superBeans)
Merges the super
|
void |
removeCategoryScheme(CategorySchemeSuperBean bean)
Remove the given CategorySchemeSuperBean from this container, do nothing if it is not in this container
|
void |
removeCodelist(CodelistSuperBean bean)
Remove the given CategorySchemeSuperBean from this container, do nothing if it is not in this container
|
void |
removeConceptScheme(ConceptSchemeSuperBean bean)
Remove the given CategorySchemeSuperBean from this container, do nothing if it is not in this container
|
void |
removeDataflow(DataflowSuperBean bean)
Remove the given DataflowSuperBean from this container, do nothing if it is not in this container
|
void |
removeDataStructure(DataStructureSuperBean bean)
Remove the given DataStructureSuperBean from this container, do nothing if it is not in this container
|
void |
removeHierarchicalCodelist(HierarchicalCodelistSuperBean bean)
Remove the given HierarchicalCodelistSuperBean from this container, do nothing if it is not in this container
|
void |
removeMetadataStructure(MetadataStructureSuperBean bean)
Remove the given MetadataStructureSuperBean from this container, do nothing if it is not in this container
|
void |
removeProcess(ProcessSuperBean bean)
Remove the given ProcessSuperBean from this container, do nothing if it is not in this container
|
void |
removeProvision(ProvisionAgreementSuperBean bean)
Remove the given ProvisionAgreementSuperBean from this container, do nothing if it is not in this container
|
void |
removeRegistration(RegistrationSuperBean bean)
Remove the given RegistrationSuperBean from this container, do nothing if it is not in this container
|
void merge(SuperBeans superBeans)
superBeans
- void addMaintainable(MaintainableSuperBean bean)
void addCategoryScheme(CategorySchemeSuperBean bean)
bean
- void addCodelist(CodelistSuperBean bean)
bean
- void addConceptScheme(ConceptSchemeSuperBean bean)
bean
- void addDataflow(DataflowSuperBean bean)
bean
- void addHierarchicalCodelist(HierarchicalCodelistSuperBean bean)
bean
- void addMetadataStructure(MetadataStructureSuperBean bean)
bean
- void addDataStructure(DataStructureSuperBean bean)
bean
- void addProvision(ProvisionAgreementSuperBean bean)
bean
- void addProcess(ProcessSuperBean bean)
bean
- void addRegistration(RegistrationSuperBean bean)
bean
- void removeCategoryScheme(CategorySchemeSuperBean bean)
bean
- void removeCodelist(CodelistSuperBean bean)
bean
- void removeConceptScheme(ConceptSchemeSuperBean bean)
bean
- void removeDataflow(DataflowSuperBean bean)
bean
- void removeHierarchicalCodelist(HierarchicalCodelistSuperBean bean)
bean
- void removeDataStructure(DataStructureSuperBean bean)
bean
- void removeMetadataStructure(MetadataStructureSuperBean bean)
bean
- void removeProvision(ProvisionAgreementSuperBean bean)
bean
- void removeProcess(ProcessSuperBean bean)
bean
- void removeRegistration(RegistrationSuperBean bean)
bean
- java.util.Set<DataflowSuperBean> getDataflows()
java.util.Set<CategorySchemeSuperBean> getCategorySchemes()
java.util.Set<ConceptSchemeSuperBean> getConceptSchemes()
java.util.Set<CodelistSuperBean> getCodelists()
java.util.Set<HierarchicalCodelistSuperBean> getHierarchicalCodelists()
java.util.Set<DataStructureSuperBean> getDataStructures()
java.util.Set<MetadataStructureSuperBean> getMetadataStructures()
java.util.Set<ProvisionAgreementSuperBean> getProvisions()
java.util.Set<MaintainableSuperBean> getAllMaintainables()
java.util.Set<ProcessSuperBean> getProcesses()
java.util.Set<RegistrationSuperBean> getRegistartions()