|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FileEntity | |
---|---|
ccc.commands | Commands available in CCC. |
ccc.domain | The core domain model for CCC. |
ccc.persistence |
Uses of FileEntity in ccc.commands |
---|
Methods in ccc.commands that return FileEntity | |
---|---|
FileEntity |
UpdateFileCommand.doExecute(UserEntity actor,
java.util.Date happenedOn)
Execute the command. |
Methods in ccc.commands that return types with arguments of type FileEntity | |
---|---|
Command<FileEntity> |
CommandFactory.createFileCommand(java.util.UUID parentFolder,
File file,
java.lang.String title,
java.lang.String description,
ResourceName resourceName,
RevisionMetadata rm,
java.io.InputStream dataStream)
Create a 'create file' command. |
Uses of FileEntity in ccc.domain |
---|
Methods in ccc.domain with parameters of type FileEntity | |
---|---|
static java.lang.String |
FileEntity.read(DataRepository dm,
FileEntity file)
Helper method that reads a file's contents into a string. |
Method parameters in ccc.domain with type arguments of type FileEntity | |
---|---|
static java.util.List<File> |
FileEntity.mapFiles(java.util.Collection<FileEntity> files)
Create summaries for a collection of files. |
Uses of FileEntity in ccc.persistence |
---|
Methods in ccc.persistence that return types with arguments of type FileEntity | |
---|---|
java.util.List<FileEntity> |
ResourceRepository.files()
List all files. |
java.util.List<FileEntity> |
ResourceRepository.images(java.util.UUID folderId,
int pageNo,
int pageSize)
List all image files. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |