public class M2ModelDefinition extends java.lang.Object implements ModelDefinition
ModelDefinition.XMLBindingType| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAnalyserResourceBundleName()
Get the name of the property bundle that defines analyser mappings for this model (keyed by the type of the property)
|
java.lang.String |
getAuthor() |
long |
getChecksum(ModelDefinition.XMLBindingType bindingType) |
java.lang.String |
getDescription() |
DictionaryDAO |
getDictionaryDAO() |
java.util.Collection |
getImportedNamespaces() |
QName |
getName() |
java.util.Collection |
getNamespaces() |
java.util.Date |
getPublishedDate() |
java.lang.String |
getVersion() |
boolean |
isNamespaceDefined(java.lang.String uri) |
boolean |
isNamespaceImported(java.lang.String uri) |
void |
toXML(ModelDefinition.XMLBindingType bindingType,
java.io.OutputStream xml) |
public QName getName()
getName in interface ModelDefinitionpublic java.lang.String getDescription()
getDescription in interface ModelDefinitionpublic java.lang.String getAuthor()
getAuthor in interface ModelDefinitionpublic java.util.Date getPublishedDate()
getPublishedDate in interface ModelDefinitionpublic java.lang.String getVersion()
getVersion in interface ModelDefinitionpublic java.util.Collection getNamespaces()
getNamespaces in interface ModelDefinitionpublic boolean isNamespaceDefined(java.lang.String uri)
isNamespaceDefined in interface ModelDefinitionuri - namespace uripublic java.util.Collection getImportedNamespaces()
getImportedNamespaces in interface ModelDefinitionpublic boolean isNamespaceImported(java.lang.String uri)
isNamespaceImported in interface ModelDefinitionuri - namespace uripublic void toXML(ModelDefinition.XMLBindingType bindingType, java.io.OutputStream xml)
toXML in interface ModelDefinitionpublic long getChecksum(ModelDefinition.XMLBindingType bindingType)
getChecksum in interface ModelDefinitionpublic java.lang.String getAnalyserResourceBundleName()
ModelDefinitiongetAnalyserResourceBundleName in interface ModelDefinitionpublic DictionaryDAO getDictionaryDAO()
getDictionaryDAO in interface ModelDefinitionCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.