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 class
AlfrescoRuntimeException
I18n'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 class
PagingRequest
Simple wrapper for single page request (with optional request for total count up to a given max)interface
PagingResults<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 class
EqualsHelper
Utility class providing helper methods for various types ofequals
functionalityclass
GUID
A wrapper class to serve up GUIDsclass
ISO8601DateFormat
Formatting support for ISO 8601 datesclass
LogAdapter
Utility class to adapt aLog
class.class
Pair<F,S>
Utility class for containing two things that aren't like each otherclass
TempFileProvider
A helper class that provides temporary files, providing a common point to clean them up.static class
TempFileProvider.TempFileCleanerJob
Cleans up all Alfresco temporary files that are older than the given number of hours.class
VersionNumber
Immutable 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 interface
BooleanBean
Interface 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 class
NamedObjectRegistry<T>
An generic registry of objects held by name.
-