Uses of Class
org.alfresco.api.AlfrescoPublicApi
-
Packages that use AlfrescoPublicApi Package Description org.alfresco.error org.alfresco.query org.alfresco.util org.alfresco.util.bean org.alfresco.util.registry -
-
Uses of AlfrescoPublicApi in org.alfresco.error
Classes in org.alfresco.error with annotations of type AlfrescoPublicApi Modifier and Type Class Description classAlfrescoRuntimeExceptionI18n'ed runtime exception thrown by Alfresco code. -
Uses of AlfrescoPublicApi in org.alfresco.query
Classes in org.alfresco.query with annotations of type AlfrescoPublicApi Modifier and Type Class Description classPagingRequestSimple wrapper for single page request (with optional request for total count up to a given max)interfacePagingResults<R>Marker interface for single page of results -
Uses of AlfrescoPublicApi in org.alfresco.util
Classes in org.alfresco.util with annotations of type AlfrescoPublicApi Modifier and Type Class Description classEqualsHelperUtility class providing helper methods for various types ofequalsfunctionalityclassGUIDA wrapper class to serve up GUIDsclassISO8601DateFormatFormatting support for ISO 8601 datesclassLogAdapterUtility class to adapt aLogclass.classPair<F,S>Utility class for containing two things that aren't like each otherclassTempFileProviderA helper class that provides temporary files, providing a common point to clean them up.static classTempFileProvider.TempFileCleanerJobCleans up all Alfresco temporary files that are older than the given number of hours.classVersionNumberImmutable class to encapsulate a version number string. -
Uses of AlfrescoPublicApi in org.alfresco.util.bean
Classes in org.alfresco.util.bean with annotations of type AlfrescoPublicApi Modifier and Type Interface Description interfaceBooleanBeanInterface that may be implemented to return a boolean value in Spring bean configuration. -
Uses of AlfrescoPublicApi in org.alfresco.util.registry
Classes in org.alfresco.util.registry with annotations of type AlfrescoPublicApi Modifier and Type Class Description classNamedObjectRegistry<T>An generic registry of objects held by name.
-