Uses of Class
de.hybris.platform.workflow.model.WorkflowItemAttachmentModel
Packages that use WorkflowItemAttachmentModel
Package
Description
Contains generated models for each type of de.hybris.platform.workflow.jalo package.
-
Uses of WorkflowItemAttachmentModel in com.hybris.backoffice.workflow
Methods in com.hybris.backoffice.workflow that return types with arguments of type WorkflowItemAttachmentModelModifier and TypeMethodDescriptionCoreWorkflowFacade.addItems(WorkflowModel workflow, List<? extends ItemModel> itemsToAdd) Adds items to workflow as an attachmentMethods in com.hybris.backoffice.workflow with parameters of type WorkflowItemAttachmentModelModifier and TypeMethodDescriptionvoidWorkflowEventPublisher.publishWorkflowAttachmentDeletedEvent(WorkflowItemAttachmentModel workflowAttachment) Sends globally an event that WorkflowAttachment has been deleted.Method parameters in com.hybris.backoffice.workflow with type arguments of type WorkflowItemAttachmentModelModifier and TypeMethodDescriptiondefault voidCoreWorkflowFacade.removeItems(WorkflowModel workflow, List<WorkflowItemAttachmentModel> itemsToRemove) Removes attachments from a workflow -
Uses of WorkflowItemAttachmentModel in com.hybris.backoffice.workflow.impl
Methods in com.hybris.backoffice.workflow.impl that return types with arguments of type WorkflowItemAttachmentModelModifier and TypeMethodDescriptionDefaultCoreWorkflowFacade.addItems(WorkflowModel workflow, List<? extends ItemModel> itemsToAdd) Methods in com.hybris.backoffice.workflow.impl with parameters of type WorkflowItemAttachmentModelModifier and TypeMethodDescriptionvoidDefaultWorkflowEventPublisher.publishWorkflowAttachmentDeletedEvent(WorkflowItemAttachmentModel workflowAttachment) Method parameters in com.hybris.backoffice.workflow.impl with type arguments of type WorkflowItemAttachmentModelModifier and TypeMethodDescriptionvoidDefaultCoreWorkflowFacade.removeItems(WorkflowModel workflow, List<WorkflowItemAttachmentModel> itemsToRemove) -
Uses of WorkflowItemAttachmentModel in com.hybris.backoffice.workflow.renderer
Methods in com.hybris.backoffice.workflow.renderer that return types with arguments of type WorkflowItemAttachmentModelModifier and TypeMethodDescriptionprotected Predicate<WorkflowItemAttachmentModel>WorkflowAttachmentDeleteActionRenderer.getActionPredicate()Methods in com.hybris.backoffice.workflow.renderer with parameters of type WorkflowItemAttachmentModelModifier and TypeMethodDescriptionvoidWorkflowAttachmentDeleteActionRenderer.render(org.zkoss.zul.Menupopup menupopup, com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn configuration, WorkflowItemAttachmentModel workflowAttachment, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager) Method parameters in com.hybris.backoffice.workflow.renderer with type arguments of type WorkflowItemAttachmentModelModifier and TypeMethodDescriptionvoidWorkflowAttachmentDeleteActionRenderer.setActionPredicate(Predicate<WorkflowItemAttachmentModel> actionPredicate) -
Uses of WorkflowItemAttachmentModel in com.hybris.backoffice.workflow.renderer.actionexecutors
Methods in com.hybris.backoffice.workflow.renderer.actionexecutors with parameters of type WorkflowItemAttachmentModelModifier and TypeMethodDescriptionvoidWorkflowAttachmentDeleteActionExecutor.accept(WorkflowItemAttachmentModel workflowAttachment) protected voidWorkflowAttachmentDeleteActionExecutor.notifyUser(WorkflowItemAttachmentModel workflowAttachment, String eventType, com.hybris.backoffice.widgets.notificationarea.event.NotificationEvent.Level level) Deprecated, for removal: This API element is subject to removal in a future version.since 6.7, use the {@link #NotificationService.notifyUser(String , String, NotificationEvent.Level, Object...) } instead. -
Uses of WorkflowItemAttachmentModel in com.hybris.backoffice.workflow.renderer.predicates
Methods in com.hybris.backoffice.workflow.renderer.predicates with parameters of type WorkflowItemAttachmentModelModifier and TypeMethodDescriptionbooleanDeleteWorkflowAttachmentActionPredicate.test(WorkflowItemAttachmentModel workflowItemAttachmentModelModel) -
Uses of WorkflowItemAttachmentModel in de.hybris.platform.cmsfacades.util.builder
Methods in de.hybris.platform.cmsfacades.util.builder that return WorkflowItemAttachmentModelModifier and TypeMethodDescriptionWorkflowItemAttachmentModelBuilder.build()protected WorkflowItemAttachmentModelWorkflowItemAttachmentModelBuilder.getModel()Methods in de.hybris.platform.cmsfacades.util.builder with parameters of type WorkflowItemAttachmentModelModifier and TypeMethodDescriptionWorkflowItemAttachmentModelBuilder.fromModel(WorkflowItemAttachmentModel model) -
Uses of WorkflowItemAttachmentModel in de.hybris.platform.cmsfacades.util.models
Methods in de.hybris.platform.cmsfacades.util.models that return WorkflowItemAttachmentModelModifier and TypeMethodDescriptionWorkflowItemAttachmentModelMother.createAttachment(WorkflowModel workflow, CMSItemModel cmsItem) -
Uses of WorkflowItemAttachmentModel in de.hybris.platform.cmsfacades.workflow.impl
Methods in de.hybris.platform.cmsfacades.workflow.impl that return WorkflowItemAttachmentModelModifier and TypeMethodDescriptionprotected WorkflowItemAttachmentModelDefaultCMSWorkflowFacade.createAttachment(WorkflowModel workflow, CMSItemModel cmsItem) Creates a new attachment from a given cmsItem and adds it to the given workflow. -
Uses of WorkflowItemAttachmentModel in de.hybris.platform.cmsfacades.workflow.populator
Methods in de.hybris.platform.cmsfacades.workflow.populator that return types with arguments of type WorkflowItemAttachmentModelModifier and TypeMethodDescriptionprotected Predicate<WorkflowItemAttachmentModel>CMSWorkflowTaskDataPopulator.isPageTypeAttachment()Verifies that the item type of given attachment is a page type. -
Uses of WorkflowItemAttachmentModel in de.hybris.platform.platformbackoffice.labelproviders
Methods in de.hybris.platform.platformbackoffice.labelproviders with parameters of type WorkflowItemAttachmentModelModifier and TypeMethodDescriptionWorkflowItemAttachmentLabelProvider.getDescription(WorkflowItemAttachmentModel workflowItemAttachmentModel) WorkflowItemAttachmentLabelProvider.getIconPath(WorkflowItemAttachmentModel workflowItemAttachmentModel) WorkflowItemAttachmentLabelProvider.getLabel(WorkflowItemAttachmentModel workflowItemAttachmentModel) WorkflowItemAttachmentLabelProvider.getShortLabel(WorkflowItemAttachmentModel workflowItemAttachmentModel) -
Uses of WorkflowItemAttachmentModel in de.hybris.platform.platformbackoffice.widgets.workflow
Methods in de.hybris.platform.platformbackoffice.widgets.workflow that return WorkflowItemAttachmentModelModifier and TypeMethodDescriptionprotected WorkflowItemAttachmentModelCreateWorkflowAttachmentHandler.getWorkflowAttachment(com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerAdapter adapter) Methods in de.hybris.platform.platformbackoffice.widgets.workflow that return types with arguments of type WorkflowItemAttachmentModelMethods in de.hybris.platform.platformbackoffice.widgets.workflow with parameters of type WorkflowItemAttachmentModelModifier and TypeMethodDescriptionprotected booleanCreateWorkflowAttachmentHandler.hasAttachment(List<WorkflowItemAttachmentModel> attachments, WorkflowItemAttachmentModel attachment) protected voidCreateWorkflowAttachmentHandler.setWorkflowAttachment(com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerAdapter adapter, WorkflowItemAttachmentModel workflowAttachment) Method parameters in de.hybris.platform.platformbackoffice.widgets.workflow with type arguments of type WorkflowItemAttachmentModelModifier and TypeMethodDescriptionprotected booleanCreateWorkflowAttachmentHandler.hasAttachment(List<WorkflowItemAttachmentModel> attachments, WorkflowItemAttachmentModel attachment) voidCreateWorkflowForm.setItemsToAdd(List<WorkflowItemAttachmentModel> itemsToAdd) -
Uses of WorkflowItemAttachmentModel in de.hybris.platform.workflow
Methods in de.hybris.platform.workflow that return types with arguments of type WorkflowItemAttachmentModelModifier and TypeMethodDescriptionWorkflowAttachmentService.addItems(WorkflowModel workflow, List<? extends ItemModel> itemsToAdd) Adds items to workflow as an attachmentMethod parameters in de.hybris.platform.workflow with type arguments of type WorkflowItemAttachmentModelModifier and TypeMethodDescriptiondefault voidWorkflowAttachmentService.removeItems(WorkflowModel workflow, List<WorkflowItemAttachmentModel> itemsToRemove) Removes attachments from workflow -
Uses of WorkflowItemAttachmentModel in de.hybris.platform.workflow.impl
Methods in de.hybris.platform.workflow.impl that return types with arguments of type WorkflowItemAttachmentModelModifier and TypeMethodDescriptionDefaultWorkflowAttachmentService.addItems(WorkflowModel workflowModel, List<? extends ItemModel> itemsToAdd) Method parameters in de.hybris.platform.workflow.impl with type arguments of type WorkflowItemAttachmentModelModifier and TypeMethodDescriptionvoidDefaultWorkflowAttachmentService.removeItems(WorkflowModel workflowModel, List<WorkflowItemAttachmentModel> itemsToRemove) -
Uses of WorkflowItemAttachmentModel in de.hybris.platform.workflow.model
Methods in de.hybris.platform.workflow.model that return types with arguments of type WorkflowItemAttachmentModelModifier and TypeMethodDescriptionWorkflowActionModel.getAttachments()Generated method - Getter of theWorkflowAction.attachmentsattribute defined at extensionworkflow.WorkflowModel.getAttachments()Generated method - Getter of theWorkflow.attachmentsattribute defined at extensionworkflow.Method parameters in de.hybris.platform.workflow.model with type arguments of type WorkflowItemAttachmentModelModifier and TypeMethodDescriptionvoidWorkflowActionModel.setAttachments(List<WorkflowItemAttachmentModel> value) Generated method - Setter ofWorkflowAction.attachmentsattribute defined at extensionworkflow.voidWorkflowModel.setAttachments(List<WorkflowItemAttachmentModel> value) Generated method - Setter ofWorkflow.attachmentsattribute defined at extensionworkflow.