|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataModelException | |
|---|---|
| com.ca.commons.datamodel | Data modelling library with metadata support. |
| com.ca.commons.datamodel.concurrent | Data Model implementation supporting concurrent access. |
| Uses of DataModelException in com.ca.commons.datamodel |
|---|
| Subclasses of DataModelException in com.ca.commons.datamodel | |
|---|---|
class |
DataModelInvalidNameException
Represents invalid datamodel name |
class |
DataModelMismatchException
|
class |
DataModelSourceException
|
| Methods in com.ca.commons.datamodel that throw DataModelException | |
|---|---|
DataModelItem |
DataModelItem.getContainer()
|
DataModelClass |
DataModelNamespace.getDataModelClass(String name)
|
DataModelClass |
DataModel.getDataModelClass(String absName)
Returns class found via lookup - if absName doesn't contain a '.' then it is looked up in the first namespace within this model, otherwise it is looked up as a fully qualified name. |
DataModelEnumDef |
DataModel.getDataModelEnumDef(String absName)
|
DataModelNamespace |
DataModel.getDataModelNamespace(String name)
|
DataModelProperty |
DataModelClass.getDataModelProperty(String name)
|
DataModelProperty |
DataModel.getDataModelProperty(String absName)
|
DataModelEnumDef |
DataModelNamespace.getEnumDef(String name)
|
DataModelClass |
DataModelNamespace.getMetadataClass(String name)
|
DataModelClass |
DataModel.getMetadataClass(String absName)
|
DataModelProperty |
DataModel.getMetadataProperty(String absName)
|
DataModelProperty |
DataModelItem.getMetaDataProperty(String name)
|
void |
DataModelBuilder.mergeFragment(DataModelSource readSource)
Used to read in a fragment containing values which aren't going to edited, either because the client application is read-only or because this fragment is static as far as it is concerned. |
void |
DataModelProperty.setValue(DataModelValue value)
|
| Uses of DataModelException in com.ca.commons.datamodel.concurrent |
|---|
| Methods in com.ca.commons.datamodel.concurrent that throw DataModelException | |
|---|---|
ConcurrentModelClass |
ConcurrentNamespace.getDataModelClass(String name)
|
ConcurrentModelClass |
ConcurrentDataModel.getDataModelClass(String absName)
|
com.ca.commons.datamodel.concurrent.ConcurrentEnumDef |
ConcurrentDataModel.getDataModelEnumDef(String absName)
|
ConcurrentNamespace |
ConcurrentDataModel.getDataModelNamespace(String name)
|
com.ca.commons.datamodel.concurrent.ConcurrentProperty |
ConcurrentModelClass.getDataModelProperty(String name)
|
com.ca.commons.datamodel.concurrent.ConcurrentProperty |
ConcurrentDataModel.getDataModelProperty(String absName)
|
com.ca.commons.datamodel.concurrent.ConcurrentEnumDef |
ConcurrentNamespace.getEnumDef(String name)
|
ConcurrentModelClass |
ConcurrentNamespace.getMetadataClass(String name)
|
ConcurrentModelClass |
ConcurrentDataModel.getMetadataClass(String absName)
|
com.ca.commons.datamodel.concurrent.ConcurrentProperty |
ConcurrentDataModel.getMetadataProperty(String absName)
|
com.ca.commons.datamodel.concurrent.ConcurrentProperty |
ConcurrentModelClass.getMetaDataProperty(String name)
|
void |
ConcurrentBuilder.mergeFragment(DataModelSource readSource)
|
Set<String> |
ConcurrentBuilder.mergeFragments(DataModelSource... readSources)
|
Set<String> |
ConcurrentBuilder.mergeFragments(Iterable<? extends DataModelSource> readSources)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||