Interface FileEntryTypeCapability

All Superinterfaces:
Capability

public interface FileEntryTypeCapability extends Capability
Author:
Jürgen Kappler
  • Method Details

    • getFoldersAndFileEntriesAndFileShortcuts

      List<RepositoryEntry> getFoldersAndFileEntriesAndFileShortcuts(long repositoryId, long folderId, String[] mimeTypes, long fileEntryTypeId, boolean includeMountFolders, int status, int start, int end, OrderByComparator<?> orderByComparator) throws PortalException
      Throws:
      PortalException
    • getFoldersAndFileEntriesAndFileShortcutsCount

      int getFoldersAndFileEntriesAndFileShortcutsCount(long groupId, long folderId, String[] mimeTypes, long fileEntryTypeId, boolean includeMountFolders, int status) throws PortalException
      Throws:
      PortalException