Interface FMAssetSearch


  • @ProviderType
    public interface FMAssetSearch
    Service for searching assets shown in Forms Manager.
    Since:
    com.adobe.aem.formsndocuments.assets 0.0.1
    • Method Detail

      • searchForms

        java.util.List<FDAsset> searchForms​(FMSearchCriteria searchCriteria,
                                            ResourceResolver resolver)
        searchForms searches for forms in the repository based on search criteria.
        Parameters:
        searchCriteria - - This defines various criterion such as search statements, filters, offset and limit.
        resolver - - ResourceResolver that provides access to session. Jcr access privileges are same as the ones available to the user of the corresponding session
        Returns:
        - Returns the list of forms assets matching the search.