Uses of Class
org.alfresco.util.Pair
Packages that use Pair
Package
Description
-
Uses of Pair in org.alfresco.encryption
Methods in org.alfresco.encryption that return PairModifier and TypeMethodDescriptionPair<byte[],
AlgorithmParameters> AbstractEncryptor.encrypt
(String keyAlias, AlgorithmParameters params, byte[] input) Encrypt some bytesPair<byte[],
AlgorithmParameters> DefaultFallbackEncryptor.encrypt
(String keyAlias, AlgorithmParameters params, byte[] input) Encrypt some bytesPair<byte[],
AlgorithmParameters> Encryptor.encrypt
(String keyAlias, AlgorithmParameters params, byte[] input) Encrypt some bytesPair<byte[],
AlgorithmParameters> AbstractEncryptor.encryptObject
(String keyAlias, AlgorithmParameters params, Object input) Encrypt an objectPair<byte[],
AlgorithmParameters> DefaultFallbackEncryptor.encryptObject
(String keyAlias, AlgorithmParameters params, Object input) Encrypt an objectPair<byte[],
AlgorithmParameters> Encryptor.encryptObject
(String keyAlias, AlgorithmParameters params, Object input) Encrypt an object -
Uses of Pair in org.alfresco.query
Methods in org.alfresco.query that return PairModifier and TypeMethodDescriptionAbstractCannedQuery.getTotalResultCount
(List<R> results) Get the total number of available results after querying, filtering, sorting and permission checking.EmptyPagingResults.getTotalResultCount()
There are no resultsListBackedPagingResults.getTotalResultCount()
We know exactly how many results there arePagingResults.getTotalResultCount()
Get the total result count assuming no paging applied.Methods in org.alfresco.query that return types with arguments of type PairModifier and TypeMethodDescriptionList<Pair<? extends Object,
CannedQuerySortDetails.SortOrder>> CannedQuerySortDetails.getSortPairs()
Get the sort definitions.Constructors in org.alfresco.query with parameters of type PairModifierConstructorDescriptionCannedQuerySortDetails
(Pair<? extends Object, CannedQuerySortDetails.SortOrder>... sortPairs) Construct the sort details with a variable number of sort pairs.Constructor parameters in org.alfresco.query with type arguments of type PairModifierConstructorDescriptionCannedQuerySortDetails
(List<Pair<? extends Object, CannedQuerySortDetails.SortOrder>> sortPairs) Construct the sort details from a list of sort pairs. -
Uses of Pair in org.alfresco.util
Fields in org.alfresco.util declared as PairMethods in org.alfresco.util that return PairModifier and TypeMethodDescriptionCachingDateFormat.lenientParse
(String text, int minimumResolution) static final <X,
Y> Pair<X, Y> Pair.nullPair()
Methods in org.alfresco.util with parameters of type PairMethod parameters in org.alfresco.util with type arguments of type PairModifier and TypeMethodDescriptionvoid
BridgeTable.addLinks
(Collection<Pair<T, T>> links) void
BridgeTable.removeLinks
(Collection<Pair<T, T>> links) -
Uses of Pair in org.alfresco.util.collections
Method parameters in org.alfresco.util.collections with type arguments of type Pair