Interface AlterDocumentService
-
public interface AlterDocumentService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.flower.docs.domain.file.DocumentFile
alter(com.flower.docs.domain.common.Id document, com.flower.docs.domain.common.Id fileId, java.util.List<com.arondor.viewer.annotation.api.Annotation> annotations)
-
-
-
Method Detail
-
alter
com.flower.docs.domain.file.DocumentFile alter(com.flower.docs.domain.common.Id document, com.flower.docs.domain.common.Id fileId, java.util.List<com.arondor.viewer.annotation.api.Annotation> annotations) throws com.flower.docs.domain.exception.TechnicalException, com.flower.docs.domain.exception.FunctionalException
- Throws:
com.flower.docs.domain.exception.TechnicalException
com.flower.docs.domain.exception.FunctionalException
-
-