| Modifier and Type | Method and Description |
|---|---|
static FileObject |
FileObject.from(FileObject fromObject) |
static FileObject |
FileObject.from(StoreFileRequest request) |
FileObject |
FileObjectAttribute.getFileObject() |
FileObject |
FileObjectHistory.getFileObject() |
| Modifier and Type | Method and Description |
|---|---|
static FileObjectHistory |
FileObjectHistory.from(FileObject fileObjectImpl) |
void |
FileObjectAttribute.setFileObject(FileObject fileObject) |
void |
FileObjectHistory.setFileObject(FileObject fileObject) |
| Modifier and Type | Method and Description |
|---|---|
FileObject |
FileObjectRepository.findByStoredFilename(String finalFilename) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.domain.Page<FileObject> |
FileObjectRepository.findByAttachedId(String attachedId,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Page<FileObject> |
FileObjectRepository.findByCategory(String category,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Page<FileObject> |
FileObjectRepository.findByUploadedAtBetween(Date start,
Date end,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Page<FileObject> |
FileObjectRepository.findByUploadedBy(String uploadedBy,
org.springframework.data.domain.Pageable pageable) |
| Modifier and Type | Method and Description |
|---|---|
void |
FileObjectHistoryRepository.deleteByFileObject(FileObject result) |
void |
FileObjectAttributeRepository.deleteByFileObject(FileObject result) |
List<FileObjectHistory> |
FileObjectHistoryRepository.findByFileObject(FileObject fileObject) |
org.springframework.data.domain.Page<FileObjectHistory> |
FileObjectHistoryRepository.findByFileObject(FileObject fileObject,
org.springframework.data.domain.Pageable pageable) |
List<FileObjectAttribute> |
FileObjectAttributeRepository.findListByFileObject(FileObject fileObject) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.domain.Page<FileObject> |
FileObjectRepositoryCustom.findPage(FileObjectSearchRequest searchRequest) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.domain.Page<FileObject> |
FileObjectRepositoryImpl.findPage(FileObjectSearchRequest searchRequest) |
Copyright © 2019. All rights reserved.