@AlfrescoPublicApi
public interface ModelDefinition
Modifier and Type | Interface and Description |
---|---|
static class |
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) |
QName getName()
java.lang.String getDescription(MessageLookup messageLookup)
java.lang.String getAuthor()
java.util.Date getPublishedDate()
java.lang.String getVersion()
java.util.Collection getNamespaces()
boolean isNamespaceDefined(java.lang.String uri)
uri
- namespace urijava.util.Collection getImportedNamespaces()
boolean isNamespaceImported(java.lang.String uri)
uri
- namespace urivoid toXML(ModelDefinition.XMLBindingType bindingType, java.io.OutputStream xml)
long getChecksum(ModelDefinition.XMLBindingType bindingType)
java.lang.String getAnalyserResourceBundleName()
DictionaryDAO getDictionaryDAO()
Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.