Interface TargetCommunityIdListBasedStoredQuery

All Known Implementing Classes:
FindDocumentsByReferenceIdQuery, FindDocumentsByTitleQuery, FindDocumentsQuery, FindFoldersQuery, FindSubmissionSetsQuery, GetAllQuery

public interface TargetCommunityIdListBasedStoredQuery
Interface for stored queries which take a target community ID list as parameter.
Author:
Dmytro Rud
  • Method Details

    • getTargetCommunityIds

      List<String> getTargetCommunityIds()
    • setTargetCommunityIds

      void setTargetCommunityIds(List<String> targetCommunityIds)