| Package | Description |
|---|---|
| de.hybris.platform.workflow.dto | |
| de.hybris.platform.workflow.resource |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<WorkflowItemAttachmentDTO> |
WorkflowDTO.getAttachments() |
java.util.List<WorkflowItemAttachmentDTO> |
WorkflowActionDTO.getAttachments() |
java.util.List<WorkflowItemAttachmentDTO> |
WorkflowItemAttachmentsDTO.getWorkflowItemAttachments() |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowDTO.setAttachments(java.util.List<WorkflowItemAttachmentDTO> value) |
void |
WorkflowActionDTO.setAttachments(java.util.List<WorkflowItemAttachmentDTO> value) |
void |
WorkflowItemAttachmentsDTO.setWorkflowItemAttachments(java.util.List<WorkflowItemAttachmentDTO> workflowitemattachmentsList) |
| Constructor and Description |
|---|
WorkflowItemAttachmentsDTO(java.util.List<WorkflowItemAttachmentDTO> workflowitemattachmentsList)
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
WorkflowItemAttachmentsResource.postWorkflowItemAttachment(WorkflowItemAttachmentDTO dto)
Generated HTTP method for covering POST requests.
|
Response |
WorkflowItemAttachmentResource.putWorkflowItemAttachment(WorkflowItemAttachmentDTO dto)
Generated HTTP method for covering PUT requests.
|
Copyright © 2018 SAP SE. All Rights Reserved.