Uses of Class
com.bytedesk.core.document.DocumentEntity
Packages that use DocumentEntity
-
Uses of DocumentEntity in com.bytedesk.core.document
Methods in com.bytedesk.core.document that return DocumentEntityModifier and TypeMethodDescriptionprotected DocumentEntityDocumentRestService.doSave(DocumentEntity entity) DocumentRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, DocumentEntity entity) Methods in com.bytedesk.core.document that return types with arguments of type DocumentEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<DocumentEntity>DocumentRestService.createSpecification(DocumentRequest request) protected org.springframework.data.domain.Page<DocumentEntity>DocumentRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<DocumentEntity> spec, org.springframework.data.domain.Pageable pageable) DocumentRestService.findByNameAndOrgUidAndType(String name, String orgUid, String type) DocumentRepository.findByNameAndOrgUidAndTypeAndDeletedFalse(String name, String orgUid, String type) org.springframework.data.domain.Page<DocumentEntity>DocumentRestService.queryByOrgEntity(DocumentRequest request) static org.springframework.data.jpa.domain.Specification<DocumentEntity>DocumentSpecification.search(DocumentRequest request, AuthService authService) Methods in com.bytedesk.core.document with parameters of type DocumentEntityModifier and TypeMethodDescriptionDocumentRestService.convertToExcel(DocumentEntity entity) DocumentRestService.convertToResponse(DocumentEntity entity) protected DocumentEntityDocumentRestService.doSave(DocumentEntity entity) DocumentRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, DocumentEntity entity) voidDocumentEntityListener.onPostPersist(DocumentEntity document) voidDocumentEntityListener.onPostUpdate(DocumentEntity document) Method parameters in com.bytedesk.core.document with type arguments of type DocumentEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<DocumentEntity>DocumentRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<DocumentEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of DocumentEntity in com.bytedesk.core.document.event
Fields in com.bytedesk.core.document.event declared as DocumentEntityMethods in com.bytedesk.core.document.event that return DocumentEntityModifier and TypeMethodDescriptionAbstractDocumentEvent.getDocument()private DocumentEntityAbstractDocumentEvent.snapshot(DocumentEntity source) Methods in com.bytedesk.core.document.event with parameters of type DocumentEntityModifier and TypeMethodDescriptionprivate DocumentEntityAbstractDocumentEvent.snapshot(DocumentEntity source) Constructors in com.bytedesk.core.document.event with parameters of type DocumentEntityModifierConstructorDescriptionprotectedAbstractDocumentEvent(Object source, DocumentEntity document) DocumentCreateEvent(DocumentEntity document) DocumentDeleteEvent(DocumentEntity document) DocumentUpdateEvent(DocumentEntity document)