- AbstractCachingCannedQueryFactory - Class in org.alfresco.query
-
- AbstractCachingCannedQueryFactory() - Constructor for class org.alfresco.query.AbstractCachingCannedQueryFactory
-
- AbstractCannedQuery - Class in org.alfresco.query
-
Basic support for canned query implementations.
- AbstractCannedQuery(CannedQueryParameters) - Constructor for class org.alfresco.query.AbstractCannedQuery
-
Construct the canned query given the original parameters applied.
- AbstractCannedQueryFactory - Class in org.alfresco.query
-
- AbstractCannedQueryFactory() - Constructor for class org.alfresco.query.AbstractCannedQueryFactory
-
- AbstractCharactersetFinder - Class in org.alfresco.encoding
-
- AbstractCharactersetFinder() - Constructor for class org.alfresco.encoding.AbstractCharactersetFinder
-
- AbstractEncryptor - Class in org.alfresco.encryption
-
Basic support for encryption engines.
- AbstractEncryptor() - Constructor for class org.alfresco.encryption.AbstractEncryptor
-
Constructs with defaults
- AbstractHttpClient - Class in org.alfresco.httpclient
-
- AbstractHttpClient(HttpClient) - Constructor for class org.alfresco.httpclient.AbstractHttpClient
-
- AbstractKeyProvider - Class in org.alfresco.encryption
-
Basic support for key providers
TODO: This class will provide the alias name mapping so that use-cases can be mapped
to different alias names in the keystore.
- AbstractKeyProvider() - Constructor for class org.alfresco.encryption.AbstractKeyProvider
-
- AbstractTriggerBean - Class in org.alfresco.util
-
A utility bean to wrap sceduling a job with a scheduler.
- AbstractTriggerBean() - Constructor for class org.alfresco.util.AbstractTriggerBean
-
- addLink(T, T) - Method in class org.alfresco.util.BridgeTable
-
- addLink(Pair) - Method in class org.alfresco.util.BridgeTable
-
- addLinks(Collection) - Method in class org.alfresco.util.BridgeTable
-
- addPathMap(String, String) - Method in class org.alfresco.util.PathMapper
-
Add a path mapping.
- addToBuffer(String) - Method in class org.alfresco.util.exec.RuntimeExec.InputStreamReaderThread
-
- afterExecute(Runnable, Throwable) - Method in class org.alfresco.util.DynamicallySizedThreadPoolExecutor
-
- afterPropertiesSet() - Method in class org.alfresco.ibatis.HierarchicalSqlSessionFactoryBean
-
- afterPropertiesSet() - Method in class org.alfresco.query.AbstractCannedQueryFactory
-
Registers the instance
- afterPropertiesSet() - Method in class org.alfresco.util.AbstractTriggerBean
-
Set the scheduler
- afterPropertiesSet() - Method in class org.alfresco.util.bean.HierarchicalBeanLoader
-
- afterPropertiesSet() - Method in class org.alfresco.util.CronTriggerBean
-
- afterPropertiesSet() - Method in class org.alfresco.util.resource.HierarchicalResourceLoader
-
- ALFRESCO_DEFAULT_BASE_URL - Static variable in class org.alfresco.httpclient.AbstractHttpClient
-
- ALFRESCO_LONG_LIFE_FILE_DIR - Static variable in class org.alfresco.util.TempFileProvider
-
The prefix for the long life temporary files.
- ALFRESCO_TEMP_FILE_DIR - Static variable in class org.alfresco.util.TempFileProvider
-
subdirectory in the temp directory where Alfresco temporary files will go
- alfrescoHost - Variable in class org.alfresco.httpclient.EncryptionService
-
- AlfrescoHttpClient - Interface in org.alfresco.httpclient
-
- AlfrescoKeyStore - Interface in org.alfresco.encryption
-
Manages a Java Keystore for Alfresco, including caching keys where appropriate.
- AlfrescoKeyStoreImpl - Class in org.alfresco.encryption
-
This wraps a Java Keystore and caches the encryption keys.
- AlfrescoKeyStoreImpl() - Constructor for class org.alfresco.encryption.AlfrescoKeyStoreImpl
-
- AlfrescoKeyStoreImpl(KeyStoreParameters, KeyResourceLoader) - Constructor for class org.alfresco.encryption.AlfrescoKeyStoreImpl
-
- AlfrescoKeyStoreImpl.KeyInfoManager - Class in org.alfresco.encryption
-
- AlfrescoKeyStoreImpl.KeyInformation - Class in org.alfresco.encryption
-
- AlfrescoKeyStoreImpl.KeyInformation(String, byte[], String, String) - Constructor for class org.alfresco.encryption.AlfrescoKeyStoreImpl.KeyInformation
-
- alfrescoPort - Variable in class org.alfresco.httpclient.EncryptionService
-
- AlfrescoPropertiesPersister - Class in org.alfresco.config
-
Simple extension to theDefaultPropertiesPersister
to strip trailing whitespace
from incoming properties.
- AlfrescoPropertiesPersister() - Constructor for class org.alfresco.config.AlfrescoPropertiesPersister
-
- AlfrescoRuntimeException - Exception in org.alfresco.error
-
I18n'ed runtime exception thrown by Alfresco code.
- AlfrescoRuntimeException(String) - Constructor for exception org.alfresco.error.AlfrescoRuntimeException
-
Constructor
- AlfrescoRuntimeException(String, Object[]) - Constructor for exception org.alfresco.error.AlfrescoRuntimeException
-
Constructor
- AlfrescoRuntimeException(String, Throwable) - Constructor for exception org.alfresco.error.AlfrescoRuntimeException
-
Constructor
- AlfrescoRuntimeException(String, Object[], Throwable) - Constructor for exception org.alfresco.error.AlfrescoRuntimeException
-
Constructor
- AlfrescoRuntimeExceptionTest - Class in org.alfresco.error
-
Alfresco runtime exception test
- AlfrescoRuntimeExceptionTest() - Constructor for class org.alfresco.error.AlfrescoRuntimeExceptionTest
-
- alias - Variable in class org.alfresco.encryption.AlfrescoKeyStoreImpl.KeyInformation
-
- ALIAS_METADATA - Static variable in interface org.alfresco.encryption.KeyProvider
-
Constant representing the keystore alias for keys to encrypt/decrypt node metadata
- ALIAS_SOLR - Static variable in interface org.alfresco.encryption.KeyProvider
-
Constant representing the keystore alias for keys to encrypt/decrypt SOLR transfer data
- apply(F) - Method in interface org.alfresco.util.collections.Function
-
Converts a value of type F to a result of type T.
- applyPostQueryPaging(List, CannedQueryPageDetails) - Method in class org.alfresco.query.AbstractCannedQuery
-
Called after the sorting phase
to pull out results specific
to the required pages.
- applyPostQueryPermissions(List, int) - Method in class org.alfresco.query.AbstractCannedQuery
-
Called after the query
to filter out results based on permissions.
- applyPostQuerySorting(List, CannedQuerySortDetails) - Method in class org.alfresco.query.AbstractCannedQuery
-
Called before #applyPostQueryPermissions(List)
to allow the results to be sorted prior to permission checks.
- ArgumentHelper - Class in org.alfresco.util
-
Utility class to assist in extracting program arguments.
- ArgumentHelper(String, String[]) - Constructor for class org.alfresco.util.ArgumentHelper
-
- ASCENDING - Static variable in class org.alfresco.query.CannedQuerySortDetails.SortOrder
-
- assertFileIsValid(String) - Method in class org.alfresco.util.BaseTest
-
- asSet(Class, Object[]) - Static method in class org.alfresco.util.collections.CollectionUtils
-
This utility method converts a vararg of Objects into a Set.
- authenticate(HttpServletRequest, byte[]) - Method in class org.alfresco.encryption.DefaultEncryptionUtils
-
Authenticate the http request: validate the MAC, check that the remote IP is
as expected and that the timestamp is recent.
- authenticate(byte[], MACUtils.MACInput) - Method in class org.alfresco.encryption.DefaultEncryptionUtils
-
- authenticate(HttpServletRequest, byte[]) - Method in interface org.alfresco.encryption.EncryptionUtils
-
Authenticate the http request: validate the MAC, check that the remote IP is
as expected and that the timestamp is recent.
- authenticateResponse(HttpMethod, String, byte[]) - Method in class org.alfresco.encryption.DefaultEncryptionUtils
-
Authenticate the http method response: validate the MAC, check that the remote IP is
as expected and that the timestamp is recent.
- authenticateResponse(HttpMethod, String, byte[]) - Method in interface org.alfresco.encryption.EncryptionUtils
-
Authenticate the http method response: validate the MAC, check that the remote IP is
as expected and that the timestamp is recent.
- AuthenticationException - Exception in org.alfresco.httpclient
-
- AuthenticationException(HttpMethod) - Constructor for exception org.alfresco.httpclient.AuthenticationException
-
- AuthSSLInitializationError - Error in org.alfresco.encryption.ssl
-
- AuthSSLInitializationError() - Constructor for error org.alfresco.encryption.ssl.AuthSSLInitializationError
-
Creates a new AuthSSLInitializationError.
- AuthSSLInitializationError(String) - Constructor for error org.alfresco.encryption.ssl.AuthSSLInitializationError
-
Creates a new AuthSSLInitializationError with the specified message.
- AuthSSLProtocolSocketFactory - Class in org.alfresco.encryption.ssl
-
Mutual Authentication against an Alfresco repository.
- AuthSSLProtocolSocketFactory(AlfrescoKeyStore, AlfrescoKeyStore, KeyResourceLoader) - Constructor for class org.alfresco.encryption.ssl.AuthSSLProtocolSocketFactory
-
Constructor for AuthSSLProtocolSocketFactory.
- available() - Method in class org.alfresco.encryption.DecryptingInputStream
-
- CachedKey - Class in org.alfresco.encryption
-
Represents a loaded, cached encryption key.
- CachedKey(Key) - Constructor for class org.alfresco.encryption.CachedKey
-
- cacheKeys(KeyStore, AlfrescoKeyStoreImpl.KeyInfoManager) - Method in class org.alfresco.encryption.AlfrescoKeyStoreImpl
-
- CachingDateFormat - Class in org.alfresco.util
-
Provides thread safe means of obtaining a cached date formatter.
- CachingDateFormat.SimpleDateFormatAndResolution - Class in org.alfresco.util
-
- CachingDateFormat.StringAndResolution - Class in org.alfresco.util
-
- canHandle(URL) - Method in interface org.alfresco.config.PathMatchingHelper
-
Indicates whether this helper is capable of searching the given URL (i.e.
- CannedQuery - Interface in org.alfresco.query
-
Interface for named query implementations.
- CannedQueryException - Exception in org.alfresco.query
-
Exception generated by failures to execute canned queries.
- CannedQueryException(String) - Constructor for exception org.alfresco.query.CannedQueryException
-
- CannedQueryException(String, Throwable) - Constructor for exception org.alfresco.query.CannedQueryException
-
- CannedQueryException(String, Object[]) - Constructor for exception org.alfresco.query.CannedQueryException
-
- CannedQueryException(String, Object[], Throwable) - Constructor for exception org.alfresco.query.CannedQueryException
-
- CannedQueryFactory - Interface in org.alfresco.query
-
Interface for factory implementations for producing instances of
CannedQuery
based on all the query parameters.
- CannedQueryPageDetails - Class in org.alfresco.query
-
Details for canned queries supporting paged results.
- CannedQueryPageDetails() - Constructor for class org.alfresco.query.CannedQueryPageDetails
-
- CannedQueryPageDetails(int, int) - Constructor for class org.alfresco.query.CannedQueryPageDetails
-
- CannedQueryPageDetails(int, int, int, int) - Constructor for class org.alfresco.query.CannedQueryPageDetails
-
- CannedQueryPageDetails(PagingRequest) - Constructor for class org.alfresco.query.CannedQueryPageDetails
-
Helper constructor to transform a paging request into the Canned Query form.
- CannedQueryParameters - Class in org.alfresco.query
-
- CannedQueryParameters(Object) - Constructor for class org.alfresco.query.CannedQueryParameters
-
pageDetails: null
sortDetails: null
totalResultCountMax: 0
queryExecutionId: null
- CannedQueryParameters(Object, int, int, String) - Constructor for class org.alfresco.query.CannedQueryParameters
-
Defaults:
pageDetails.pageNumber: 1
pageDetails.pageCount: 1
totalResultCountMax: 0
- CannedQueryParameters(Object, CannedQueryPageDetails, CannedQuerySortDetails) - Constructor for class org.alfresco.query.CannedQueryParameters
-
Defaults:
totalResultCountMax: 0
queryExecutionId: null
- CannedQueryParameters(Object, CannedQuerySortDetails, PagingRequest) - Constructor for class org.alfresco.query.CannedQueryParameters
-
Construct all the parameters for executing a named query, using values from the
PagingRequest
.
- CannedQueryParameters(Object, CannedQueryPageDetails, CannedQuerySortDetails, int, String) - Constructor for class org.alfresco.query.CannedQueryParameters
-
Construct all the parameters for executing a named query.
- CannedQueryResults - Interface in org.alfresco.query
-
- CannedQuerySortDetails - Class in org.alfresco.query
-
Details for canned queries supporting sorted results
- CannedQuerySortDetails(Pair[]) - Constructor for class org.alfresco.query.CannedQuerySortDetails
-
Construct the sort details with a variable number of sort pairs.
- CannedQuerySortDetails(List) - Constructor for class org.alfresco.query.CannedQuerySortDetails
-
Construct the sort details from a list of sort pairs.
- CannedQuerySortDetails.SortOrder - Class in org.alfresco.query
-
Sort ordering for the sort pairs
.
- CannedQueryTest - Class in org.alfresco.query
-
- CannedQueryTest() - Constructor for class org.alfresco.query.CannedQueryTest
-
- CHANGED - Static variable in class org.alfresco.encryption.EncryptionKeysRegistry.KEY_STATUS
-
- CharactersetFinder - Interface in org.alfresco.encoding
-
Interface for classes that are able to read a text-based input stream and determine
the character encoding.
- checkKey(String, Key) - Method in interface org.alfresco.encryption.EncryptionKeysRegistry
-
Check the validity of the key against the registry.
- cifs - Static variable in class org.alfresco.util.FileFilterMode.Client
-
- cipherAlgorithm - Variable in class org.alfresco.encryption.AbstractEncryptor
-
- cipherProvider - Variable in class org.alfresco.encryption.AbstractEncryptor
-
- clear() - Method in class org.alfresco.encryption.AlfrescoKeyStoreImpl.KeyInfoManager
-
- clear() - Method in class org.alfresco.util.ExpiringValueCache
-
Clear the cache value
- clear() - Method in class org.alfresco.util.OneToManyHashBiMap
-
- clear() - Method in class org.alfresco.util.OneToManyHashMap
-
- clear() - Method in class org.alfresco.util.PathMapper
-
- clearClient() - Static method in class org.alfresco.util.FileFilterMode
-
- clearKeyStorePassword() - Method in class org.alfresco.encryption.AlfrescoKeyStoreImpl.KeyInfoManager
-
- clone(T) - Static method in class org.alfresco.util.SerializationUtils
-
Deep clone an Object
using serialization.
- close() - Method in class org.alfresco.encryption.DecryptingInputStream
-
- close() - Method in class org.alfresco.encryption.EncryptingOutputStream
-
- cmis - Static variable in class org.alfresco.util.FileFilterMode.Client
-
- collectionFiltering() - Method in class org.alfresco.util.collections.CollectionUtilsTest
-
- CollectionUtils - Class in org.alfresco.util.collections
-
- CollectionUtils() - Constructor for class org.alfresco.util.collections.CollectionUtils
-
- CollectionUtilsTest - Class in org.alfresco.util.collections
-
- CollectionUtilsTest() - Constructor for class org.alfresco.util.collections.CollectionUtilsTest
-
- commit() - Method in class org.alfresco.util.transaction.SpringAwareUserTransaction
-
- compareTo(VersionNumber) - Method in class org.alfresco.util.VersionNumber
-
Compares the passed version to this.
- completeTransactionAfterThrowing(TransactionAspectSupport.TransactionInfo, Throwable) - Method in class org.alfresco.util.transaction.SpringAwareUserTransaction
-
- constructHttpClient() - Method in class org.alfresco.httpclient.HttpClientFactory
-
- contains(Charset) - Method in class org.alfresco.encoding.GuessEncodingCharsetFinder.DummyCharset
-
- containsFilter(Collection) - Static method in class org.alfresco.util.collections.CollectionUtils
-
- containsKey(Object) - Method in class org.alfresco.util.OneToManyHashBiMap
-
- containsKey(Object) - Method in class org.alfresco.util.OneToManyHashMap
-
- containsSingleValue(V) - Method in class org.alfresco.util.OneToManyHashBiMap
-
- containsSingleValue(V) - Method in class org.alfresco.util.OneToManyHashMap
-
- containsSingleValue(V) - Method in interface org.alfresco.util.OneToManyMap
-
This method returns true
if any of the value sets in the
OneToManyMap contains an equivalent object to the value
parameter, where equivalence is determined using the
equals(Object)
method.
- containsValue(Object) - Method in class org.alfresco.util.OneToManyHashBiMap
-
- containsValue(Object) - Method in class org.alfresco.util.OneToManyHashMap
-
- Content - Interface in org.alfresco.util
-
Content
- Convert - Class in org.alfresco.util
-
Utility to convert text files.
- convertMap(Map) - Method in class org.alfresco.util.PathMapper
-
- create() - Method in interface org.alfresco.encryption.AlfrescoKeyStore
-
Create the key store if it doesn't exist.
- create() - Method in class org.alfresco.encryption.AlfrescoKeyStoreImpl
-
Create the key store if it doesn't exist.
- create(String, Object[]) - Static method in exception org.alfresco.error.AlfrescoRuntimeException
-
Helper factory method making use of variable argument numbers
- create(Throwable, String, Object[]) - Static method in exception org.alfresco.error.AlfrescoRuntimeException
-
Helper factory method making use of variable argument numbers
- createCipher(int, String, String, Key, AlgorithmParameters) - Method in class org.alfresco.encryption.DefaultEncryptor
-
- createKey(String) - Method in class org.alfresco.encryption.AlfrescoKeyStoreImpl
-
- createKeyManagers() - Method in interface org.alfresco.encryption.AlfrescoKeyStore
-
Create an array of key managers from keys in the key store.
- createKeyManagers() - Method in class org.alfresco.encryption.AlfrescoKeyStoreImpl
-
Create an array of key managers from keys in the key store.
- createKeyStore(KeyStoreParameters, KeyMap) - Method in class org.alfresco.encryption.AlfrescoKeyStoreImpl
-
- createMethod(Request) - Method in class org.alfresco.httpclient.AbstractHttpClient
-
- createSocket(String, int, InetAddress, int, HttpConnectionParams) - Method in class org.alfresco.encryption.ssl.AuthSSLProtocolSocketFactory
-
Attempts to get a new socket connection to the given host within the given time limit.
- createSocket(String, int, InetAddress, int) - Method in class org.alfresco.encryption.ssl.AuthSSLProtocolSocketFactory
-
- createSocket(String, int) - Method in class org.alfresco.encryption.ssl.AuthSSLProtocolSocketFactory
-
- createSocket(Socket, String, int, boolean) - Method in class org.alfresco.encryption.ssl.AuthSSLProtocolSocketFactory
-
- createTempFile(String, String) - Static method in class org.alfresco.util.TempFileProvider
-
Create a temp file in the alfresco temp dir.
- createTempFile(String, String, File) - Static method in class org.alfresco.util.TempFileProvider
-
- createTrustManagers() - Method in interface org.alfresco.encryption.AlfrescoKeyStore
-
Create an array of trust managers from certificates in the key store.
- createTrustManagers() - Method in class org.alfresco.encryption.AlfrescoKeyStoreImpl
-
Create an array of trust managers from certificates in the key store.
- CronTriggerBean - Class in org.alfresco.util
-
A utility bean to wrap scheduling a cron job with a given scheduler.
- CronTriggerBean() - Constructor for class org.alfresco.util.CronTriggerBean
-
Default constructor
- Debug - Class in org.alfresco.util
-
Class containing debugging utility methods
- Debug() - Constructor for class org.alfresco.util.Debug
-
- debug(Log, String, Object[]) - Static method in class org.alfresco.util.LogUtil
-
Log an I18Nized message to DEBUG.
- decodeAlgorithmParameters(byte[]) - Method in class org.alfresco.encryption.AbstractEncryptor
-
Decodes encoded cipher algorithm parameters
- decodeAlgorithmParameters(HttpMethod) - Method in class org.alfresco.encryption.DefaultEncryptionUtils
-
Decode cipher algorithm parameters from the HTTP method
- decodeAlgorithmParameters(HttpServletRequest) - Method in class org.alfresco.encryption.DefaultEncryptionUtils
-
Decode cipher algorithm parameters from the HTTP method
- decodeAlgorithmParameters(byte[]) - Method in class org.alfresco.encryption.DefaultFallbackEncryptor
-
Decodes encoded cipher algorithm parameters
- decodeAlgorithmParameters(byte[]) - Method in interface org.alfresco.encryption.Encryptor
-
Decodes encoded cipher algorithm parameters
- decrypt(String, AlgorithmParameters, byte[]) - Method in class org.alfresco.encryption.AbstractEncryptor
-
Decrypt some bytes
- decrypt(String, AlgorithmParameters, InputStream) - Method in class org.alfresco.encryption.AbstractEncryptor
-
Decrypt an input stream
- decrypt(String, AlgorithmParameters, byte[]) - Method in class org.alfresco.encryption.DefaultFallbackEncryptor
-
Decrypt some bytes
- decrypt(String, AlgorithmParameters, InputStream) - Method in class org.alfresco.encryption.DefaultFallbackEncryptor
-
Decrypt an input stream
- decrypt(String, AlgorithmParameters, byte[]) - Method in interface org.alfresco.encryption.Encryptor
-
Decrypt some bytes
- decrypt(String, AlgorithmParameters, InputStream) - Method in interface org.alfresco.encryption.Encryptor
-
Decrypt an input stream
- decryptBody(HttpServletRequest) - Method in class org.alfresco.encryption.DefaultEncryptionUtils
-
Decrypt the body of the http request
- decryptBody(HttpServletRequest) - Method in interface org.alfresco.encryption.EncryptionUtils
-
Decrypt the body of the http request
- DecryptingInputStream - Class in org.alfresco.encryption
-
- DecryptingInputStream(InputStream, PrivateKey) - Constructor for class org.alfresco.encryption.DecryptingInputStream
-
Constructs a DecryptingInputStream using default symmetric encryption parameters.
- DecryptingInputStream(InputStream, PrivateKey, String, String, String) - Constructor for class org.alfresco.encryption.DecryptingInputStream
-
Constructs a DecryptingInputStream.
- decryptObject(String, AlgorithmParameters, byte[]) - Method in class org.alfresco.encryption.AbstractEncryptor
-
Decrypt data as an object
- decryptObject(String, AlgorithmParameters, byte[]) - Method in class org.alfresco.encryption.DefaultFallbackEncryptor
-
Decrypt data as an object
- decryptObject(String, AlgorithmParameters, byte[]) - Method in interface org.alfresco.encryption.Encryptor
-
Decrypt data as an object
- decryptResponseBody(HttpMethod) - Method in class org.alfresco.encryption.DefaultEncryptionUtils
-
Decrypt the response body of the http method
- decryptResponseBody(HttpMethod) - Method in interface org.alfresco.encryption.EncryptionUtils
-
Decrypt the response body of the http method
- DEFAULT_DIALECT_PLACEHOLDER - Static variable in class org.alfresco.util.bean.HierarchicalBeanLoader
-
- DEFAULT_DIALECT_PLACEHOLDER - Static variable in class org.alfresco.util.resource.HierarchicalResourceLoader
-
- DEFAULT_DIALECT_REGEX - Static variable in class org.alfresco.util.bean.HierarchicalBeanLoader
-
- DEFAULT_DIALECT_REGEX - Static variable in class org.alfresco.util.resource.HierarchicalResourceLoader
-
- DEFAULT_INF_PATTERN - Static variable in class org.alfresco.config.JNDIConstants
-
Patern to detect if an AVM webapp asset is in META-INF or WEB-INF dir.
- DEFAULT_PAGE_COUNT - Static variable in class org.alfresco.query.CannedQueryPageDetails
-
- DEFAULT_PAGE_NUMBER - Static variable in class org.alfresco.query.CannedQueryPageDetails
-
- DEFAULT_PAGE_SIZE - Static variable in class org.alfresco.query.CannedQueryPageDetails
-
- DEFAULT_SERIALIZABLE_TYPE - Static variable in class org.alfresco.ibatis.SerializableTypeHandler
-
- DEFAULT_SKIP_RESULTS - Static variable in class org.alfresco.query.CannedQueryPageDetails
-
- DEFAULT_TOTAL_COUNT_MAX - Static variable in class org.alfresco.query.CannedQueryParameters
-
- DEFAULT_VSERVER_IP - Static variable in class org.alfresco.config.JNDIConstants
-
Deprecated.
see VirtualisationServerPreviewURIService.DEFAULT_VSERVER_IP
- DEFAULT_VSERVER_PORT - Static variable in class org.alfresco.config.JNDIConstants
-
Deprecated.
see VirtualisationServerPreviewURIService.DEFAULT_VSERVER_PORT
- DefaultEncryptionUtils - Class in org.alfresco.encryption
-
Various encryption utility methods.
- DefaultEncryptionUtils() - Constructor for class org.alfresco.encryption.DefaultEncryptionUtils
-
- DefaultEncryptor - Class in org.alfresco.encryption
-
- DefaultEncryptor() - Constructor for class org.alfresco.encryption.DefaultEncryptor
-
Default constructor for IOC
- DefaultFallbackEncryptor - Class in org.alfresco.encryption
-
The fallback encryptor provides a fallback mechanism for decryption, first using the default
encryption keys and, if they fail (perhaps because they have been changed), falling back
to a backup set of keys.
- DefaultFallbackEncryptor() - Constructor for class org.alfresco.encryption.DefaultFallbackEncryptor
-
- DefaultFallbackEncryptor(Encryptor, Encryptor) - Constructor for class org.alfresco.encryption.DefaultFallbackEncryptor
-
- Delete(String) - Static method in class org.alfresco.util.Deleter
-
Delete by path.
- Delete(File) - Static method in class org.alfresco.util.Deleter
-
Delete by File.
- deleteEmptyParents(File, String) - Static method in class org.alfresco.util.Deleter
-
Recursively deletes the parents of the specified file stopping when rootDir
is reached.
- deleteEmptyParents(File, File) - Static method in class org.alfresco.util.Deleter
-
- Deleter - Class in org.alfresco.util
-
Utility to delete a file or directory recursively.
- Deleter() - Constructor for class org.alfresco.util.Deleter
-
- DESCENDING - Static variable in class org.alfresco.query.CannedQuerySortDetails.SortOrder
-
- deserialize(InputStream) - Static method in class org.alfresco.util.SerializationUtils
-
Deserializes an Object
from the specified stream.
- deserialize(byte[]) - Static method in class org.alfresco.util.SerializationUtils
-
Deserializes a single Object
from an array of bytes.
- destroy() - Method in class org.alfresco.util.AbstractTriggerBean
-
Ensures that the job is unscheduled with the context is shut down.
- detectCharset(InputStream) - Method in class org.alfresco.encoding.AbstractCharactersetFinder
-
Attempt to detect the character set encoding for the give input stream.
- detectCharset(byte[]) - Method in class org.alfresco.encoding.AbstractCharactersetFinder
-
- detectCharset(InputStream) - Method in interface org.alfresco.encoding.CharactersetFinder
-
Attempt to detect the character set encoding for the give input stream.
- detectCharset(byte[]) - Method in interface org.alfresco.encoding.CharactersetFinder
-
Attempt to detect the character set encoding for the given buffer.
- detectCharsetImpl(byte[]) - Method in class org.alfresco.encoding.AbstractCharactersetFinder
-
Worker method for implementations to override.
- detectCharsetImpl(byte[]) - Method in class org.alfresco.encoding.BomCharactersetFinder
-
Just searches the Byte Order Marker, i.e.
- detectCharsetImpl(byte[]) - Method in class org.alfresco.encoding.GuessEncodingCharsetFinder
-
- determineDialect(String, int) - Static method in class org.alfresco.hibernate.DialectFactory
-
Determine the appropriate Dialect to use given the database product name
and major version.
- DialectFactory - Class in org.alfresco.hibernate
-
A factory for generating Dialect instances.
- DialectFactory() - Constructor for class org.alfresco.hibernate.DialectFactory
-
- DialectFactory.DatabaseDialectMapper - Interface in org.alfresco.hibernate
-
For a given database product name, instances of
DatabaseDialectMapper know which Dialect to use for different versions.
- DialectFactory.VersionInsensitiveMapper - Class in org.alfresco.hibernate
-
A simple DatabaseDialectMapper for dialects which are independent
of the underlying database product version.
- DialectFactory.VersionInsensitiveMapper(String) - Constructor for class org.alfresco.hibernate.DialectFactory.VersionInsensitiveMapper
-
- DialectFactoryBean - Class in org.alfresco.hibernate
-
Factory for the Hibernate dialect.
- DialectFactoryBean() - Constructor for class org.alfresco.hibernate.DialectFactoryBean
-
- Digest(byte[]) - Static method in class org.alfresco.util.MD5
-
Thread-safe static digest (hashing) function.
- digest(byte[]) - Method in class org.alfresco.util.MD5
-
Non-threadsafe MD5 digest (hashing) function
- DIR_DEFAULT_APPBASE - Static variable in class org.alfresco.config.JNDIConstants
-
Directory in which virtualized webapps reside (e.g.: "ROOT").
- DIR_DEFAULT_WWW - Static variable in class org.alfresco.config.JNDIConstants
-
Directory used for virtualized web content.
- DIR_DEFAULT_WWW_APPBASE - Static variable in class org.alfresco.config.JNDIConstants
-
- DNSNameMangler - Class in org.alfresco.util
-
Utility to convert sandbox store names into DNS save names.
- DNSNameMangler() - Constructor for class org.alfresco.util.DNSNameMangler
-
- DNSNameManglerTest - Class in org.alfresco.util
-
Test the DNSNameMangler.
- DNSNameManglerTest() - Constructor for class org.alfresco.util.DNSNameManglerTest
-
- doWithRetry(RetryingCallbackHelper.RetryingCallback) - Method in class org.alfresco.ibatis.RetryingCallbackHelper
-
Execute a callback until it succeeds, fails or until a maximum number of retries have
been attempted.
- DynamicallySizedThreadPoolExecutor - Class in org.alfresco.util
-
This is an instance of ThreadPoolExecutor
which
behaves how one would expect it to, even when faced with an unlimited
queue.
- DynamicallySizedThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue, RejectedExecutionHandler) - Constructor for class org.alfresco.util.DynamicallySizedThreadPoolExecutor
-
- DynamicallySizedThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue, ThreadFactory, RejectedExecutionHandler) - Constructor for class org.alfresco.util.DynamicallySizedThreadPoolExecutor
-
- DynamicallySizedThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue, ThreadFactory) - Constructor for class org.alfresco.util.DynamicallySizedThreadPoolExecutor
-
- DynamicallySizedThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue) - Constructor for class org.alfresco.util.DynamicallySizedThreadPoolExecutor
-
- EmptyCannedQueryResults - Class in org.alfresco.query
-
An always empty
CannedQueryResults
, used when you know
you can short circuit a query when no results are found.
- EmptyCannedQueryResults(CannedQuery) - Constructor for class org.alfresco.query.EmptyCannedQueryResults
-
- EmptyPagingResults - Class in org.alfresco.query
-
An always empty
PagingResults
, used when you know
you can short circuit a query when no results are found.
- EmptyPagingResults() - Constructor for class org.alfresco.query.EmptyPagingResults
-
- encrypt(String, AlgorithmParameters, byte[]) - Method in class org.alfresco.encryption.AbstractEncryptor
-
Encrypt some bytes
- encrypt(String, AlgorithmParameters, byte[]) - Method in class org.alfresco.encryption.DefaultFallbackEncryptor
-
Encrypt some bytes
- encrypt(String, AlgorithmParameters, byte[]) - Method in interface org.alfresco.encryption.Encryptor
-
Encrypt some bytes
- EncryptingOutputStream - Class in org.alfresco.encryption
-
An output stream that encrypts data to another output stream.
- EncryptingOutputStream(OutputStream, PublicKey, SecureRandom) - Constructor for class org.alfresco.encryption.EncryptingOutputStream
-
Constructs an EncryptingOutputStream using default symmetric encryption parameters.
- EncryptingOutputStream(OutputStream, PublicKey, String, SecureRandom, int, String, String) - Constructor for class org.alfresco.encryption.EncryptingOutputStream
-
Constructs an EncryptingOutputStream.
- EncryptingOutputStreamTest - Class in org.alfresco.encryption
-
Tests that the EncryptingOutputStream and EncryptingInputStream classes work correctly.
- EncryptingOutputStreamTest() - Constructor for class org.alfresco.encryption.EncryptingOutputStreamTest
-
- encryptionKeysRegistry - Variable in class org.alfresco.encryption.AlfrescoKeyStoreImpl
-
- EncryptionKeysRegistry - Interface in org.alfresco.encryption
-
Stores registered encryption keys.
- EncryptionKeysRegistry.KEY_STATUS - Class in org.alfresco.encryption
-
- encryptionParameters - Variable in class org.alfresco.httpclient.EncryptionService
-
- EncryptionService - Class in org.alfresco.httpclient
-
Provides encryption services for SOLR communications with the Alfresco repository
- EncryptionService(String, int, KeyResourceLoader, KeyStoreParameters, MD5EncryptionParameters) - Constructor for class org.alfresco.httpclient.EncryptionService
-
- EncryptionUtils - Interface in org.alfresco.encryption
-
Various encryption utility methods.
- encryptionUtils - Variable in class org.alfresco.httpclient.EncryptionService
-
- encryptObject(String, AlgorithmParameters, Object) - Method in class org.alfresco.encryption.AbstractEncryptor
-
Encrypt an object
- encryptObject(String, AlgorithmParameters, Object) - Method in class org.alfresco.encryption.DefaultFallbackEncryptor
-
Encrypt an object
- encryptObject(String, AlgorithmParameters, Object) - Method in interface org.alfresco.encryption.Encryptor
-
Encrypt an object
- encryptor - Variable in class org.alfresco.encryption.DefaultEncryptionUtils
-
- Encryptor - Interface in org.alfresco.encryption
-
Interface providing methods to encrypt and decrypt data.
- encryptor - Variable in class org.alfresco.httpclient.EncryptionService
-
- ENHANCED - Static variable in class org.alfresco.util.FileFilterMode.Mode
-
- entries() - Method in class org.alfresco.util.OneToManyHashBiMap
-
- entries() - Method in class org.alfresco.util.OneToManyHashMap
-
- entries() - Method in interface org.alfresco.util.OneToManyMap
-
This method is similar to the java.util.Map.entrySet()
method, however the entries returned map from a key to a value, rather
than from a key(K
) to a value(V
) rather than
froma key(K
) to a set of values(Set<V>
).
- entrySet() - Method in class org.alfresco.util.OneToManyHashBiMap
-
- entrySet() - Method in class org.alfresco.util.OneToManyHashMap
-
- EntryTransformer - Interface in org.alfresco.util.collections
-
- EQUAL - Static variable in class org.alfresco.util.EqualsHelper.MapValueComparison
-
The key was present in both maps and the values were equal
- equals(Object) - Method in class org.alfresco.util.Pair
-
- equals(Object) - Method in class org.alfresco.util.Triple
-
Override of equals.
- equals(Object) - Method in class org.alfresco.util.VersionNumber
-
Equals implementation
- EqualsHelper - Class in org.alfresco.util
-
Utility class providing helper methods for various types of equals
functionality
- EqualsHelper() - Constructor for class org.alfresco.util.EqualsHelper
-
- EqualsHelper.MapValueComparison - Class in org.alfresco.util
-
- EqualsHelperTest - Class in org.alfresco.util
-
- EqualsHelperTest() - Constructor for class org.alfresco.util.EqualsHelperTest
-
- ERR_PROPERTY_NOT_SET - Static variable in class org.alfresco.util.PropertyCheck
-
- error(Log, String, Object[]) - Static method in class org.alfresco.util.LogUtil
-
Log an I18Nized message to ERROR.
- error(Log, Throwable, String, Object[]) - Static method in class org.alfresco.util.LogUtil
-
Log an I18Nized message to ERROR with a given source error.
- ExceptionStackUtil - Class in org.alfresco.error
-
Helper class to provide information about exception stacks.
- ExceptionStackUtil() - Constructor for class org.alfresco.error.ExceptionStackUtil
-
- ExecParameterTokenizer - Class in org.alfresco.util.exec
-
This class is used to tokenize strings used as parameters for
RuntimeExec
objects.
- ExecParameterTokenizer(String) - Constructor for class org.alfresco.util.exec.ExecParameterTokenizer
-
- ExecParameterTokenizer.QuotedSubstring - Class in org.alfresco.util.exec
-
A substring that is surrounded by (single or double) quotes.
- ExecParameterTokenizer.QuotedSubstring(String) - Constructor for class org.alfresco.util.exec.ExecParameterTokenizer.QuotedSubstring
-
- ExecParameterTokenizer.Substring - Interface in org.alfresco.util.exec
-
Utility interface for a substring in a parameter string.
- ExecParameterTokenizer.UnquotedSubstring - Class in org.alfresco.util.exec
-
A substring that is not surrounded by (single or double) quotes.
- ExecParameterTokenizer.UnquotedSubstring(String) - Constructor for class org.alfresco.util.exec.ExecParameterTokenizer.UnquotedSubstring
-
- ExecParameterTokenizerTest - Class in org.alfresco.util.exec
-
- ExecParameterTokenizerTest() - Constructor for class org.alfresco.util.exec.ExecParameterTokenizerTest
-
- execute() - Method in interface org.alfresco.ibatis.RetryingCallbackHelper.RetryingCallback
-
Perform a unit of work.
- execute() - Method in class org.alfresco.query.AbstractCannedQuery
-
- execute() - Method in interface org.alfresco.query.CannedQuery
-
Execute the named query, which was provided to support the
parameters
originally provided.
- execute(Runnable) - Method in class org.alfresco.util.DynamicallySizedThreadPoolExecutor
-
- execute() - Method in class org.alfresco.util.exec.RuntimeExec
-
Executes the command using the default properties
- execute(Map) - Method in class org.alfresco.util.exec.RuntimeExec
-
Executes the statement that this instance was constructed with.
- execute(Map, long) - Method in class org.alfresco.util.exec.RuntimeExec
-
Executes the statement that this instance was constructed with an optional
timeout after which the command is asked to
- execute() - Method in class org.alfresco.util.ReadWriteLockExecuter
-
- execute(JobExecutionContext) - Method in class org.alfresco.util.TempFileProvider.TempFileCleanerJob
-
Gets a list of all files in the
temp directory
and deletes all those that are older than the given number of hours.
- executeBatch() - Method in interface org.alfresco.ibatis.BatchingDAO
-
Write a batch of insert or update commands
- executeMethod(HttpMethod) - Method in class org.alfresco.httpclient.AbstractHttpClient
-
- exists() - Method in interface org.alfresco.encryption.AlfrescoKeyStore
-
Does the underlying key store exist?
- exists() - Method in class org.alfresco.encryption.AlfrescoKeyStoreImpl
-
Does the underlying key store exist?
- ExpiringValueCache - Class in org.alfresco.util
-
Simple cache of a single Object value.
- ExpiringValueCache() - Constructor for class org.alfresco.util.ExpiringValueCache
-
Default constructor.
- ExpiringValueCache(long) - Constructor for class org.alfresco.util.ExpiringValueCache
-
Constructor
- generate() - Static method in class org.alfresco.util.GUID
-
Generates and returns a new GUID as a string
- generateKeyData() - Method in class org.alfresco.encryption.GenerateSecretKey
-
- generateMAC(String, MACUtils.MACInput) - Method in class org.alfresco.encryption.MACUtils
-
- GenerateSecretKey - Class in org.alfresco.encryption
-
Generate a secret key for use by the repository.
- GenerateSecretKey() - Constructor for class org.alfresco.encryption.GenerateSecretKey
-
- get() - Method in class org.alfresco.util.ExpiringValueCache
-
Get the cached object.
- get(Object) - Method in class org.alfresco.util.OneToManyHashBiMap
-
- get(Object) - Method in class org.alfresco.util.OneToManyHashMap
-
- getActiveThreadGroups() - Static method in class org.alfresco.util.TraceableThreadFactory
-
Get a list of thread groups registered by the factory.
- getAlfrescoHttpClient() - Method in class org.alfresco.httpclient.HttpClientFactory
-
- getAlfrescoHttpsClient() - Method in class org.alfresco.httpclient.HttpClientFactory
-
- getAlfrescoMD5HttpClient(String, int) - Method in class org.alfresco.httpclient.HttpClientFactory
-
- getAlfrescoMD5HttpClient(String, int, EncryptionService) - Method in class org.alfresco.httpclient.HttpClientFactory
-
For testing.
- getAlias() - Method in class org.alfresco.encryption.AlfrescoKeyStoreImpl.KeyInformation
-
- getAllNamedObjects() - Method in class org.alfresco.util.registry.NamedObjectRegistry
-
- getAllTokens() - Method in class org.alfresco.util.exec.ExecParameterTokenizer
-
This method returns the tokens in a parameter string.
- getAncestors(T) - Method in class org.alfresco.util.BridgeTable
-
- getAncestors(T, int) - Method in class org.alfresco.util.BridgeTable
-
- getAncestors(T, int, int) - Method in class org.alfresco.util.BridgeTable
-
- getArgs() - Method in class org.alfresco.httpclient.Request
-
- getAvmPath() - Method in class org.alfresco.util.JNDIPath
-
- getAvmVersion() - Method in class org.alfresco.util.JNDIPath
-
- getBackupKey(String) - Method in interface org.alfresco.encryption.AlfrescoKeyStore
-
Return the backup key with the given key alias.
- getBackupKey(String) - Method in class org.alfresco.encryption.AlfrescoKeyStoreImpl
-
Return the backup key with the given key alias.
- getBackupKeyStoreParameters() - Method in interface org.alfresco.encryption.AlfrescoKeyStore
-
The backup key store parameters.
- getBackupKeyStoreParameters() - Method in class org.alfresco.encryption.AlfrescoKeyStoreImpl
-
- getBaseUrl() - Method in class org.alfresco.httpclient.AbstractHttpClient
-
- getBeanName() - Method in class org.alfresco.util.AbstractTriggerBean
-
Get the bean/trigger name.
- getBody() - Method in class org.alfresco.httpclient.Request
-
- getBuffer() - Method in class org.alfresco.util.exec.RuntimeExec.InputStreamReaderThread
-
- getBufferSize() - Method in class org.alfresco.encoding.AbstractCharactersetFinder
-
Some implementations may only require a few bytes to do detect the stream type,
whilst others may be more efficient with larger buffers.
- getBufferSize() - Method in class org.alfresco.encoding.BomCharactersetFinder
-
- getCachedCipher(String, int, AlgorithmParameters, Key) - Method in class org.alfresco.encryption.DefaultEncryptor
-
- getCachedKey(String) - Method in class org.alfresco.encryption.KeyMap
-
- getCannedQuery(CannedQueryParameters) - Method in class org.alfresco.query.AbstractCachingCannedQueryFactory
-
Base implementation that provides a caching facade around the query.
- getCannedQuery(Object, int, int, String) - Method in class org.alfresco.query.AbstractCannedQueryFactory
-
Retrieve an instance of a
CannedQuery
based on limited parameters.
- getCannedQuery(CannedQueryParameters) - Method in interface org.alfresco.query.CannedQueryFactory
-
Retrieve an instance of a
CannedQuery
based on the full range of
available parameters.
- getCannedQuery(Object, int, int, String) - Method in interface org.alfresco.query.CannedQueryFactory
-
Retrieve an instance of a
CannedQuery
based on limited parameters.
- getCannedQueryImpl(CannedQueryParameters) - Method in class org.alfresco.query.AbstractCachingCannedQueryFactory
-
Derived classes must implement this method to provide the raw query that supports the given
parameters.
- getCause(Throwable, Class[]) - Static method in class org.alfresco.error.ExceptionStackUtil
-
Searches through the exception stack of the given throwable to find any instance
of the possible cause.
- getCipher(String, AlgorithmParameters, int) - Method in class org.alfresco.encryption.AbstractEncryptor
-
Factory method to be written by implementations to construct and initialize
physical ciphering objects.
- getCipher(String, AlgorithmParameters, int) - Method in class org.alfresco.encryption.DefaultEncryptor
-
- getCipherAlgorithm() - Method in class org.alfresco.encryption.AbstractEncryptor
-
- getCipherAlgorithm() - Method in class org.alfresco.httpclient.MD5EncryptionParameters
-
- getCipherProvider() - Method in class org.alfresco.encryption.AbstractEncryptor
-
- getClient(String) - Static method in class org.alfresco.util.FileFilterMode.Client
-
- getClient() - Static method in class org.alfresco.util.FileFilterMode
-
- getCmisSqlDatetimeFormat() - Static method in class org.alfresco.util.CachingDateFormat
-
- getCommand() - Method in class org.alfresco.util.exec.RuntimeExec
-
- getCommand(Map) - Method in class org.alfresco.util.exec.RuntimeExec
-
Get the command that will be executed post substitution.
- getContent() - Method in interface org.alfresco.util.Content
-
Gets content as a string
- getContent() - Method in class org.alfresco.util.InputStreamContent
-
- getContentAsStream() - Method in class org.alfresco.httpclient.HttpMethodResponse
-
- getContentAsStream() - Method in interface org.alfresco.httpclient.Response
-
- getContentType() - Method in class org.alfresco.httpclient.HttpMethodResponse
-
- getContentType() - Method in interface org.alfresco.httpclient.Response
-
- getCronExpression() - Method in class org.alfresco.util.CronTriggerBean
-
Get the cron expression that determines when this job is run.
- getDateFormat(int, Locale, boolean) - Static method in class org.alfresco.util.CachingDateFormat
-
- getDateFormat(String, boolean) - Static method in class org.alfresco.util.CachingDateFormat
-
- getDateFormat() - Static method in class org.alfresco.util.CachingDateFormat
-
- getDateOnlyFormat() - Static method in class org.alfresco.util.CachingDateFormat
-
- getDateTimeFormat(int, int, Locale, boolean) - Static method in class org.alfresco.util.CachingDateFormat
-
- getDefaultHttpClient() - Method in class org.alfresco.httpclient.HttpClientFactory
-
- getDescendants(T) - Method in class org.alfresco.util.BridgeTable
-
- getDescendants(T, int) - Method in class org.alfresco.util.BridgeTable
-
- getDescendants(T, int, int) - Method in class org.alfresco.util.BridgeTable
-
- getDialectClass(int) - Method in interface org.alfresco.hibernate.DialectFactory.DatabaseDialectMapper
-
- getDialectClass(int) - Method in class org.alfresco.hibernate.DialectFactory.VersionInsensitiveMapper
-
- getEncoding() - Method in class org.alfresco.httpclient.Request
-
- getEncoding() - Method in interface org.alfresco.util.Content
-
Gets the content encoding
- getEncoding() - Method in class org.alfresco.util.InputStreamContent
-
- getEncryptionParameters() - Method in class org.alfresco.httpclient.EncryptionService
-
- getEncryptionUtils() - Method in class org.alfresco.httpclient.EncryptionService
-
- getEncryptor() - Method in class org.alfresco.httpclient.EncryptionService
-
- getExitValue() - Method in class org.alfresco.util.exec.RuntimeExec.ExecutionResult
-
- getExtension() - Method in interface org.alfresco.processor.Processor
-
The file extension that the processor is associated with, null if none.
- getExtensionName() - Method in interface org.alfresco.processor.ProcessorExtension
-
Returns the name of the extension
- getFileDirMountPoint() - Method in class org.alfresco.util.JNDIPath
-
- getFirst() - Method in class org.alfresco.util.Pair
-
Get the first member of the tuple.
- getFirst() - Method in class org.alfresco.util.Triple
-
Get the first member of the tuple.
- getFullUri() - Method in class org.alfresco.httpclient.Request
-
- getHeader(String) - Method in class org.alfresco.httpclient.HttpMethodResponse
-
- getHeader(String) - Method in interface org.alfresco.httpclient.Response
-
- getHeaders() - Method in class org.alfresco.httpclient.Request
-
- getHttpClient() - Method in class org.alfresco.httpclient.AbstractHttpClient
-
- getHttpClient() - Method in class org.alfresco.httpclient.HttpClientFactory
-
- getHttpsClient() - Method in class org.alfresco.httpclient.HttpClientFactory
-
- getId() - Method in class org.alfresco.ibatis.HierarchicalSqlSessionFactoryBeanTest.TestDAO
-
- getIdOne() - Method in class org.alfresco.ibatis.IdsEntity
-
- getIds() - Method in class org.alfresco.ibatis.IdsEntity
-
- getIdThree() - Method in class org.alfresco.ibatis.IdsEntity
-
- getIdTwo() - Method in class org.alfresco.ibatis.IdsEntity
-
- getInputStream() - Method in interface org.alfresco.util.Content
-
Gets the content input stream
- getInputStream() - Method in class org.alfresco.util.InputStreamContent
-
- getIntegerValue(String, boolean, int, int) - Method in class org.alfresco.util.ArgumentHelper
-
- getIpAddress() - Method in class org.alfresco.encryption.MACUtils.MACInput
-
- getIsolationLevel() - Method in class org.alfresco.util.transaction.SpringAwareUserTransaction
-
- getJndiPath() - Method in class org.alfresco.util.JNDIPath
-
- getJobDetail() - Method in class org.alfresco.util.AbstractTriggerBean
-
Get the definition of the job to run.
- getKey(String) - Method in interface org.alfresco.encryption.AlfrescoKeyStore
-
Return the key with the given key alias.
- getKey(String) - Method in class org.alfresco.encryption.AlfrescoKeyStoreImpl
-
Return the key with the given key alias.
- getKey() - Method in class org.alfresco.encryption.CachedKey
-
- getKey(String) - Method in class org.alfresco.encryption.KeyMap
-
- getKey(String) - Method in interface org.alfresco.encryption.KeyProvider
-
Get an encryption key if available.
- getKey(String) - Method in class org.alfresco.encryption.KeystoreKeyProvider
-
Get an encryption key if available.
- getKey(V) - Method in interface org.alfresco.util.OneToManyBiMap
-
Returns the key, if any, for the specified value
.
- getKey(V) - Method in class org.alfresco.util.OneToManyHashBiMap
-
- getKeyAlgorithm() - Method in class org.alfresco.encryption.AlfrescoKeyStoreImpl.KeyInformation
-
- getKeyAlias() - Method in exception org.alfresco.encryption.MissingKeyException
-
- getKeyAliases() - Method in interface org.alfresco.encryption.AlfrescoKeyStore
-
Return all key aliases in the key store.
- getKeyAliases() - Method in class org.alfresco.encryption.AlfrescoKeyStoreImpl
-
Return all key aliases in the key store.
- getKeyAliases() - Method in class org.alfresco.encryption.KeyMap
-
- getKeyData() - Method in class org.alfresco.encryption.AlfrescoKeyStoreImpl.KeyInformation
-
- getKeyInfo() - Method in class org.alfresco.encryption.AlfrescoKeyStoreImpl.KeyInfoManager
-
- getKeyInfoManager(String) - Method in class org.alfresco.encryption.AlfrescoKeyStoreImpl
-
- getKeyInformation(String) - Method in class org.alfresco.encryption.AlfrescoKeyStoreImpl.KeyInfoManager
-
- getKeyMetaDataFileLocation() - Method in class org.alfresco.encryption.AlfrescoKeyStoreImpl
-
- getKeyMetaDataFileLocation() - Method in class org.alfresco.encryption.KeyStoreParameters
-
- getKeyProvider() - Method in class org.alfresco.encryption.AbstractEncryptor
-
- getKeyProvider() - Method in class org.alfresco.httpclient.EncryptionService
-
- getKeyResourceLoader() - Method in class org.alfresco.encryption.AlfrescoKeyStoreImpl
-
- getKeysChanged() - Method in class org.alfresco.encryption.KeysReport
-
- getKeyStore(String) - Method in interface org.alfresco.encryption.KeyResourceLoader
-
Loads and returns an InputStream of the key store at the configured location.
- getKeyStore(String) - Method in class org.alfresco.encryption.SpringKeyResourceLoader
-
Loads and returns an InputStream of the key store at the configured location.
- getKeyStoreLocation() - Method in exception org.alfresco.encryption.MissingKeyException
-
- getKeyStoreParameters() - Method in interface org.alfresco.encryption.AlfrescoKeyStore
-
The key store parameters.
- getKeyStoreParameters() - Method in class org.alfresco.encryption.AlfrescoKeyStoreImpl
-
- getKeyStoreParameters() - Method in class org.alfresco.encryption.ssl.SSLEncryptionParameters
-
- getKeyStorePassword() - Method in class org.alfresco.encryption.AlfrescoKeyStoreImpl.KeyInfoManager
-
- getKeyStoreStream(String) - Method in class org.alfresco.encryption.AlfrescoKeyStoreImpl
-
- getKeysUnchanged() - Method in class org.alfresco.encryption.KeysReport
-
- getKeyTimestamp(String) - Method in interface org.alfresco.encryption.AlfrescoKeyStore
-
Return the timestamp (in ms) of when the key was last loaded from the keystore on disk.
- getKeyTimestamp(String) - Method in class org.alfresco.encryption.AlfrescoKeyStoreImpl
-
Return the timestamp (in ms) of when the key was last loaded from the keystore on disk.
- getLenientFormatters() - Static method in class org.alfresco.util.CachingDateFormat
-
- getLocalIPAddress() - Method in class org.alfresco.encryption.DefaultEncryptionUtils
-
Get the local registered IP address for authentication purposes
- getLocation() - Method in class org.alfresco.encryption.KeyStoreParameters
-
- getLongLifeTempDir(String) - Static method in class org.alfresco.util.TempFileProvider
-
creates a longer living temp dir.
- getMac(HttpServletRequest) - Method in class org.alfresco.encryption.DefaultEncryptionUtils
-
Get the MAC (Message Authentication Code) on the HTTP request
- getMac(String) - Method in class org.alfresco.encryption.MACUtils
-
- getMacAlgorithm() - Method in class org.alfresco.httpclient.MD5EncryptionParameters
-
- getMACInput() - Method in class org.alfresco.encryption.MACUtils.MACInput
-
- getMacUtils() - Method in class org.alfresco.httpclient.EncryptionService
-
- getMapComparison(Map, Map) - Static method in class org.alfresco.util.EqualsHelper
-
Compare two maps.
- getMapDifferenceReport(Map, Map) - Static method in class org.alfresco.util.EqualsHelper
-
Compare two maps and generate a difference report between the actual and expected values.
- getMappedPaths(String) - Method in class org.alfresco.util.PathMapper
-
Gets the remapped paths for the given source path, excluding any derivative
paths i.e.
- getMappedPathsWithPartialMatch(String) - Method in class org.alfresco.util.PathMapper
-
Gets the remapped paths for the given source path, including any derivative
paths i.e.
- getMaxHostConnections() - Method in class org.alfresco.httpclient.HttpClientFactory
-
- getMaxItems() - Method in class org.alfresco.query.PagingRequest
-
Size of the page - if skip count is 0 then return up to max items.
- getMaxTotalConnections() - Method in class org.alfresco.httpclient.HttpClientFactory
-
- getMD5HttpClient(String, int) - Method in class org.alfresco.httpclient.HttpClientFactory
-
- getMessage() - Method in class org.alfresco.encryption.MACUtils.MACInput
-
- getMessageTimeout() - Method in class org.alfresco.httpclient.MD5EncryptionParameters
-
- getMethod() - Method in exception org.alfresco.httpclient.AuthenticationException
-
- getMethod() - Method in class org.alfresco.httpclient.Request
-
- getMimetype() - Method in interface org.alfresco.util.Content
-
Gets the content mimetype
- getMimetype() - Method in class org.alfresco.util.InputStreamContent
-
- getMode() - Static method in class org.alfresco.util.FileFilterMode
-
- getMsgId() - Method in exception org.alfresco.error.AlfrescoRuntimeException
-
- getMsgParams() - Method in exception org.alfresco.error.AlfrescoRuntimeException
-
- getName() - Method in interface org.alfresco.encryption.AlfrescoKeyStore
-
The name of the keystore.
- getName() - Method in class org.alfresco.encryption.AlfrescoKeyStoreImpl
-
The name of the keystore.
- getName() - Method in class org.alfresco.encryption.KeyStoreParameters
-
- getName() - Method in interface org.alfresco.processor.Processor
-
Get the name of the processor
- getName() - Method in class org.alfresco.util.transaction.SpringAwareUserTransaction
-
- getNamedObject(String) - Method in class org.alfresco.util.registry.NamedObjectRegistry
-
Get a named object if it has been registered
- getNamePrefix() - Method in class org.alfresco.util.TraceableThreadFactory
-
- getObject() - Method in class org.alfresco.hibernate.DialectFactoryBean
-
- getObject() - Method in class org.alfresco.ibatis.HierarchicalSqlSessionFactoryBean
- getObject() - Method in class org.alfresco.util.bean.HierarchicalBeanLoader
-
Replaces the
- getObjectType() - Method in class org.alfresco.hibernate.DialectFactoryBean
-
- getObjectType() - Method in class org.alfresco.ibatis.HierarchicalSqlSessionFactoryBean
- getObjectType() - Method in class org.alfresco.util.bean.HierarchicalBeanLoader
-
- getOpenType(Object) - Static method in class org.alfresco.util.JMXUtils
-
- getOriginatingQuery() - Method in interface org.alfresco.query.CannedQueryResults
-
Get the instance of the query that generated these results.
- getOriginatingQuery() - Method in class org.alfresco.query.EmptyCannedQueryResults
-
- getPage() - Method in class org.alfresco.query.EmptyPagingResults
-
Returns an empty page
- getPage() - Method in class org.alfresco.query.ListBackedPagingResults
-
Returns the whole set of results as one page
- getPage() - Method in interface org.alfresco.query.PagingResults
-
Get the page of results.
- getPageCount() - Method in class org.alfresco.query.CannedQueryPageDetails
-
Get the total number of pages to return
- getPageCount() - Method in interface org.alfresco.query.CannedQueryResults
-
Get the number of pages available
- getPageCount() - Method in class org.alfresco.query.EmptyCannedQueryResults
-
- getPageDetails() - Method in class org.alfresco.query.CannedQueryParameters
-
- getPagedResultCount() - Method in interface org.alfresco.query.CannedQueryResults
-
Get the total number of results available within the pages of this result.
- getPagedResultCount() - Method in class org.alfresco.query.EmptyCannedQueryResults
-
- getPageNumber() - Method in class org.alfresco.query.CannedQueryPageDetails
-
Get the first page number to return
- getPages() - Method in interface org.alfresco.query.CannedQueryResults
-
Get the paged results
- getPages() - Method in class org.alfresco.query.EmptyCannedQueryResults
-
- getPageSize() - Method in class org.alfresco.query.CannedQueryPageDetails
-
Get the size of each page
- getParameterBean() - Method in class org.alfresco.query.CannedQueryParameters
-
- getParameters() - Method in class org.alfresco.query.AbstractCannedQuery
-
- getParameters() - Method in interface org.alfresco.query.CannedQuery
-
Get the original parameters used to generate the query.
- getPart(int) - Method in class org.alfresco.util.VersionNumber
-
Helper method to the the part based on the index, if an invalid index is supplied 0 is returned.
- getParts() - Method in class org.alfresco.util.VersionNumber
-
Get the various parts of the version
- getPassword() - Method in class org.alfresco.encryption.AlfrescoKeyStoreImpl.KeyInformation
-
- getPropagationBehavior() - Method in class org.alfresco.util.transaction.SpringAwareUserTransaction
-
- getPropertyName(String) - Static method in class org.alfresco.util.PropertyCheck
-
Dig out the property name from a placeholder-style property of form
${prop.name}, which will yield prop.name.
- getPropOne() - Method in class org.alfresco.ibatis.HierarchicalSqlSessionFactoryBeanTest.TestDAO
-
- getPropTwo() - Method in class org.alfresco.ibatis.HierarchicalSqlSessionFactoryBeanTest.TestDAO
-
- getProvider() - Method in class org.alfresco.encryption.KeyStoreParameters
-
- getQualifier() - Method in class org.alfresco.util.transaction.SpringAwareUserTransaction
-
Return a qualifier value associated with this transaction attribute.
- getQueryExecutionId(CannedQueryParameters) - Method in class org.alfresco.query.AbstractCannedQueryFactory
-
Helper method to construct a unique query execution ID based on the
instance of the factory and the parameters provided.
- getQueryExecutionId() - Method in class org.alfresco.query.CannedQueryParameters
-
- getQueryExecutionId() - Method in class org.alfresco.query.EmptyPagingResults
-
There is no unique query ID, as no query was done
- getQueryExecutionId() - Method in class org.alfresco.query.ListBackedPagingResults
-
There is no unique query ID, as no query was done
- getQueryExecutionId() - Method in class org.alfresco.query.PagingRequest
-
Get a unique ID associated with these query results.
- getQueryExecutionId() - Method in interface org.alfresco.query.PagingResults
-
Get a unique ID associated with these query results.
- getReader() - Method in interface org.alfresco.util.Content
-
Gets the content reader (which is sensitive to encoding)
- getReader() - Method in class org.alfresco.util.InputStreamContent
-
- getRealIPAddress(String) - Static method in class org.alfresco.util.IPUtils
-
Returns the "real" IP address represented by ipAddress.
- getRegisteredKeys(Set) - Method in interface org.alfresco.encryption.EncryptionKeysRegistry
-
Return those keys in the set that have been registered.
- getRemoteIP() - Method in class org.alfresco.encryption.DefaultEncryptionUtils
-
- getRepeatCount() - Method in class org.alfresco.util.TriggerBean
-
- getRepeatCount() - Method in interface org.alfresco.util.TriggerBeanSPI
-
- getRepeatInterval() - Method in class org.alfresco.util.TriggerBean
-
- getRepeatInterval() - Method in interface org.alfresco.util.TriggerBeanSPI
-
- getRepoClient(String, int) - Method in class org.alfresco.httpclient.HttpClientFactory
-
- GetRequest - Class in org.alfresco.httpclient
-
HTTP GET Request
- GetRequest(String) - Constructor for class org.alfresco.httpclient.GetRequest
-
- getRequestTotalCountMax() - Method in class org.alfresco.query.PagingRequest
-
Get requested total count (up to a given maximum).
- getResolution() - Method in class org.alfresco.util.CachingDateFormat.SimpleDateFormatAndResolution
-
- getResolution() - Method in class org.alfresco.util.CachingDateFormat.StringAndResolution
-
- getResource(URL) - Method in interface org.alfresco.config.PathMatchingHelper
-
Gets the resource at the given URL.
- getResource(String) - Method in class org.alfresco.util.resource.HierarchicalResourceLoader
-
Get a resource using the defined class hierarchy as a search path.
- getResources(PathMatcher, URL, String) - Method in interface org.alfresco.config.PathMatchingHelper
-
Gets the set of resources under the given URL whose path matches the given sub pattern.
- getResourcesDir() - Method in class org.alfresco.util.BaseTest
-
- getResponseMac(HttpMethod) - Method in class org.alfresco.encryption.DefaultEncryptionUtils
-
Get the MAC (Message Authentication Code) on the HTTP response
- getResponseTimestamp(HttpMethod) - Method in class org.alfresco.encryption.DefaultEncryptionUtils
-
Get the timestamp on the HTTP response
- getResult(ResultSet, String) - Method in class org.alfresco.ibatis.SerializableTypeHandler
-
- getResult(CallableStatement, int) - Method in class org.alfresco.ibatis.SerializableTypeHandler
-
- getResultsRequired() - Method in class org.alfresco.query.CannedQueryParameters
-
Helper method to get the total number of query results that need to be obtained in order
to satisfy the
paging requirements
, the
maximum result count
...
- getResultsRequiredForPaging() - Method in class org.alfresco.query.CannedQueryPageDetails
-
Calculate the number of results that would be required to satisy this paging request.
- getRootCause() - Method in exception org.alfresco.error.AlfrescoRuntimeException
-
Get the root cause.
- getScheduler() - Method in class org.alfresco.util.AbstractTriggerBean
-
Get the scheduler with which the job and trigger are scheduled.
- getScheduler() - Method in class org.alfresco.util.SchedulerStarterBean
-
- getSecond() - Method in class org.alfresco.util.Pair
-
Get the second member of the tuple.
- getSecond() - Method in class org.alfresco.util.Triple
-
Get the second member of the tuple.
- getSecretKey(AlfrescoKeyStoreImpl.KeyInformation) - Method in class org.alfresco.encryption.AlfrescoKeyStoreImpl
-
- getSerializableType() - Static method in class org.alfresco.ibatis.SerializableTypeHandler
-
- getSimpleDateFormat() - Method in class org.alfresco.util.CachingDateFormat.SimpleDateFormatAndResolution
-
- getSingleResult() - Method in interface org.alfresco.query.CannedQueryResults
-
Get a single result if there is only one result expected.
- getSingleResult() - Method in class org.alfresco.query.EmptyCannedQueryResults
-
- getSize() - Method in interface org.alfresco.util.Content
-
Gets the content length (in bytes)
- getSize() - Method in class org.alfresco.util.InputStreamContent
-
- getSkipCount() - Method in class org.alfresco.query.PagingRequest
-
Results to skip before retrieving the page.
- getSkipResults() - Method in class org.alfresco.query.CannedQueryPageDetails
-
Get the number of query results to skip before applying further page parameters
- getSortDetails() - Method in class org.alfresco.query.CannedQueryParameters
-
- getSortPairs() - Method in class org.alfresco.query.CannedQuerySortDetails
-
Get the sort definitions.
- getStartDelay() - Method in class org.alfresco.util.TriggerBean
-
- getStartDelay() - Method in interface org.alfresco.util.TriggerBeanSPI
-
- getStatus() - Method in class org.alfresco.httpclient.HttpMethodResponse
-
- getStatus() - Method in interface org.alfresco.httpclient.Response
-
- getStatus() - Method in class org.alfresco.util.transaction.SpringAwareUserTransaction
-
This status is a combination of the internal status, as recorded during explicit operations,
and the status provided by the Spring support.
- getStdErr() - Method in class org.alfresco.util.exec.RuntimeExec.ExecutionResult
-
- getStdOut() - Method in class org.alfresco.util.exec.RuntimeExec.ExecutionResult
-
- getStringValue(String, boolean, boolean) - Method in class org.alfresco.util.ArgumentHelper
-
- getSuccess() - Method in class org.alfresco.util.exec.RuntimeExec.ExecutionResult
-
- getSystemTempDir() - Static method in class org.alfresco.util.TempFileProvider
-
Get the Java Temp dir e.g.
- getTarget() - Method in class org.alfresco.config.NonBlockingLazyInitTargetSource
-
- getTempDir() - Static method in class org.alfresco.util.TempFileProvider
-
Get the Alfresco temp dir, by defaut %java.io.tempdir%/Alfresco.
- getThird() - Method in class org.alfresco.util.Triple
-
Get the third member of the tuple.
- getTimeOnlyFormat() - Static method in class org.alfresco.util.CachingDateFormat
-
- getTimeout() - Method in class org.alfresco.util.transaction.SpringAwareUserTransaction
-
- getTimestamp() - Method in class org.alfresco.encryption.CachedKey
-
- getTimestamp(HttpServletRequest) - Method in class org.alfresco.encryption.DefaultEncryptionUtils
-
Get the timestamp on the HTTP request
- getTimestamp() - Method in class org.alfresco.encryption.MACUtils.MACInput
-
- getTokens() - Method in class org.alfresco.util.exec.ExecParameterTokenizer.QuotedSubstring
-
- getTokens() - Method in interface org.alfresco.util.exec.ExecParameterTokenizer.Substring
-
Gets all the tokens in a parameter string.
- getTokens() - Method in class org.alfresco.util.exec.ExecParameterTokenizer.UnquotedSubstring
-
- getTotalResultCount(List) - Method in class org.alfresco.query.AbstractCannedQuery
-
Get the total number of available results after querying, filtering, sorting and permission checking.
- getTotalResultCount() - Method in class org.alfresco.query.EmptyPagingResults
-
There are no results
- getTotalResultCount() - Method in class org.alfresco.query.ListBackedPagingResults
-
We know exactly how many results there are
- getTotalResultCount() - Method in interface org.alfresco.query.PagingResults
-
Get the total result count assuming no paging applied.
- getTotalResultCountMax() - Method in class org.alfresco.query.CannedQueryParameters
-
- getTransactionAttribute(Method, Class) - Method in class org.alfresco.util.transaction.SpringAwareUserTransaction
-
This class carries all the information required to fullfil requests about the transaction
attributes.
- getTrigger() - Method in class org.alfresco.util.AbstractTriggerBean
-
Abstract method for implementations to build their trigger.
- getTrigger() - Method in class org.alfresco.util.CronTriggerBean
-
Build the cron trigger
- getTrigger() - Method in class org.alfresco.util.TriggerBean
-
- getTrustStoreParameters() - Method in class org.alfresco.encryption.ssl.SSLEncryptionParameters
-
- getType() - Method in class org.alfresco.encryption.KeyStoreParameters
-
- getType(String) - Static method in class org.alfresco.httpclient.HttpClientFactory.SecureCommsType
-
- getType() - Method in class org.alfresco.httpclient.Request
-
- getUri() - Method in class org.alfresco.httpclient.Request
-
- getWithReadLock() - Method in class org.alfresco.util.ReadWriteLockExecuter
-
Execute the read-only part of the work.
- getWithWriteLock() - Method in class org.alfresco.util.ReadWriteLockExecuter
-
Execute the write part of the work.
- GuessEncodingCharsetFinder - Class in org.alfresco.encoding
-
- GuessEncodingCharsetFinder() - Constructor for class org.alfresco.encoding.GuessEncodingCharsetFinder
-
- GuessEncodingCharsetFinder.DummyCharset - Class in org.alfresco.encoding
-
A dummy charset to detect a default hit.
- GUID - Class in org.alfresco.util
-
A wrapper class to serve up GUIDs
- PagingRequest - Class in org.alfresco.query
-
Simple wrapper for single page request (with optional request for total count up to a given max)
- PagingRequest(int) - Constructor for class org.alfresco.query.PagingRequest
-
Construct a page request
- PagingRequest(int, int) - Constructor for class org.alfresco.query.PagingRequest
-
Construct a page request
- PagingRequest(int, String) - Constructor for class org.alfresco.query.PagingRequest
-
Construct a page request
- PagingRequest(int, int, String) - Constructor for class org.alfresco.query.PagingRequest
-
Construct a page request
- PagingResults - Interface in org.alfresco.query
-
Marker interface for single page of results
- Pair - Class in org.alfresco.util
-
Utility class for containing two things that aren't like each other
- Pair(F, S) - Constructor for class org.alfresco.util.Pair
-
Make a new one.
- ParameterCheck - Class in org.alfresco.util
-
Utility class to perform various common parameter checks
- ParameterCheck() - Constructor for class org.alfresco.util.ParameterCheck
-
- parse() - Method in class org.alfresco.ibatis.HierarchicalXMLConfigBuilder
-
- parse(String, ParsePosition) - Method in class org.alfresco.util.CachingDateFormat
-
Parses and caches date strings.
- parse(String) - Static method in class org.alfresco.util.ISO8601DateFormat
-
Parse date from ISO formatted string.
- parse(String, TimeZone) - Static method in class org.alfresco.util.ISO8601DateFormat
-
Parse date from ISO formatted string, with an
explicit timezone specified
- parseDayOnly(String, TimeZone) - Static method in class org.alfresco.util.ISO8601DateFormat
-
Parses the given ISO8601-formatted date-string, not taking into account the time-component.
- parseInternal(String, TimeZone) - Static method in class org.alfresco.util.ISO8601DateFormat
-
Parse date from ISO formatted string, either in the specified
TimeZone, or with TimeZone information taken from the date
- password - Variable in class org.alfresco.encryption.AlfrescoKeyStoreImpl.KeyInformation
-
- PathMapper - Class in org.alfresco.util
-
A component that maps source data paths to target data paths.
- PathMapper() - Constructor for class org.alfresco.util.PathMapper
-
Default constructor
- PathMapperTest - Class in org.alfresco.util
-
- PathMapperTest() - Constructor for class org.alfresco.util.PathMapperTest
-
- PathMatchingHelper - Interface in org.alfresco.config
-
An interface for plug ins to JBossEnabledResourcePatternResolver
that avoids direct dependencies on
application server specifics.
- PatternFilter - Class in org.alfresco.util
-
Matches a path against a set of regular expression filters
- PatternFilter() - Constructor for class org.alfresco.util.PatternFilter
-
- PermissionedResults - Interface in org.alfresco.query
-
Marker interface to show that permissions have already been applied to the results (and possibly cutoff)
- permissionsApplied() - Method in interface org.alfresco.query.PermissionedResults
-
- PostRequest - Class in org.alfresco.httpclient
-
HTTP POST Request
- PostRequest(String, String, String) - Constructor for class org.alfresco.httpclient.PostRequest
-
- PostRequest(String, byte[], String) - Constructor for class org.alfresco.httpclient.PostRequest
-
- PREVIEW_ASSET_URL - Static variable in class org.alfresco.config.JNDIConstants
-
Deprecated.
see VirtualisationServerPreviewURIService.PREVIEW_ASSET_URL
- PREVIEW_SANDBOX_URL - Static variable in class org.alfresco.config.JNDIConstants
-
Deprecated.
see VirtualisationServerPreviewURIService.PREVIEW_SANDBOX_URL
- printUsage() - Method in class org.alfresco.util.ArgumentHelper
-
- printUsage() - Static method in class org.alfresco.util.Convert
-
- processLastResults() - Method in class org.alfresco.ibatis.RollupResultHandler
-
Client code must call this method once the query returns so that the final results
can be passed to the inner RowHandler
.
- Processor - Interface in org.alfresco.processor
-
Interface for Proccessor classes - such as Template or Scripting Processors.
- ProcessorExtension - Interface in org.alfresco.processor
-
Interface to represent a server side script implementation
- PropertyCheck - Class in org.alfresco.util
-
Helper class for for use when checking properties.
- PropertyCheck() - Constructor for class org.alfresco.util.PropertyCheck
-
- push(String) - Method in class org.alfresco.util.log.log4j.Log4JNDC
-
Push new diagnostic context information for the current thread.
- push(String) - Static method in class org.alfresco.util.log.NDC
-
Push new diagnostic context information for the current thread.
- push(String) - Method in interface org.alfresco.util.log.NDCDelegate
-
Push new diagnostic context information for the current thread.
- put(T) - Method in class org.alfresco.util.ExpiringValueCache
-
Put a value into the cache.
- put(K, Set) - Method in class org.alfresco.util.OneToManyHashBiMap
-
- put(K, Set) - Method in class org.alfresco.util.OneToManyHashMap
-
- putAll(Map) - Method in class org.alfresco.util.OneToManyHashBiMap
-
- putAll(Map) - Method in class org.alfresco.util.OneToManyHashMap
-
- putAllSingleValues(Map) - Method in class org.alfresco.util.OneToManyHashBiMap
-
- putAllSingleValues(Map) - Method in class org.alfresco.util.OneToManyHashMap
-
- putAllSingleValues(Map) - Method in interface org.alfresco.util.OneToManyMap
-
This method is similar to java.utilMap.putAll(Map m)
,
however the map specified is from keys to values instead of keys to sets
of values.
- putSingleValue(K, V) - Method in class org.alfresco.util.OneToManyHashBiMap
-
- putSingleValue(K, V) - Method in class org.alfresco.util.OneToManyHashMap
-
- putSingleValue(K, V) - Method in interface org.alfresco.util.OneToManyMap
-
This method is similar to the method java.util.Map.put(K, V)
, however it allows the user to add a single value to the map rather than
adding a java.util.Set
containing one or more values.
- read() - Method in class org.alfresco.encryption.DecryptingInputStream
-
- read(byte[]) - Method in class org.alfresco.encryption.DecryptingInputStream
-
- read(byte[], int, int) - Method in class org.alfresco.encryption.DecryptingInputStream
-
- readLock - Variable in class org.alfresco.encryption.AlfrescoKeyStoreImpl
-
- ReadWriteLockExecuter - Class in org.alfresco.util
-
Utility object that wraps read and write methods within the context of a
ReentrantReadWriteLock
.
- ReadWriteLockExecuter() - Constructor for class org.alfresco.util.ReadWriteLockExecuter
-
Default constructor
- ReflectionHelper - Class in org.alfresco.util
-
Static Helper methods for instantiating objects from reflection.
- RegexNameMatcher - Class in org.alfresco.util
-
A name matcher that matches any of a list of regular expressions.
- RegexNameMatcher() - Constructor for class org.alfresco.util.RegexNameMatcher
-
Default constructor.
- RegexNameMatcherTest - Class in org.alfresco.util
-
- RegexNameMatcherTest(String) - Constructor for class org.alfresco.util.RegexNameMatcherTest
-
- register(String, T) - Method in class org.alfresco.util.registry.NamedObjectRegistry
-
Register a named object instance.
- registerKey(String, Key) - Method in interface org.alfresco.encryption.EncryptionKeysRegistry
-
Register the key.
- registerProcessorExtension(ProcessorExtension) - Method in interface org.alfresco.processor.Processor
-
Registers a processor extension with the processor
- release() - Method in class org.alfresco.httpclient.HttpMethodResponse
-
- release() - Method in interface org.alfresco.httpclient.Response
-
- reload() - Method in interface org.alfresco.encryption.AlfrescoKeyStore
-
Reload the keys from the key store.
- reload() - Method in class org.alfresco.encryption.AlfrescoKeyStoreImpl
-
Reload the keys from the key store.
- remoteIP - Variable in class org.alfresco.encryption.DefaultEncryptionUtils
-
- remove() - Method in class org.alfresco.util.log.log4j.Log4JNDC
-
Remove the diagnostic context for this thread.
- remove() - Static method in class org.alfresco.util.log.NDC
-
Remove the diagnostic context for this thread.
- remove() - Method in interface org.alfresco.util.log.NDCDelegate
-
Remove the diagnostic context for this thread.
- remove(Object) - Method in class org.alfresco.util.OneToManyHashBiMap
-
- remove(Object) - Method in class org.alfresco.util.OneToManyHashMap
-
- removeEldestEntry(Map.Entry) - Method in class org.alfresco.util.MaxSizeMap
-
- removeFiles(long) - Static method in class org.alfresco.util.TempFileProvider.TempFileCleanerJob
-
Removes all temporary files created before the given time.
- removeKeyInformation(String) - Method in class org.alfresco.encryption.AlfrescoKeyStoreImpl.KeyInfoManager
-
- removeLink(T, T) - Method in class org.alfresco.util.BridgeTable
-
- removeLink(Pair) - Method in class org.alfresco.util.BridgeTable
-
- removeLinks(Collection) - Method in class org.alfresco.util.BridgeTable
-
- removeRegisteredKeys(Set) - Method in interface org.alfresco.encryption.EncryptionKeysRegistry
-
Remove the set of keys from the registry.
- removeValue(V) - Method in interface org.alfresco.util.OneToManyBiMap
-
Removes the specified value
from the OneToManyBiMap
.
- removeValue(V) - Method in class org.alfresco.util.OneToManyHashBiMap
-
- repeatCount - Variable in class org.alfresco.util.TriggerBean
-
- repeatInterval - Variable in class org.alfresco.util.TriggerBean
-
- Request - Class in org.alfresco.httpclient
-
- Request(Request) - Constructor for class org.alfresco.httpclient.Request
-
- Request(String, String) - Constructor for class org.alfresco.httpclient.Request
-
- requiresUpdateNotification(String) - Static method in class org.alfresco.util.VirtServerUtils
-
- reset() - Method in class org.alfresco.util.registry.NamedObjectRegistry
-
- resetCipher() - Method in class org.alfresco.encryption.AbstractEncryptor
-
- resolveMergedProperty(String, Properties) - Method in class org.alfresco.config.JndiPropertiesFactoryBean
-
- resolveMergedProperty(String, Properties) - Method in class org.alfresco.config.SystemPropertiesFactoryBean
-
Override hook.
- resolvePlaceholder(String, Properties) - Method in class org.alfresco.config.JndiPropertyPlaceholderConfigurer
-
- resolveScriptImports(String, ScriptResourceLoader, Log) - Static method in class org.alfresco.scripts.ScriptResourceHelper
-
Resolve the import directives in the specified script.
- ResourceBundleBootstrapComponent - Class in org.alfresco.i18n
-
Resource bundle bootstrap component.
- ResourceBundleBootstrapComponent() - Constructor for class org.alfresco.i18n.ResourceBundleBootstrapComponent
-
- Response - Interface in org.alfresco.httpclient
-
- RetryingCallbackHelper - Class in org.alfresco.ibatis
-
A helper that runs a unit of work, transparently retrying the unit of work if
an error occurs.
- RetryingCallbackHelper() - Constructor for class org.alfresco.ibatis.RetryingCallbackHelper
-
Default constructor.
- RetryingCallbackHelper.RetryingCallback - Interface in org.alfresco.ibatis
-
Callback interface
- RIGHT_ONLY - Static variable in class org.alfresco.util.EqualsHelper.MapValueComparison
-
The key was only present in the right map
- ripArgs(String[]) - Static method in class org.alfresco.util.ArgumentHelper
-
- rollback() - Method in class org.alfresco.util.transaction.SpringAwareUserTransaction
-
- rollbackOn(Throwable) - Method in class org.alfresco.util.transaction.SpringAwareUserTransaction
-
The UserTransaction
must rollback regardless of the error.
- RollupResultHandler - Class in org.alfresco.ibatis
-
A ResultHandler
that collapses multiple rows based on a set of properties.
- RollupResultHandler(String[], String, ResultHandler) - Constructor for class org.alfresco.ibatis.RollupResultHandler
-
- RollupResultHandler(String[], String, ResultHandler, int) - Constructor for class org.alfresco.ibatis.RollupResultHandler
-
- run() - Method in class org.alfresco.util.exec.RuntimeExec.InputStreamReaderThread
-
- RuntimeExec - Class in org.alfresco.util.exec
-
This acts as a session similar to the java.lang.Process
, but
logs the system standard and error streams.
- RuntimeExec() - Constructor for class org.alfresco.util.exec.RuntimeExec
-
Default constructor.
- RuntimeExec.ExecutionResult - Class in org.alfresco.util.exec
-
Object to carry the results of an execution to the caller.
- RuntimeExec.InputStreamReaderThread - Class in org.alfresco.util.exec
-
Gobbles an InputStream
and writes it into a
StringBuffer
- RuntimeExec.InputStreamReaderThread(InputStream, Charset) - Constructor for class org.alfresco.util.exec.RuntimeExec.InputStreamReaderThread
-
- RuntimeExecBeansTest - Class in org.alfresco.util.exec
-
- RuntimeExecBeansTest() - Constructor for class org.alfresco.util.exec.RuntimeExecBeansTest
-
- RuntimeExecBootstrapBean - Class in org.alfresco.util.exec
-
Application bootstrap bean that is able to execute one or more
native executable statements upon startup and shutdown.
- RuntimeExecBootstrapBean() - Constructor for class org.alfresco.util.exec.RuntimeExecBootstrapBean
-
Initializes the bean
failOnError = true
killProcessesOnShutdown = true
enabled = true
- RuntimeExecShutdownBean - Class in org.alfresco.util.exec
-
This bean executes a list of shutdown commands when either the VM shuts down
or the application context closes.
- RuntimeExecShutdownBean() - Constructor for class org.alfresco.util.exec.RuntimeExecShutdownBean
-
Initializes the bean with empty defaults, i.e.
- RuntimeExecTest - Class in org.alfresco.util.exec
-
- RuntimeExecTest() - Constructor for class org.alfresco.util.exec.RuntimeExecTest
-
- SchedulerStarterBean - Class in org.alfresco.util
-
- SchedulerStarterBean() - Constructor for class org.alfresco.util.SchedulerStarterBean
-
- SchemaHelper - Class in org.alfresco.util.xml
-
Helper to generate code from XSD files.
- SchemaHelper() - Constructor for class org.alfresco.util.xml.SchemaHelper
-
- script - Static variable in class org.alfresco.util.FileFilterMode.Client
-
- ScriptException - Exception in org.alfresco.scripts
-
- ScriptException(String) - Constructor for exception org.alfresco.scripts.ScriptException
-
- ScriptException(String, Throwable) - Constructor for exception org.alfresco.scripts.ScriptException
-
- ScriptException(String, Object[]) - Constructor for exception org.alfresco.scripts.ScriptException
-
- ScriptException(String, Object[], Throwable) - Constructor for exception org.alfresco.scripts.ScriptException
-
- ScriptResourceHelper - Class in org.alfresco.scripts
-
- ScriptResourceHelper() - Constructor for class org.alfresco.scripts.ScriptResourceHelper
-
- ScriptResourceLoader - Interface in org.alfresco.scripts
-
- sealObject(String, AlgorithmParameters, Serializable) - Method in class org.alfresco.encryption.AbstractEncryptor
-
- sealObject(String, AlgorithmParameters, Serializable) - Method in class org.alfresco.encryption.DefaultFallbackEncryptor
-
Convenience method to seal on object up cryptographically.
- sealObject(String, AlgorithmParameters, Serializable) - Method in interface org.alfresco.encryption.Encryptor
-
Convenience method to seal on object up cryptographically.
- SecureHttpClient - Class in org.alfresco.httpclient
-
Simple HTTP client to connect to the Alfresco server.
- SecureHttpClient() - Constructor for class org.alfresco.httpclient.SecureHttpClient
-
- sendRemoteRequest(Request) - Method in class org.alfresco.httpclient.AbstractHttpClient
-
Send Request to the repository
- sendRequest(Request) - Method in interface org.alfresco.httpclient.AlfrescoHttpClient
-
Send Request to the repository
- SerializableTypeHandler - Class in org.alfresco.ibatis
-
MyBatis 3.x TypeHandler for java.io.Serializable to BLOB types.
- SerializableTypeHandler() - Constructor for class org.alfresco.ibatis.SerializableTypeHandler
-
- SerializableTypeHandler.DeserializationException - Exception in org.alfresco.ibatis
-
Marker exception to allow deserialization issues to be dealt with by calling code.
- SerializableTypeHandler.DeserializationException(Throwable) - Constructor for exception org.alfresco.ibatis.SerializableTypeHandler.DeserializationException
-
- SerializableTypeHandler.SerializationException - Exception in org.alfresco.ibatis
-
Marker exception to allow serialization issues to be dealt with by calling code.
- SerializableTypeHandler.SerializationException(Throwable) - Constructor for exception org.alfresco.ibatis.SerializableTypeHandler.SerializationException
-
- SerializationUtils - Class in org.alfresco.util
-
NOTE: This utility class is a copy of org.apache.commons.lang3.SerializationUtils
Please see http://issues.alfresco.com/jira/browse/ALF-5044 for why this is done.
- SerializationUtils() - Constructor for class org.alfresco.util.SerializationUtils
-
SerializationUtils instances should NOT be constructed in standard
programming.
- serialize(Serializable, OutputStream) - Static method in class org.alfresco.util.SerializationUtils
-
Serializes an Object
to the specified stream.
- serialize(Serializable) - Static method in class org.alfresco.util.SerializationUtils
-
Serializes an Object
to a byte array for
storage/serialization.
- setAlgorithmParameters(HttpServletResponse, AlgorithmParameters) - Method in class org.alfresco.encryption.DefaultEncryptionUtils
-
Set the algorithm parameters header on the HTTP response
- setApplicationContext(ApplicationContext) - Method in class org.alfresco.encryption.SpringKeyResourceLoader
-
- setApplicationContext(ApplicationContext) - Method in class org.alfresco.util.bean.HierarchicalBeanLoader
-
The application context that this bean factory serves.
- setArgs(Map) - Method in class org.alfresco.httpclient.Request
-
- setBackupKeyStoreParameters(KeyStoreParameters) - Method in class org.alfresco.encryption.AlfrescoKeyStoreImpl
-
- setBaseUrl(String) - Method in class org.alfresco.httpclient.AbstractHttpClient
-
- setBaseUrl(String) - Method in interface org.alfresco.httpclient.AlfrescoHttpClient
-
Set the base url to alfresco
- normally /alfresco
- setBeanName(String) - Method in class org.alfresco.query.AbstractCannedQueryFactory
-
- setBeanName(String) - Method in class org.alfresco.util.AbstractTriggerBean
-
Get the bean name as this trigger is created
- setBody(byte[]) - Method in class org.alfresco.httpclient.Request
-
- setBufferSize(int) - Method in class org.alfresco.encoding.AbstractCharactersetFinder
-
Set the maximum number of bytes to read ahead when attempting to determine the characterset.
- setBufferSize(int) - Method in class org.alfresco.encoding.BomCharactersetFinder
-
- setCacheCiphers(boolean) - Method in class org.alfresco.encryption.DefaultEncryptor
-
- setCharset(String) - Method in class org.alfresco.util.exec.RuntimeExec
-
Sets the assumed charset of OUT and ERR streams generated by the executed command.
- setCipherAlgorithm(String) - Method in class org.alfresco.encryption.AbstractEncryptor
-
- setCipherAlgorithm(String) - Method in class org.alfresco.httpclient.MD5EncryptionParameters
-
- setCipherProvider(String) - Method in class org.alfresco.encryption.AbstractEncryptor
-
- setClient(FileFilterMode.Client) - Static method in class org.alfresco.util.FileFilterMode
-
- setCommand(String[]) - Method in class org.alfresco.util.exec.RuntimeExec
-
Set the command to execute regardless of operating system
- setCommandMap(Map) - Method in class org.alfresco.util.exec.RuntimeExec
-
- setCommandsAndArguments(Map) - Method in class org.alfresco.util.exec.RuntimeExec
-
Supply a choice of commands to execute based on a mapping from the os.name system
property to the command to execute.
- setConfigLocation(Resource) - Method in class org.alfresco.ibatis.HierarchicalSqlSessionFactoryBean
-
Set the location of the MyBatis SqlSessionFactory
config file.
- setConfigurationProperties(Properties) - Method in class org.alfresco.ibatis.HierarchicalSqlSessionFactoryBean
-
Set optional properties to be passed into the SqlSession configuration, as alternative to a
<properties>
tag in the configuration xml file.
- setConnectionTimeout(int) - Method in class org.alfresco.httpclient.HttpClientFactory
-
Attempts to connect to a server will timeout after this period (millis).
- setCorePoolSize(int) - Method in class org.alfresco.util.DynamicallySizedThreadPoolExecutor
-
- setCronExpression(String) - Method in class org.alfresco.util.CronTriggerBean
-
Set the cron expression that determines when this job is run.
- setDataSource(DataSource) - Method in class org.alfresco.ibatis.HierarchicalSqlSessionFactoryBean
-
Set the JDBC DataSource
that this instance should manage transactions for.
- setDefaultProperties(Map) - Method in class org.alfresco.util.exec.RuntimeExec
-
Set the default command-line properties to use when executing the command.
- setDialectBaseClass(String) - Method in class org.alfresco.util.bean.HierarchicalBeanLoader
-
Set the class to be used during hierarchical dialect replacement.
- setDialectBaseClass(String) - Method in class org.alfresco.util.resource.HierarchicalResourceLoader
-
Set the class to be used during hierarchical dialect replacement.
- setDialectClass(String) - Method in class org.alfresco.util.bean.HierarchicalBeanLoader
-
- setDialectClass(String) - Method in class org.alfresco.util.resource.HierarchicalResourceLoader
-
- setDisabledAtStartUp(String) - Method in class org.alfresco.util.exec.RuntimeExecBootstrapBean
-
- setEnabled(boolean) - Method in class org.alfresco.util.AbstractTriggerBean
-
- setEnabled(String) - Method in class org.alfresco.util.exec.RuntimeExecBootstrapBean
-
Set whether or not the process should be enabled at ApplicationContext bootstrap.
- setEnabledFromBean(BooleanBean) - Method in class org.alfresco.util.AbstractTriggerBean
-
- setEnabledFromBean(BooleanBean) - Method in class org.alfresco.util.exec.RuntimeExecBootstrapBean
-
- setEncoding(String) - Method in class org.alfresco.httpclient.Request
-
- setEncryptionKeysRegistry(EncryptionKeysRegistry) - Method in class org.alfresco.encryption.AlfrescoKeyStoreImpl
-
- setEncryptionParameters(MD5EncryptionParameters) - Method in class org.alfresco.httpclient.HttpClientFactory
-
- setEncryptor(Encryptor) - Method in class org.alfresco.encryption.DefaultEncryptionUtils
-
- setEnvironment(String) - Method in class org.alfresco.ibatis.HierarchicalSqlSessionFactoryBean
-
NOTE: This class overrides any Environment
you have set in the MyBatis
config file.
- setErrorCodes(String) - Method in class org.alfresco.util.exec.RuntimeExec
-
A comma or space separated list of values that, if returned by the executed command,
indicate an error value.
- setFailOnError(boolean) - Method in class org.alfresco.util.exec.RuntimeExecBootstrapBean
-
Set whether a process failure generates an error or not.
- setFallback(Encryptor) - Method in class org.alfresco.encryption.DefaultFallbackEncryptor
-
- setFirst(F) - Method in class org.alfresco.util.Pair
-
- setHeaders(Map) - Method in class org.alfresco.httpclient.Request
-
- setHost(String) - Method in class org.alfresco.httpclient.HttpClientFactory
-
- setId(Long) - Method in class org.alfresco.ibatis.HierarchicalSqlSessionFactoryBeanTest.TestDAO
-
- setIdOne(Long) - Method in class org.alfresco.ibatis.IdsEntity
-
- setIds(List) - Method in class org.alfresco.ibatis.IdsEntity
-
- setIdThree(Long) - Method in class org.alfresco.ibatis.IdsEntity
-
- setIdTwo(Long) - Method in class org.alfresco.ibatis.IdsEntity
-
- setJobDetail(JobDetail) - Method in class org.alfresco.util.AbstractTriggerBean
-
Set the definition of the job to run.
- setKey(String, Key) - Method in class org.alfresco.encryption.KeyMap
-
- setKeyMetaDataFileLocation(String) - Method in class org.alfresco.encryption.KeyStoreParameters
-
- setKeyProvider(KeyProvider) - Method in class org.alfresco.encryption.AbstractEncryptor
-
- setKeyProvider(KeyProvider) - Method in class org.alfresco.encryption.MACUtils
-
- setKeyResourceLoader(KeyResourceLoader) - Method in class org.alfresco.encryption.AlfrescoKeyStoreImpl
-
- setKeyResourceLoader(KeyResourceLoader) - Method in class org.alfresco.httpclient.HttpClientFactory
-
- setKeyStore(AlfrescoKeyStore) - Method in class org.alfresco.encryption.KeystoreKeyProvider
-
- setKeyStoreParameters(KeyStoreParameters) - Method in class org.alfresco.encryption.AlfrescoKeyStoreImpl
-
- setKeyStoreParameters(KeyStoreParameters) - Method in class org.alfresco.encryption.ssl.SSLEncryptionParameters
-
- setKeyStoreParameters(KeyStoreParameters) - Method in class org.alfresco.httpclient.HttpClientFactory
-
- setKillProcessesOnShutdown(boolean) - Method in class org.alfresco.util.exec.RuntimeExecBootstrapBean
-
Set whether or not to force a shutdown of successfully started processes.
- setLocalSessionFactory(LocalSessionFactoryBean) - Method in class org.alfresco.hibernate.DialectFactoryBean
-
Sets the local session factory.
- setLocation(String) - Method in class org.alfresco.encryption.KeyStoreParameters
-
- setMac(HttpServletResponse, byte[]) - Method in class org.alfresco.encryption.DefaultEncryptionUtils
-
Set the MAC on the HTTP response
- setMacAlgorithm(String) - Method in class org.alfresco.encryption.MACUtils
-
- setMacAlgorithm(String) - Method in class org.alfresco.httpclient.MD5EncryptionParameters
-
- setMacUtils(MACUtils) - Method in class org.alfresco.encryption.DefaultEncryptionUtils
-
- setMain(Encryptor) - Method in class org.alfresco.encryption.DefaultFallbackEncryptor
-
- setMapperLocations(Resource[]) - Method in class org.alfresco.ibatis.HierarchicalSqlSessionFactoryBean
-
Set locations of MyBatis mapper files that are going to be merged into the SqlSessionFactory
configuration at runtime.
- setMatchers(List) - Method in class org.alfresco.util.OrCompositeNameMatcher
-
- setMaxHostConnections(int) - Method in class org.alfresco.httpclient.HttpClientFactory
-
- setMaxItems(int) - Method in class org.alfresco.query.PagingRequest
-
Change the size of the page.
- setMaxRetries(int) - Method in class org.alfresco.ibatis.RetryingCallbackHelper
-
Set the maximimum number of retries.
- setMaxTotalConnections(int) - Method in class org.alfresco.httpclient.HttpClientFactory
-
- setMessageTimeout(long) - Method in class org.alfresco.encryption.DefaultEncryptionUtils
-
- setMessageTimeout(long) - Method in class org.alfresco.httpclient.MD5EncryptionParameters
-
- setName(String) - Method in class org.alfresco.encryption.KeyStoreParameters
-
- setNamePattern(String) - Method in class org.alfresco.util.registry.NamedObjectRegistry
-
Optionally set a pattern to which all object names must conform
- setNamePrefix(String) - Method in class org.alfresco.util.TraceableThreadFactory
-
- setParameter(PreparedStatement, int, Object, JdbcType) - Method in class org.alfresco.ibatis.SerializableTypeHandler
-
- setPatterns(List) - Method in class org.alfresco.util.PatternFilter
-
A list of regular expressions that represent patterns of files.
- setPatterns(List) - Method in class org.alfresco.util.RegexNameMatcher
-
Set the patterns.
- setPort(int) - Method in class org.alfresco.httpclient.HttpClientFactory
-
- setProcessDirectory(String) - Method in class org.alfresco.util.exec.RuntimeExec
-
Set the runtime location from which the command is executed.
- setProcessProperties(Map) - Method in class org.alfresco.util.exec.RuntimeExec
-
Set additional runtime properties (environment properties) that will used
by the executing process.
- setPropertyMap(Map) - Method in class org.alfresco.config.SystemPropertiesSetterBean
-
Set the properties that will be pushed onto the JVM.
- setPropOne(String) - Method in class org.alfresco.ibatis.HierarchicalSqlSessionFactoryBeanTest.TestDAO
-
- setPropTwo(String) - Method in class org.alfresco.ibatis.HierarchicalSqlSessionFactoryBeanTest.TestDAO
-
- setProvider(String) - Method in class org.alfresco.encryption.KeyStoreParameters
-
- setQueryExecutionId(String) - Method in class org.alfresco.query.PagingRequest
-
Change the unique query ID for the results.
- setRegistry(NamedObjectRegistry) - Method in class org.alfresco.query.AbstractCannedQueryFactory
-
Set the registry with which to register
- setRemoteIP(String) - Method in class org.alfresco.encryption.DefaultEncryptionUtils
-
- setRepeatCount(int) - Method in class org.alfresco.util.TriggerBean
-
- setRepeatCount(int) - Method in interface org.alfresco.util.TriggerBeanSPI
-
- setRepeatInterval(long) - Method in class org.alfresco.util.TriggerBean
-
- setRepeatInterval(long) - Method in interface org.alfresco.util.TriggerBeanSPI
-
- setRepeatIntervalMinutes(long) - Method in class org.alfresco.util.TriggerBean
-
- setRepeatIntervalMinutes(long) - Method in interface org.alfresco.util.TriggerBeanSPI
-
- setRequestAlgorithmParameters(HttpMethod, AlgorithmParameters) - Method in class org.alfresco.encryption.DefaultEncryptionUtils
-
Set the algorithm parameters header on the method request
- setRequestAlgorithmParameters(HttpMethod, AlgorithmParameters) - Method in interface org.alfresco.encryption.EncryptionUtils
-
Set the algorithm parameters header on the method request
- setRequestAuthentication(HttpMethod, byte[]) - Method in class org.alfresco.encryption.DefaultEncryptionUtils
-
Encrypt the http method request body
- setRequestAuthentication(HttpMethod, byte[]) - Method in interface org.alfresco.encryption.EncryptionUtils
-
Encrypt the http method request body
- setRequestMac(HttpMethod, byte[]) - Method in class org.alfresco.encryption.DefaultEncryptionUtils
-
- setRequestTimestamp(HttpMethod, long) - Method in class org.alfresco.encryption.DefaultEncryptionUtils
-
Set the timestamp on the HTTP request
- setRequestTotalCountMax(int) - Method in class org.alfresco.query.PagingRequest
-
Set request total count (up to a given maximum).
- setResolution(int) - Method in class org.alfresco.util.CachingDateFormat.StringAndResolution
-
- setResourceBundles(List) - Method in class org.alfresco.i18n.ResourceBundleBootstrapComponent
-
Set the resource bundles to be registered.
- setResourceLoader(HierarchicalResourceLoader) - Method in class org.alfresco.ibatis.HierarchicalSqlSessionFactoryBean
-
Set the resource loader to use.
- setResponseAuthentication(HttpServletRequest, HttpServletResponse, byte[], AlgorithmParameters) - Method in class org.alfresco.encryption.DefaultEncryptionUtils
-
Sets authentication headers on the HTTP response.
- setResponseAuthentication(HttpServletRequest, HttpServletResponse, byte[], AlgorithmParameters) - Method in interface org.alfresco.encryption.EncryptionUtils
-
Sets authentication headers on the HTTP response.
- setRetryWaitMs(int) - Method in class org.alfresco.ibatis.RetryingCallbackHelper
-
- setRollbackOnly() - Method in class org.alfresco.util.transaction.SpringAwareUserTransaction
-
- setScheduler(Scheduler) - Method in class org.alfresco.util.AbstractTriggerBean
-
Set the scheduler.
- setScheduler(Scheduler) - Method in class org.alfresco.util.SchedulerStarterBean
-
- setSecond(S) - Method in class org.alfresco.util.Pair
-
- setSecureCommsType(String) - Method in class org.alfresco.httpclient.HttpClientFactory
-
- setSerializableType(int) - Static method in class org.alfresco.ibatis.SerializableTypeHandler
-
- setShutdownCommands(List) - Method in class org.alfresco.util.exec.RuntimeExecShutdownBean
-
Set the commands to execute, in sequence, when the application context
is initialized.
- setSkipCount(int) - Method in class org.alfresco.query.PagingRequest
-
Change the skip count.
- setSqlSessionFactoryBuilder(SqlSessionFactoryBuilder) - Method in class org.alfresco.ibatis.HierarchicalSqlSessionFactoryBean
-
Sets the SqlSessionFactoryBuilder
to use when creating the SqlSessionFactory
.
- setSSLEncryptionParameters(SSLEncryptionParameters) - Method in class org.alfresco.httpclient.HttpClientFactory
-
- setSslPort(int) - Method in class org.alfresco.httpclient.HttpClientFactory
-
- setStartDelay(long) - Method in class org.alfresco.util.TriggerBean
-
- setStartDelay(long) - Method in interface org.alfresco.util.TriggerBeanSPI
-
- setStartDelayMinutes(long) - Method in class org.alfresco.util.TriggerBean
-
- setStartDelayMinutes(long) - Method in interface org.alfresco.util.TriggerBeanSPI
-
- setStartupCommands(List) - Method in class org.alfresco.util.exec.RuntimeExecBootstrapBean
-
Set the commands to execute, in sequence, when the application context
is initialized.
- setStorageType(Class) - Method in class org.alfresco.util.registry.NamedObjectRegistry
-
Set the type of class that the registry holds.
- setSystemProperties(Set) - Method in class org.alfresco.config.SystemPropertiesFactoryBean
-
Set the names of the properties that can be considered for overriding.
- setSystemPropertiesMode(int) - Method in class org.alfresco.config.SystemPropertiesFactoryBean
-
Set how to check system properties.
- setSystemPropertiesModeName(String) - Method in class org.alfresco.config.SystemPropertiesFactoryBean
-
Set the system property mode by the name of the corresponding constant, e.g.
- setTargetBeanName(String) - Method in class org.alfresco.util.bean.HierarchicalBeanLoader
-
- setTargetClass(Class) - Method in class org.alfresco.util.bean.HierarchicalBeanLoader
-
- setThreadDaemon(boolean) - Method in class org.alfresco.util.TraceableThreadFactory
-
- setThreadPriority(int) - Method in class org.alfresco.util.TraceableThreadFactory
-
- setTimestamp(HttpServletResponse, long) - Method in class org.alfresco.encryption.DefaultEncryptionUtils
-
Set the timestamp on the HTTP response
- setTransactionFactory(TransactionFactory) - Method in class org.alfresco.ibatis.HierarchicalSqlSessionFactoryBean
-
Set the MyBatis TransactionFactory to use.
- setTransactionTimeout(int) - Method in class org.alfresco.util.transaction.SpringAwareUserTransaction
-
Implementation required for UserTransaction
.
- setTrustStoreParameters(KeyStoreParameters) - Method in class org.alfresco.encryption.ssl.SSLEncryptionParameters
-
- setType(String) - Method in class org.alfresco.encryption.KeyStoreParameters
-
- setType(String) - Method in class org.alfresco.httpclient.Request
-
- setUp() - Method in class org.alfresco.config.SystemPropertiesSetterBeanTest
-
- setUp() - Method in class org.alfresco.error.AlfrescoRuntimeExceptionTest
-
- setup() - Method in class org.alfresco.httpclient.EncryptionService
-
- setUp() - Method in class org.alfresco.ibatis.HierarchicalSqlSessionFactoryBeanTest
-
- setUp() - Method in class org.alfresco.query.CannedQueryTest
-
- setUp() - Method in class org.alfresco.util.EqualsHelperTest
-
- setUp() - Method in class org.alfresco.util.exec.RuntimeExecBeansTest
-
- setUp() - Method in class org.alfresco.util.PathMapperTest
-
- setUp() - Method in class org.alfresco.util.RegexNameMatcherTest
-
- setUp() - Method in class org.alfresco.util.transaction.SpringAwareUserTransactionTest
-
- setupEncryptionUtils() - Method in class org.alfresco.httpclient.EncryptionService
-
- setupEncryptor() - Method in class org.alfresco.httpclient.EncryptionService
-
- setupKeyProvider() - Method in class org.alfresco.httpclient.EncryptionService
-
- setupMacUtils() - Method in class org.alfresco.httpclient.EncryptionService
-
- setUseBackupKeys(boolean) - Method in class org.alfresco.encryption.KeystoreKeyProvider
-
- setUseLocalCaches(boolean) - Method in class org.alfresco.ibatis.HierarchicalSqlSessionFactoryBean
-
- setValidateKeyChanges(boolean) - Method in class org.alfresco.encryption.AlfrescoKeyStoreImpl
-
- setWaitForCompletion(boolean) - Method in class org.alfresco.util.exec.RuntimeExec
-
Set whether to wait for completion of the command or not.
- size() - Method in class org.alfresco.util.BridgeTable
-
- size() - Method in class org.alfresco.util.OneToManyHashBiMap
-
- size() - Method in class org.alfresco.util.OneToManyHashMap
-
- SpringAwareUserTransaction - Class in org.alfresco.util.transaction
-
A UserTransaction
that will allow the thread using it to participate
in transactions that are normally only begun and committed by the SpringFramework
transaction aware components.
- SpringAwareUserTransaction(PlatformTransactionManager, boolean, int, int, int) - Constructor for class org.alfresco.util.transaction.SpringAwareUserTransaction
-
Creates a user transaction that defaults to TransactionDefinition.PROPAGATION_REQUIRED
.
- SpringAwareUserTransactionTest - Class in org.alfresco.util.transaction
-
- SpringAwareUserTransactionTest() - Constructor for class org.alfresco.util.transaction.SpringAwareUserTransactionTest
-
- SpringKeyResourceLoader - Class in org.alfresco.encryption
-
Loads key resources (key store and key store passwords) from the Spring classpath.
- SpringKeyResourceLoader() - Constructor for class org.alfresco.encryption.SpringKeyResourceLoader
-
- SSLEncryptionParameters - Class in org.alfresco.encryption.ssl
-
- SSLEncryptionParameters() - Constructor for class org.alfresco.encryption.ssl.SSLEncryptionParameters
-
Default constructor (for use by Spring)
- SSLEncryptionParameters(KeyStoreParameters, KeyStoreParameters) - Constructor for class org.alfresco.encryption.ssl.SSLEncryptionParameters
-
- StackTraceUtil - Class in org.alfresco.error
-
Helper class around outputting stack traces.
- StackTraceUtil() - Constructor for class org.alfresco.error.StackTraceUtil
-
- startBatch() - Method in interface org.alfresco.ibatis.BatchingDAO
-
Start a batch of insert or update commands
- startDelay - Variable in class org.alfresco.util.TriggerBean
-
- SYSTEM_KEY_TEMP_DIR - Static variable in class org.alfresco.util.TempFileProvider
-
the system property key giving us the location of the temp directory
- SystemPropertiesFactoryBean - Class in org.alfresco.config
-
Like the parent PropertiesFactoryBean
, but overrides or augments the resulting property set with values
from VM system properties.
- SystemPropertiesFactoryBean() - Constructor for class org.alfresco.config.SystemPropertiesFactoryBean
-
- SystemPropertiesSetterBean - Class in org.alfresco.config
-
Takes a set of properties and pushes them into the Java environment.
- SystemPropertiesSetterBeanTest - Class in org.alfresco.config
-
- SystemPropertiesSetterBeanTest() - Constructor for class org.alfresco.config.SystemPropertiesSetterBeanTest
-