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 ModelDefinition
public String getDescription(MessageLookup messageLookup)
getDescription
in interface ModelDefinition
public String getAuthor()
getAuthor
in interface ModelDefinition
public Date getPublishedDate()
getPublishedDate
in interface ModelDefinition
public String getVersion()
getVersion
in interface ModelDefinition
public Collection<NamespaceDefinition> getNamespaces()
getNamespaces
in interface ModelDefinition
public boolean isNamespaceDefined(String uri)
isNamespaceDefined
in interface ModelDefinition
uri
- namespace uripublic Collection<NamespaceDefinition> getImportedNamespaces()
getImportedNamespaces
in interface ModelDefinition
public boolean isNamespaceImported(String uri)
isNamespaceImported
in interface ModelDefinition
uri
- namespace uripublic void toXML(ModelDefinition.XMLBindingType bindingType, OutputStream xml)
toXML
in interface ModelDefinition
public long getChecksum(ModelDefinition.XMLBindingType bindingType)
getChecksum
in interface ModelDefinition
public String getAnalyserResourceBundleName()
ModelDefinition
getAnalyserResourceBundleName
in interface ModelDefinition
public DictionaryDAO getDictionaryDAO()
getDictionaryDAO
in interface ModelDefinition
Copyright © 2005–2019 Alfresco Software. All rights reserved.