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 java.lang.String
StaticMessageLookup. getMessage(java.lang.String messageKey)
java.lang.String
StaticMessageLookup. getMessage(java.lang.String messageKey, java.lang.Object... params)
java.lang.String
StaticMessageLookup. getMessage(java.lang.String messageKey, java.util.Locale locale)
java.lang.String
StaticMessageLookup. getMessage(java.lang.String messageKey, java.util.Locale locale, java.lang.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 java.util.Collection<QName>
DictionaryService. getAllAspects()
java.util.Collection<QName>
DictionaryService. getAllAspects(boolean includeInherited)
java.util.Collection<QName>
DictionaryService. getAllAssociations()
Get all the association definitionsjava.util.Collection<QName>
DictionaryService. getAllAssociations(boolean includeInherited)
java.util.Collection<QName>
DictionaryService. getAllDataTypes()
java.util.Collection<QName>
DictionaryService. getAllModels()
java.util.Collection<QName>
DictionaryService. getAllProperties(QName dataType)
Get all properties defined across all models with the given data type.java.util.Collection<QName>
DictionaryService. getAllTypes()
java.util.Collection<QName>
DictionaryService. getAllTypes(boolean includeInherited)
TypeDefinition
DictionaryService. getAnonymousType(QName type, java.util.Collection<QName> aspects)
Construct an anonymous type that combines the definitions of the specified type and aspects.AspectDefinition
DictionaryService. getAspect(QName name)
java.util.Collection<QName>
DictionaryService. getAspects(QName model)
AssociationDefinition
DictionaryService. getAssociation(QName associationName)
Gets the definition of the association as defined by its owning Class.java.util.Collection<QName>
DictionaryService. getAssociations(QName model)
ClassDefinition
DictionaryService. getClass(QName name)
ConstraintDefinition
DictionaryService. getConstraint(QName constraintQName)
Gets the definition of the constraintDataTypeDefinition
DictionaryService. getDataType(java.lang.Class<?> javaClass)
DataTypeDefinition
DictionaryService. getDataType(QName name)
java.util.Collection<QName>
DictionaryService. getDataTypes(QName model)
ModelDefinition
DictionaryService. getModel(QName model)
java.util.Collection<QName>
DictionaryService. getProperties(QName model, QName dataType)
Get all properties defined for the given model with the given data type.PropertyDefinition
DictionaryService. getProperty(QName propertyName)
Gets the definition of the property as defined by its owning Class.PropertyDefinition
DictionaryService. getProperty(QName className, QName propertyName)
Gets the definition of the property as defined by the specified Class.java.util.Map<QName,PropertyDefinition>
DictionaryService. getPropertyDefs(QName className)
Gets the definitions of the properties defined by the specified Class.java.util.Collection<QName>
DictionaryService. getSubAspects(QName aspect, boolean follow)
java.util.Collection<QName>
DictionaryService. getSubTypes(QName type, boolean follow)
Get the sub types of the type.TypeDefinition
DictionaryService. getType(QName name)
java.util.Collection<QName>
DictionaryService. getTypes(QName model)
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 NotAuditable Modifier and Type Method Description java.lang.String
MessageLookup. getMessage(java.lang.String messageKey)
Get message from registered resource bundle.java.lang.String
MessageLookup. getMessage(java.lang.String messageKey, java.lang.Object... params)
Get a localised message string, parameterized using standard MessageFormatter.java.lang.String
MessageLookup. getMessage(java.lang.String messageKey, java.util.Locale locale)
Get a localised message stringjava.lang.String
MessageLookup. getMessage(java.lang.String messageKey, java.util.Locale locale, java.lang.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 ContentCharsetFinder
MimetypeService. getContentCharsetFinder()
Provides the system default charset finder.java.util.Map<java.lang.String,java.lang.String>
MimetypeService. getDisplaysByExtension()
Get all human readable mimetype descriptions indexed by mimetype extensionjava.util.Map<java.lang.String,java.lang.String>
MimetypeService. getDisplaysByMimetype()
Get all human readable mimetype descriptions indexed by mimetypejava.lang.String
MimetypeService. getExtension(java.lang.String mimetype)
Get the extension for the specified mimetypejava.util.Map<java.lang.String,java.lang.String>
MimetypeService. getExtensionsByMimetype()
Get all mimetype extensions indexed by mimetypejava.lang.String
MimetypeService. getMimetype(java.lang.String extension)
Get the mimetype for the specified extensionjava.lang.String
MimetypeService. getMimetypeIfNotMatches(ContentReader reader)
Use detection heuristics to check if the mime type of the document really matches what it claims to be.java.util.List<java.lang.String>
MimetypeService. getMimetypes()
Get all mimetypesjava.util.Collection<java.lang.String>
MimetypeService. getMimetypes(java.lang.String extension)
Returns a collection of mimetypes ordered by extension.java.util.Map<java.lang.String,java.lang.String>
MimetypeService. getMimetypesByExtension()
Get all mimetypes indexed by extensionjava.lang.String
MimetypeService. guessMimetype(java.lang.String filename)
Provides a non-null best guess of the appropriate mimetype given a filename, based entirely on the file extension.java.lang.String
MimetypeService. guessMimetype(java.lang.String filename, java.io.InputStream input)
Provides a non-null best guess of the appropriate mimetype for a given file.java.lang.String
MimetypeService. guessMimetype(java.lang.String filename, ContentReader reader)
Provides a non-null best guess of the appropriate mimetype for a given file.boolean
MimetypeService. isText(java.lang.String mimetype)
Check if a given mimetype represents a text format.
-