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(MessageLookup messageLookup) |
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 ModelDefinition
public java.lang.String getDescription(MessageLookup messageLookup)
getDescription
in interface ModelDefinition
public java.lang.String getAuthor()
getAuthor
in interface ModelDefinition
public java.util.Date getPublishedDate()
getPublishedDate
in interface ModelDefinition
public java.lang.String getVersion()
getVersion
in interface ModelDefinition
public java.util.Collection getNamespaces()
getNamespaces
in interface ModelDefinition
public boolean isNamespaceDefined(java.lang.String uri)
isNamespaceDefined
in interface ModelDefinition
uri
- namespace uripublic java.util.Collection getImportedNamespaces()
getImportedNamespaces
in interface ModelDefinition
public boolean isNamespaceImported(java.lang.String uri)
isNamespaceImported
in interface ModelDefinition
uri
- namespace uripublic void toXML(ModelDefinition.XMLBindingType bindingType, java.io.OutputStream xml)
toXML
in interface ModelDefinition
public long getChecksum(ModelDefinition.XMLBindingType bindingType)
getChecksum
in interface ModelDefinition
public java.lang.String getAnalyserResourceBundleName()
ModelDefinition
getAnalyserResourceBundleName
in interface ModelDefinition
public DictionaryDAO getDictionaryDAO()
getDictionaryDAO
in interface ModelDefinition
Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.