| Package | Description |
|---|---|
| de.hybris.platform.workflow.jalo |
| Modifier and Type | Field and Description |
|---|---|
protected static OneToManyHandler<WorkflowItemAttachment> |
GeneratedWorkflow.ATTACHMENTSHANDLER
OneToManyHandler for handling 1:n ATTACHMENTS's relation attributes from 'many' side. |
| Modifier and Type | Method and Description |
|---|---|
WorkflowItemAttachment |
GeneratedWorkflowManager.createWorkflowItemAttachment(java.util.Map attributeValues) |
WorkflowItemAttachment |
GeneratedWorkflowManager.createWorkflowItemAttachment(SessionContext ctx,
java.util.Map attributeValues) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<WorkflowItemAttachment> |
GeneratedWorkflowAction.getAttachments()
Generated method - Getter of the
WorkflowAction.attachments attribute. |
java.util.List<WorkflowItemAttachment> |
GeneratedWorkflow.getAttachments()
Generated method - Getter of the
Workflow.attachments attribute. |
java.util.List<WorkflowItemAttachment> |
GeneratedWorkflowAction.getAttachments(SessionContext ctx)
Generated method - Getter of the
WorkflowAction.attachments attribute. |
java.util.List<WorkflowItemAttachment> |
GeneratedWorkflow.getAttachments(SessionContext ctx)
Generated method - Getter of the
Workflow.attachments attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedWorkflowAction.addToAttachments(SessionContext ctx,
WorkflowItemAttachment value)
Generated method - Adds
value to attachments. |
void |
GeneratedWorkflow.addToAttachments(SessionContext ctx,
WorkflowItemAttachment value)
Generated method - Adds
value to attachments. |
void |
GeneratedWorkflowAction.addToAttachments(WorkflowItemAttachment value)
Generated method - Adds
value to attachments. |
void |
GeneratedWorkflow.addToAttachments(WorkflowItemAttachment value)
Generated method - Adds
value to attachments. |
void |
GeneratedWorkflowAction.removeFromAttachments(SessionContext ctx,
WorkflowItemAttachment value)
Generated method - Removes
value from attachments. |
void |
GeneratedWorkflow.removeFromAttachments(SessionContext ctx,
WorkflowItemAttachment value)
Generated method - Removes
value from attachments. |
void |
GeneratedWorkflowAction.removeFromAttachments(WorkflowItemAttachment value)
Generated method - Removes
value from attachments. |
void |
GeneratedWorkflow.removeFromAttachments(WorkflowItemAttachment value)
Generated method - Removes
value from attachments. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedWorkflowAction.setAttachments(java.util.List<WorkflowItemAttachment> value)
Generated method - Setter of the
WorkflowAction.attachments attribute. |
void |
GeneratedWorkflow.setAttachments(java.util.List<WorkflowItemAttachment> value)
Generated method - Setter of the
Workflow.attachments attribute. |
void |
GeneratedWorkflowAction.setAttachments(SessionContext ctx,
java.util.List<WorkflowItemAttachment> value)
Generated method - Setter of the
WorkflowAction.attachments attribute. |
void |
GeneratedWorkflow.setAttachments(SessionContext ctx,
java.util.List<WorkflowItemAttachment> value)
Generated method - Setter of the
Workflow.attachments attribute. |
Copyright © 2018 SAP SE. All Rights Reserved.