@AlfrescoPublicApi
public interface ModelDefinition
Modifier and Type | Interface and Description |
---|---|
static class |
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) |
QName getName()
String getDescription(MessageLookup messageLookup)
String getAuthor()
Date getPublishedDate()
String getVersion()
Collection<NamespaceDefinition> getNamespaces()
boolean isNamespaceDefined(String uri)
uri
- namespace uriCollection<NamespaceDefinition> getImportedNamespaces()
boolean isNamespaceImported(String uri)
uri
- namespace urivoid toXML(ModelDefinition.XMLBindingType bindingType, OutputStream xml)
long getChecksum(ModelDefinition.XMLBindingType bindingType)
String getAnalyserResourceBundleName()
DictionaryDAO getDictionaryDAO()
Copyright © 2005–2016 Alfresco Software. All rights reserved.