Interface FileEntryTypeCapability
- All Superinterfaces:
Capability
- Author:
- Jürgen Kappler
-
Method Summary
Modifier and TypeMethodDescriptiongetFoldersAndFileEntriesAndFileShortcuts
(long repositoryId, long folderId, String[] mimeTypes, long fileEntryTypeId, boolean includeMountFolders, int status, int start, int end, OrderByComparator<?> orderByComparator) int
getFoldersAndFileEntriesAndFileShortcutsCount
(long groupId, long folderId, String[] mimeTypes, long fileEntryTypeId, boolean includeMountFolders, int status)
-
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
-