Uses of Class
org.alfresco.service.NotAuditable
-
Packages that use NotAuditable Package Description org.alfresco.repo.i18n org.alfresco.service.cmr.dictionary org.alfresco.service.cmr.i18n org.alfresco.service.cmr.repository -
-
Uses of NotAuditable in org.alfresco.repo.i18n
Methods in org.alfresco.repo.i18n with annotations of type NotAuditable Modifier and Type Method Description StringStaticMessageLookup. getMessage(String messageKey)StringStaticMessageLookup. getMessage(String messageKey, Object... params)StringStaticMessageLookup. getMessage(String messageKey, Locale locale)StringStaticMessageLookup. 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 NotAuditable Modifier and Type Method Description Collection<QName>DictionaryService. getAllAspects()Collection<QName>DictionaryService. getAllAspects(boolean includeInherited)Collection<QName>DictionaryService. getAllAssociations()Get all the association definitionsCollection<QName>DictionaryService. getAllAssociations(boolean includeInherited)Collection<QName>DictionaryService. getAllDataTypes()Collection<QName>DictionaryService. getAllModels()Collection<QName>DictionaryService. getAllProperties(QName dataType)Get all properties defined across all models with the given data type.Collection<QName>DictionaryService. getAllTypes()Collection<QName>DictionaryService. getAllTypes(boolean includeInherited)TypeDefinitionDictionaryService. getAnonymousType(QName type, Collection<QName> aspects)Construct an anonymous type that combines the definitions of the specified type and aspects.AspectDefinitionDictionaryService. getAspect(QName name)Collection<QName>DictionaryService. getAspects(QName model)AssociationDefinitionDictionaryService. getAssociation(QName associationName)Gets the definition of the association as defined by its owning Class.Collection<QName>DictionaryService. getAssociations(QName model)ClassDefinitionDictionaryService. getClass(QName name)ConstraintDefinitionDictionaryService. getConstraint(QName constraintQName)Gets the definition of the constraintDataTypeDefinitionDictionaryService. getDataType(Class<?> javaClass)DataTypeDefinitionDictionaryService. getDataType(QName name)Collection<QName>DictionaryService. getDataTypes(QName model)ModelDefinitionDictionaryService. getModel(QName model)Collection<QName>DictionaryService. getProperties(QName model, QName dataType)Get all properties defined for the given model with the given data type.PropertyDefinitionDictionaryService. getProperty(QName propertyName)Gets the definition of the property as defined by its owning Class.PropertyDefinitionDictionaryService. getProperty(QName className, QName propertyName)Gets the definition of the property as defined by the specified Class.Map<QName,PropertyDefinition>DictionaryService. getPropertyDefs(QName className)Gets the definitions of the properties defined by the specified Class.Collection<QName>DictionaryService. getSubAspects(QName aspect, boolean follow)Collection<QName>DictionaryService. getSubTypes(QName type, boolean follow)Get the sub types of the type.TypeDefinitionDictionaryService. getType(QName name)Collection<QName>DictionaryService. getTypes(QName model)booleanDictionaryService. 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 NotAuditable Modifier and Type Method Description StringMessageLookup. getMessage(String messageKey)Get message from registered resource bundle.StringMessageLookup. getMessage(String messageKey, Object... params)Get a localised message string, parameterized using standard MessageFormatter.StringMessageLookup. getMessage(String messageKey, Locale locale)Get a localised message stringStringMessageLookup. 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 NotAuditable Modifier and Type Method Description ContentCharsetFinderMimetypeService. getContentCharsetFinder()Provides the system default charset finder.Map<String,String>MimetypeService. getDisplaysByExtension()Get all human readable mimetype descriptions indexed by mimetype extensionMap<String,String>MimetypeService. getDisplaysByMimetype()Get all human readable mimetype descriptions indexed by mimetypeStringMimetypeService. getExtension(String mimetype)Get the extension for the specified mimetypeMap<String,String>MimetypeService. getExtensionsByMimetype()Get all mimetype extensions indexed by mimetypeStringMimetypeService. getMimetype(String extension)Get the mimetype for the specified extensionStringMimetypeService. getMimetypeIfNotMatches(ContentReader reader)Use detection heuristics to check if the mime type of the document really matches what it claims to be.List<String>MimetypeService. getMimetypes()Get all mimetypesCollection<String>MimetypeService. getMimetypes(String extension)Returns a collection of mimetypes ordered by extension.Map<String,String>MimetypeService. getMimetypesByExtension()Get all mimetypes indexed by extensionStringMimetypeService. guessMimetype(String filename)Provides a non-null best guess of the appropriate mimetype given a filename, based entirely on the file extension.StringMimetypeService. guessMimetype(String filename, InputStream input)Provides a non-null best guess of the appropriate mimetype for a given file.StringMimetypeService. guessMimetype(String filename, ContentReader reader)Provides a non-null best guess of the appropriate mimetype for a given file.booleanMimetypeService. isText(String mimetype)Check if a given mimetype represents a text format.
-