|
Packages that use org.alfresco.util.Pair | ||
org.alfresco.query | ||
org.alfresco.repo.security.authentication | ||
org.alfresco.service.cmr.model | FileFolderService These services give much simpler APIs for manipulating nodes structures conforming to traditional file folder trees within the data dictionary. | |
org.alfresco.service.cmr.preference | ||
org.alfresco.service.cmr.search | ||
org.alfresco.service.cmr.security | ||
org.alfresco.service.cmr.site | Provides the public interface for the the SiteService which is used by the Share application. | |
org.alfresco.service.cmr.tagging | ||
org.alfresco.util |
Uses of Pair in org.alfresco.query |
Methods in org.alfresco.query that return Pair | |
PagingResults.getTotalResultCount() Get the total result count assuming no paging applied. |
Uses of Pair in org.alfresco.repo.security.authentication |
Methods in org.alfresco.repo.security.authentication that return Pair | |
AuthenticationUtil.getUserTenant(String userName) |
Uses of Pair in org.alfresco.service.cmr.model |
Method parameters in org.alfresco.service.cmr.model with type arguments of type Pair | |
FileFolderService.list(NodeRef contextNodeRef, boolean files, boolean folders, Set<QName> ignoreTypeQNames, List<Pair<QName,Boolean>> sortProps, PagingRequest pagingRequest) Lists page of immediate child files and/or folders of the given context node with optional filtering (exclusion of certain child file/folder subtypes) and sorting author janv |
|
FileFolderService.list(NodeRef contextNodeRef, boolean files, boolean folders, String pattern, Set<QName> ignoreTypeQNames, List<Pair<QName,Boolean>> sortProps, PagingRequest pagingRequest) Lists page of immediate child files and/or folders of the given context node with pattern matching and optional filtering (exclusion of certain child file/folder subtypes) and sorting Pattern uses '*' as a wildcard |
|
FileFolderService.list(NodeRef rootNodeRef, Set<QName> searchTypeQNames, Set<QName> ignoreAspectQNames, List<Pair<QName,Boolean>> sortProps, PagingRequest pagingRequest) Lists page of immediate child objects of the given context node with specification of which types to list and optional filtering (exclusion of certain child file/folder subtypes) and sorting |
Uses of Pair in org.alfresco.service.cmr.preference |
Methods in org.alfresco.service.cmr.preference that return types with arguments of type Pair | |
PreferenceService.getPagedPreferences(String userName, String preferenceFilter, PagingRequest pagingRequest) |
Uses of Pair in org.alfresco.service.cmr.search |
Methods in org.alfresco.service.cmr.search that return types with arguments of type Pair | |
ResultSetSPI.getFieldFacet(String field) | |
CategoryService.getTopCategories(StoreRef storeRef, QName aspectName, int count) Get the most polular categories |
Uses of Pair in org.alfresco.service.cmr.security |
Method parameters in org.alfresco.service.cmr.security with type arguments of type Pair | |
PersonService.getPeople(List<Pair<QName,String>> stringPropFilters, boolean filterIgnoreCase, List<Pair<QName,Boolean>> sortProps, PagingRequest pagingRequest) Deprecated. see getPeople(String pattern, List |
|
PersonService.getPeople(String pattern, List<QName> filterProps, List<Pair<QName,Boolean>> sortProps, PagingRequest pagingRequest) Get paged list of people optionally filtered and/or sorted Note: the pattern is applied to filter props (0 to 3) as startsWithIgnoreCase, which are OR'ed together, for example: cm:userName or cm:firstName or cm:lastName |
|
PersonService.getPeople(String pattern, List<QName> filterStringProps, Set<QName> inclusiveAspects, Set<QName> exclusiveAspects, boolean includeAdministraotrs, List<Pair<QName,Boolean>> sortProps, PagingRequest pagingRequest) Get paged list of people optionally filtered and/or sorted |
Uses of Pair in org.alfresco.service.cmr.site |
Method parameters in org.alfresco.service.cmr.site with type arguments of type Pair | |
PagingResults<org.alfresco.repo.site.SiteMembership> |
SiteService.listMembersPaged(String shortName, boolean collapseGroups, List<Pair<org.alfresco.service.cmr.site.SiteService.SortFields,Boolean>> sortProps, PagingRequest pagingRequest) Gets the role of the specified user. |
SiteService.listSites(List<org.alfresco.repo.node.getchildren.FilterProp> filterProps, List<Pair<QName,Boolean>> sortProps, PagingRequest pagingRequest) This method returns paged result sets of SiteInfo objects, which should be more efficient than the unpaged methods also available on this interface. |
|
PagingResults<org.alfresco.repo.site.SiteMembership> |
SiteService.listSitesPaged(String userName, List<Pair<org.alfresco.service.cmr.site.SiteService.SortFields,Boolean>> sortProps, PagingRequest pagingRequest) List all the sites that the specified user has a explicit membership to. |
Uses of Pair in org.alfresco.service.cmr.tagging |
Methods in org.alfresco.service.cmr.tagging that return Pair | |
TaggingService.getPagedTags(StoreRef storeRef, int fromTag, int pageSize) Get page of the tags currently available |
|
TaggingService.getPagedTags(StoreRef storeRef, String filter, int fromTag, int pageSize) |
Methods in org.alfresco.service.cmr.tagging that return types with arguments of type Pair | |
TaggingService.addTags(NodeRef nodeRef, List<String> tags) Adds a list of tags to a node. |
|
TaggingService.getTags(NodeRef nodeRef, PagingRequest pagingRequest) Get a paged list of all the tags on a node |
|
TaggingService.getTags(StoreRef storeRef, PagingRequest pagingRequest) Get a paged list of all the tags currently available |
Uses of Pair in org.alfresco.util |
Fields in org.alfresco.util declared as Pair | |
static Pair |
Pair.NULL_PAIR |
Methods in org.alfresco.util that return Pair | |
static <X,Y> Pair<X,Y> |
Pair.nullPair() |
|