| Package | Description |
|---|---|
| org.osivia.services.edition.portlet.model | |
| org.osivia.services.edition.portlet.repository |
| Modifier and Type | Method and Description |
|---|---|
Attachments |
AbstractDocumentEditionForm.getAttachments() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDocumentEditionForm.setAttachments(Attachments attachments) |
| Modifier and Type | Method and Description |
|---|---|
Attachments |
DocumentEditionAttachmentsRepository.get(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
org.nuxeo.ecm.automation.client.model.Document document)
Get document attachments.
|
Attachments |
DocumentEditionAttachmentsRepositoryImpl.get(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
org.nuxeo.ecm.automation.client.model.Document document) |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentEditionAttachmentsRepository.customizeProperties(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
Attachments attachments,
boolean creation,
org.nuxeo.ecm.automation.client.model.PropertyMap properties,
Map<String,List<org.nuxeo.ecm.automation.client.model.Blob>> binaries)
Customize attachments properties.
|
void |
DocumentEditionAttachmentsRepositoryImpl.customizeProperties(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
Attachments attachments,
boolean creation,
org.nuxeo.ecm.automation.client.model.PropertyMap properties,
Map<String,List<org.nuxeo.ecm.automation.client.model.Blob>> binaries) |
void |
DocumentEditionAttachmentsRepository.deleteAttachment(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
Attachments attachments,
String value)
Delete document attachment.
|
void |
DocumentEditionAttachmentsRepositoryImpl.deleteAttachment(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
Attachments attachments,
String value) |
void |
DocumentEditionAttachmentsRepository.restoreAttachment(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
Attachments attachments,
String value)
Restore document attachment.
|
void |
DocumentEditionAttachmentsRepositoryImpl.restoreAttachment(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
Attachments attachments,
String value) |
void |
DocumentEditionAttachmentsRepository.uploadAttachments(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
Attachments attachments)
Upload document attachments.
|
void |
DocumentEditionAttachmentsRepositoryImpl.uploadAttachments(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
Attachments attachments) |
void |
DocumentEditionAttachmentsRepository.validate(Attachments attachments,
org.springframework.validation.Errors errors)
Validate document attachments.
|
void |
DocumentEditionAttachmentsRepositoryImpl.validate(Attachments attachments,
org.springframework.validation.Errors errors) |
Copyright © 2023 OSIVIA. All rights reserved.