Uses of Class
de.hybris.platform.workflow.model.WorkflowItemAttachmentModel
-
Packages that use WorkflowItemAttachmentModel Package Description de.hybris.platform.workflow.model Contains generated models for each type of de.hybris.platform.workflow.jalo package. -
-
Uses of WorkflowItemAttachmentModel in de.hybris.platform.workflow.model
Methods in de.hybris.platform.workflow.model that return types with arguments of type WorkflowItemAttachmentModel Modifier and Type Method Description java.util.List<WorkflowItemAttachmentModel>WorkflowActionModel. getAttachments()Generated method - Getter of theWorkflowAction.attachmentsattribute defined at extensionworkflow.java.util.List<WorkflowItemAttachmentModel>WorkflowModel. getAttachments()Generated method - Getter of theWorkflow.attachmentsattribute defined at extensionworkflow.Method parameters in de.hybris.platform.workflow.model with type arguments of type WorkflowItemAttachmentModel Modifier and Type Method Description voidWorkflowActionModel. setAttachments(java.util.List<WorkflowItemAttachmentModel> value)Generated method - Setter ofWorkflowAction.attachmentsattribute defined at extensionworkflow.voidWorkflowModel. setAttachments(java.util.List<WorkflowItemAttachmentModel> value)Generated method - Setter ofWorkflow.attachmentsattribute defined at extensionworkflow.
-