Uses of Annotation Type
org.alfresco.service.NotAuditable
Packages that use NotAuditable
Package
Description
-
Uses of NotAuditable in org.alfresco.repo.i18n
Methods in org.alfresco.repo.i18n with annotations of type NotAuditableModifier and TypeMethodDescriptionStaticMessageLookup.getMessage
(String messageKey) StaticMessageLookup.getMessage
(String messageKey, Object... params) StaticMessageLookup.getMessage
(String messageKey, Locale locale) StaticMessageLookup.getMessage
(String messageKey, Locale locale, Object... params) -
Uses of NotAuditable in org.alfresco.service.cmr.dictionary
Methods in org.alfresco.service.cmr.dictionary with annotations of type NotAuditableModifier and TypeMethodDescriptionDictionaryService.getAllAspects()
DictionaryService.getAllAspects
(boolean includeInherited) DictionaryService.getAllAssociations()
Get all the association definitionsDictionaryService.getAllAssociations
(boolean includeInherited) DictionaryService.getAllDataTypes()
DictionaryService.getAllModels()
DictionaryService.getAllProperties
(QName dataType) Get all properties defined across all models with the given data type.DictionaryService.getAllTypes()
DictionaryService.getAllTypes
(boolean includeInherited) DictionaryService.getAnonymousType
(QName type, Collection<QName> aspects) Construct an anonymous type that combines the definitions of the specified type and aspects.DictionaryService.getAspects
(QName model) DictionaryService.getAssociation
(QName associationName) Gets the definition of the association as defined by its owning Class.DictionaryService.getAssociations
(QName model) DictionaryService.getConstraint
(QName constraintQName) Gets the definition of the constraintDictionaryService.getDataType
(Class<?> javaClass) DictionaryService.getDataType
(QName name) DictionaryService.getDataTypes
(QName model) DictionaryService.getProperties
(QName model, QName dataType) Get all properties defined for the given model with the given data type.DictionaryService.getProperty
(QName propertyName) Gets the definition of the property as defined by its owning Class.DictionaryService.getProperty
(QName className, QName propertyName) Gets the definition of the property as defined by the specified Class.DictionaryService.getPropertyDefs
(QName className) Gets the definitions of the properties defined by the specified Class.DictionaryService.getSubAspects
(QName aspect, boolean follow) DictionaryService.getSubTypes
(QName type, boolean follow) Get the sub types of the type.boolean
DictionaryService.isSubClass
(QName className, QName ofClassName) Determines whether a class is a sub-class of another class -
Uses of NotAuditable in org.alfresco.service.cmr.i18n
Methods in org.alfresco.service.cmr.i18n with annotations of type NotAuditableModifier and TypeMethodDescriptionMessageLookup.getMessage
(String messageKey) Get message from registered resource bundle.MessageLookup.getMessage
(String messageKey, Object... params) Get a localised message string, parameterized using standard MessageFormatter.MessageLookup.getMessage
(String messageKey, Locale locale) Get a localised message stringMessageLookup.getMessage
(String messageKey, Locale locale, Object... params) Get a localised message string, parameterized using standard MessageFormatter. -
Uses of NotAuditable in org.alfresco.service.cmr.repository
Methods in org.alfresco.service.cmr.repository with annotations of type NotAuditableModifier and TypeMethodDescriptionMimetypeService.getContentCharsetFinder()
Provides the system default charset finder.MimetypeService.getDisplaysByExtension()
Get all human readable mimetype descriptions indexed by mimetype extensionMimetypeService.getDisplaysByMimetype()
Get all human readable mimetype descriptions indexed by mimetypeMimetypeService.getExtension
(String mimetype) Get the extension for the specified mimetypeMimetypeService.getExtensionsByMimetype()
Get all mimetype extensions indexed by mimetypeMimetypeService.getMimetype
(String extension) Get the mimetype for the specified extensionMimetypeService.getMimetypeIfNotMatches
(ContentReader reader) Use detection heuristics to check if the mime type of the document really matches what it claims to be.MimetypeService.getMimetypes()
Get all mimetypesMimetypeService.getMimetypes
(String extension) Returns a collection of mimetypes ordered by extension.MimetypeService.getMimetypesByExtension()
Get all mimetypes indexed by extensionMimetypeService.guessMimetype
(String filename) Provides a non-null best guess of the appropriate mimetype given a filename, based entirely on the file extension.MimetypeService.guessMimetype
(String filename, InputStream input) Provides a non-null best guess of the appropriate mimetype for a given file.MimetypeService.guessMimetype
(String filename, ContentReader reader) Provides a non-null best guess of the appropriate mimetype for a given file.boolean
Check if a given mimetype represents a text format.