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