Uses of Class
fr.becpg.repo.helper.impl.EntitySourceAssoc
Packages that use EntitySourceAssoc
Package
Description
-
Uses of EntitySourceAssoc in fr.becpg.repo.entity.datalist.impl
Method parameters in fr.becpg.repo.entity.datalist.impl with type arguments of type EntitySourceAssocModifier and TypeMethodDescriptionprivate voidWUsedListServiceImpl.appendAssocs(MultiLevelListData ret, List<EntitySourceAssoc> associationRefs, int depthLevel, int maxDepthLevel, org.alfresco.service.namespace.QName associationName, WUsedFilter filter, Set<org.alfresco.service.cmr.repository.NodeRef> parentNodeRefs, Map<org.alfresco.service.cmr.repository.NodeRef, Boolean> permCache, boolean isOrOperator) -
Uses of EntitySourceAssoc in fr.becpg.repo.helper
Methods in fr.becpg.repo.helper that return types with arguments of type EntitySourceAssocModifier and TypeMethodDescriptionAssociationService.getEntitySourceAssocs(List<org.alfresco.service.cmr.repository.NodeRef> nodeRefs, org.alfresco.service.namespace.QName assocQName, org.alfresco.service.namespace.QName listTypeQname, boolean isOrOperator, List<AssociationCriteriaFilter> criteriaFilters) Retrieves entity source associations with filtering and pagination.AssociationService.getEntitySourceAssocs(List<org.alfresco.service.cmr.repository.NodeRef> nodeRefs, org.alfresco.service.namespace.QName assocQName, org.alfresco.service.namespace.QName listTypeQname, boolean isOrOperator, List<AssociationCriteriaFilter> criteriaFilters, org.alfresco.query.PagingRequest pagingRequest) Retrieves entity source associations with filtering, pagination, and permission checking.AssociationService.getEntitySourceAssocs(List<org.alfresco.service.cmr.repository.NodeRef> nodeRefs, org.alfresco.service.namespace.QName assocQName, org.alfresco.service.namespace.QName listTypeQname, boolean isOrOperator, List<AssociationCriteriaFilter> criteriaFilters, org.alfresco.query.PagingRequest pagingRequest, boolean checkPermissions) Retrieves entity source associations with filtering, pagination, and permission checking. -
Uses of EntitySourceAssoc in fr.becpg.repo.helper.impl
Methods in fr.becpg.repo.helper.impl that return types with arguments of type EntitySourceAssocModifier and TypeMethodDescriptionAssociationServiceImplV2.getEntitySourceAssocs(List<org.alfresco.service.cmr.repository.NodeRef> nodeRefs, org.alfresco.service.namespace.QName assocQName, org.alfresco.service.namespace.QName listTypeQname, boolean isOrOperator, List<AssociationCriteriaFilter> criteriaFilters) Retrieves entity source associations with filtering and pagination.AssociationServiceImplV2.getEntitySourceAssocs(List<org.alfresco.service.cmr.repository.NodeRef> nodeRefs, org.alfresco.service.namespace.QName assocQName, org.alfresco.service.namespace.QName listTypeQname, boolean isOrOperator, List<AssociationCriteriaFilter> criteriaFilters, org.alfresco.query.PagingRequest pagingRequest) Retrieves entity source associations with filtering, pagination, and permission checking.AssociationServiceImplV2.getEntitySourceAssocs(List<org.alfresco.service.cmr.repository.NodeRef> nodeRefs, org.alfresco.service.namespace.QName assocTypeQName, org.alfresco.service.namespace.QName listTypeQname, boolean isOrOperator, List<AssociationCriteriaFilter> criteriaFilters, org.alfresco.query.PagingRequest pagingRequest, boolean checkPermissions) Retrieves entity source associations with filtering, pagination, and permission checking.private List<EntitySourceAssoc>AssociationServiceImplV2.internalEntitySourceAssocs(List<org.alfresco.service.cmr.repository.NodeRef> nodeRefs, org.alfresco.service.namespace.QName assocTypeQName, org.alfresco.service.namespace.QName listTypeQname, List<AssociationCriteriaFilter> criteriaFilters, org.alfresco.query.PagingRequest pagingRequest, boolean checkPermissions)