Package | Description |
---|---|
org.alfresco.encryption | |
org.alfresco.query | |
org.alfresco.util | |
org.alfresco.util.collections |
Modifier and Type | Method and Description |
---|---|
Pair<byte[],AlgorithmParameters> |
AbstractEncryptor.encrypt(String keyAlias,
AlgorithmParameters params,
byte[] input)
Encrypt some bytes
|
Pair<byte[],AlgorithmParameters> |
DefaultFallbackEncryptor.encrypt(String keyAlias,
AlgorithmParameters params,
byte[] input)
Encrypt some bytes
|
Pair<byte[],AlgorithmParameters> |
Encryptor.encrypt(String keyAlias,
AlgorithmParameters params,
byte[] input)
Encrypt some bytes
|
Pair<byte[],AlgorithmParameters> |
AbstractEncryptor.encryptObject(String keyAlias,
AlgorithmParameters params,
Object input)
Encrypt an object
|
Pair<byte[],AlgorithmParameters> |
DefaultFallbackEncryptor.encryptObject(String keyAlias,
AlgorithmParameters params,
Object input)
Encrypt an object
|
Pair<byte[],AlgorithmParameters> |
Encryptor.encryptObject(String keyAlias,
AlgorithmParameters params,
Object input)
Encrypt an object
|
Modifier and Type | Method and Description |
---|---|
Pair<Integer,Integer> |
PagingResults.getTotalResultCount()
Get the total result count assuming no paging applied.
|
Pair<Integer,Integer> |
ListBackedPagingResults.getTotalResultCount()
We know exactly how many results there are
|
Pair<Integer,Integer> |
EmptyPagingResults.getTotalResultCount()
There are no results
|
protected Pair<Integer,Integer> |
AbstractCannedQuery.getTotalResultCount(List<R> results)
Get the total number of available results after querying, filtering, sorting and permission checking.
|
Modifier and Type | Method and Description |
---|---|
List<Pair<? extends Object,CannedQuerySortDetails.SortOrder>> |
CannedQuerySortDetails.getSortPairs()
Get the sort definitions.
|
Constructor and Description |
---|
CannedQuerySortDetails(Pair<? extends Object,CannedQuerySortDetails.SortOrder>... sortPairs)
Construct the sort details with a variable number of sort pairs.
|
Constructor and Description |
---|
CannedQuerySortDetails(List<Pair<? extends Object,CannedQuerySortDetails.SortOrder>> sortPairs)
Construct the sort details from a list of sort pairs.
|
Modifier and Type | Field and Description |
---|---|
static Pair |
Pair.NULL_PAIR |
Modifier and Type | Method and Description |
---|---|
static Pair<Date,Integer> |
CachingDateFormat.lenientParse(String text,
int minimumResolution) |
static <X,Y> Pair<X,Y> |
Pair.nullPair() |
Modifier and Type | Method and Description |
---|---|
void |
BridgeTable.addLink(Pair<T,T> link) |
void |
BridgeTable.removeLink(Pair<T,T> link) |
Modifier and Type | Method and Description |
---|---|
void |
BridgeTable.addLinks(Collection<Pair<T,T>> links) |
void |
BridgeTable.removeLinks(Collection<Pair<T,T>> links) |
Modifier and Type | Method and Description |
---|---|
static <FK,FV,TK,TV> |
CollectionUtils.transform(Map<FK,FV> map,
Function<Map.Entry<FK,FV>,Pair<TK,TV>> transformer) |
Copyright © 2005–2016 Alfresco Software. All rights reserved.