Uses of Class
org.alfresco.util.Pair
-
Packages that use Pair Package Description org.alfresco.encryption org.alfresco.query org.alfresco.util org.alfresco.util.collections -
-
Uses of Pair in org.alfresco.encryption
Methods in org.alfresco.encryption that return Pair Modifier and Type Method Description Pair<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 Pair Modifier and Type Method Description protected Pair<Integer,Integer>
AbstractCannedQuery. getTotalResultCount(List<R> results)
Get the total number of available results after querying, filtering, sorting and permission checking.Pair<Integer,Integer>
EmptyPagingResults. getTotalResultCount()
There are no resultsPair<Integer,Integer>
ListBackedPagingResults. getTotalResultCount()
We know exactly how many results there arePair<Integer,Integer>
PagingResults. getTotalResultCount()
Get the total result count assuming no paging applied.Methods in org.alfresco.query that return types with arguments of type Pair Modifier and Type Method Description List<Pair<? extends Object,CannedQuerySortDetails.SortOrder>>
CannedQuerySortDetails. getSortPairs()
Get the sort definitions.Constructors in org.alfresco.query with parameters of type Pair Constructor Description CannedQuerySortDetails(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 Pair Constructor Description CannedQuerySortDetails(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 Pair Modifier and Type Field Description static Pair
Pair. NULL_PAIR
Methods in org.alfresco.util that return Pair Modifier and Type Method Description static Pair<Date,Integer>
CachingDateFormat. lenientParse(String text, int minimumResolution)
static <X,Y>
Pair<X,Y>Pair. nullPair()
Methods in org.alfresco.util with parameters of type Pair Modifier and Type Method Description void
BridgeTable. addLink(Pair<T,T> link)
void
BridgeTable. removeLink(Pair<T,T> link)
Method parameters in org.alfresco.util with type arguments of type Pair Modifier and Type Method Description void
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 Modifier and Type Method Description static <FK,FV,TK,TV>
Map<TK,TV>CollectionUtils. transform(Map<FK,FV> map, Function<Map.Entry<FK,FV>,Pair<TK,TV>> transformer)
-