Class EntryScope<Scope, Entry extends IFileSystemEntry<Entry>>
java.lang.Object
de.xima.fc.logic.filesystem.EntryScope<Scope,Entry>
- Type Parameters:
Scope- The type of the scope.Entry- The type of the file system entries.
Combines a scope with a list of file system entries, intended to be used with e.g.
IScopedEntityPersistenceAdapter. When the entries are empty, lists all files in the given scope. When the
entries are not empty, limits the result to the given entries.- Since:
- 8.3.0
- Author:
- XIMA MEDIA GmbH
-
Constructor Summary
ConstructorsConstructorDescriptionEntryScope(Scope scope, List<Entry> entries) Creates a new combination of a scope with a list of file system entries. -
Method Summary
-
Constructor Details
-
EntryScope
-
-
Method Details
-
entries
-
scope
-