Uses of Class
de.hybris.platform.workflow.model.WorkflowItemAttachmentModel
-
-
Uses of WorkflowItemAttachmentModel in com.hybris.backoffice.workflow
Methods in com.hybris.backoffice.workflow that return types with arguments of type WorkflowItemAttachmentModel Modifier and Type Method Description java.util.List<WorkflowItemAttachmentModel>CoreWorkflowFacade. addItems(WorkflowModel workflow, java.util.List<? extends ItemModel> itemsToAdd)Adds items to workflow as an attachmentMethods in com.hybris.backoffice.workflow with parameters of type WorkflowItemAttachmentModel Modifier and Type Method Description voidWorkflowEventPublisher. publishWorkflowAttachmentDeletedEvent(WorkflowItemAttachmentModel workflowAttachment)Sends globally an event that WorkflowAttachment has been deleted.Method parameters in com.hybris.backoffice.workflow with type arguments of type WorkflowItemAttachmentModel Modifier and Type Method Description default voidCoreWorkflowFacade. removeItems(WorkflowModel workflow, java.util.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 WorkflowItemAttachmentModel Modifier and Type Method Description java.util.List<WorkflowItemAttachmentModel>DefaultCoreWorkflowFacade. addItems(WorkflowModel workflow, java.util.List<? extends ItemModel> itemsToAdd)Methods in com.hybris.backoffice.workflow.impl with parameters of type WorkflowItemAttachmentModel Modifier and Type Method Description voidDefaultWorkflowEventPublisher. publishWorkflowAttachmentDeletedEvent(WorkflowItemAttachmentModel workflowAttachment)Method parameters in com.hybris.backoffice.workflow.impl with type arguments of type WorkflowItemAttachmentModel Modifier and Type Method Description voidDefaultCoreWorkflowFacade. removeItems(WorkflowModel workflow, java.util.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 WorkflowItemAttachmentModel Modifier and Type Method Description protected java.util.function.Predicate<WorkflowItemAttachmentModel>WorkflowAttachmentDeleteActionRenderer. getActionPredicate()Methods in com.hybris.backoffice.workflow.renderer with parameters of type WorkflowItemAttachmentModel Modifier and Type Method Description voidWorkflowAttachmentDeleteActionRenderer. 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 WorkflowItemAttachmentModel Modifier and Type Method Description voidWorkflowAttachmentDeleteActionRenderer. setActionPredicate(java.util.function.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 WorkflowItemAttachmentModel Modifier and Type Method Description voidWorkflowAttachmentDeleteActionExecutor. accept(WorkflowItemAttachmentModel workflowAttachment)protected voidWorkflowAttachmentDeleteActionExecutor. notifyUser(WorkflowItemAttachmentModel workflowAttachment, java.lang.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 WorkflowItemAttachmentModel Modifier and Type Method Description booleanDeleteWorkflowAttachmentActionPredicate. test(WorkflowItemAttachmentModel workflowItemAttachmentModelModel) -
Uses of WorkflowItemAttachmentModel in de.hybris.platform.cmsfacades.util.builder
Methods in de.hybris.platform.cmsfacades.util.builder that return WorkflowItemAttachmentModel Modifier and Type Method Description WorkflowItemAttachmentModelWorkflowItemAttachmentModelBuilder. build()protected WorkflowItemAttachmentModelWorkflowItemAttachmentModelBuilder. getModel()Methods in de.hybris.platform.cmsfacades.util.builder with parameters of type WorkflowItemAttachmentModel Modifier and Type Method Description static WorkflowItemAttachmentModelBuilderWorkflowItemAttachmentModelBuilder. fromModel(WorkflowItemAttachmentModel model) -
Uses of WorkflowItemAttachmentModel in de.hybris.platform.cmsfacades.util.models
Methods in de.hybris.platform.cmsfacades.util.models that return WorkflowItemAttachmentModel Modifier and Type Method Description WorkflowItemAttachmentModelWorkflowItemAttachmentModelMother. 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 WorkflowItemAttachmentModel Modifier and Type Method Description protected 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 WorkflowItemAttachmentModel Modifier and Type Method Description protected java.util.function.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 WorkflowItemAttachmentModel Modifier and Type Method Description java.lang.StringWorkflowItemAttachmentLabelProvider. getDescription(WorkflowItemAttachmentModel workflowItemAttachmentModel)java.lang.StringWorkflowItemAttachmentLabelProvider. getIconPath(WorkflowItemAttachmentModel workflowItemAttachmentModel)java.lang.StringWorkflowItemAttachmentLabelProvider. getLabel(WorkflowItemAttachmentModel workflowItemAttachmentModel)java.lang.StringWorkflowItemAttachmentLabelProvider. getShortLabel(WorkflowItemAttachmentModel workflowItemAttachmentModel) -
Uses of WorkflowItemAttachmentModel in de.hybris.platform.platformbackoffice.widgets.workflow
Methods in de.hybris.platform.platformbackoffice.widgets.workflow that return WorkflowItemAttachmentModel Modifier and Type Method Description protected WorkflowItemAttachmentModelCreateWorkflowAttachmentHandler. getWorkflowAttachment(com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerAdapter adapter)Methods in de.hybris.platform.platformbackoffice.widgets.workflow that return types with arguments of type WorkflowItemAttachmentModel Modifier and Type Method Description java.util.List<WorkflowItemAttachmentModel>CreateWorkflowForm. getItemsToAdd()Methods in de.hybris.platform.platformbackoffice.widgets.workflow with parameters of type WorkflowItemAttachmentModel Modifier and Type Method Description protected booleanCreateWorkflowAttachmentHandler. hasAttachment(java.util.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 WorkflowItemAttachmentModel Modifier and Type Method Description protected booleanCreateWorkflowAttachmentHandler. hasAttachment(java.util.List<WorkflowItemAttachmentModel> attachments, WorkflowItemAttachmentModel attachment)voidCreateWorkflowForm. setItemsToAdd(java.util.List<WorkflowItemAttachmentModel> itemsToAdd) -
Uses of WorkflowItemAttachmentModel in de.hybris.platform.workflow
Methods in de.hybris.platform.workflow that return types with arguments of type WorkflowItemAttachmentModel Modifier and Type Method Description java.util.List<WorkflowItemAttachmentModel>WorkflowAttachmentService. addItems(WorkflowModel workflow, java.util.List<? extends ItemModel> itemsToAdd)Adds items to workflow as an attachmentMethod parameters in de.hybris.platform.workflow with type arguments of type WorkflowItemAttachmentModel Modifier and Type Method Description default voidWorkflowAttachmentService. removeItems(WorkflowModel workflow, java.util.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 WorkflowItemAttachmentModel Modifier and Type Method Description java.util.List<WorkflowItemAttachmentModel>DefaultWorkflowAttachmentService. addItems(WorkflowModel workflowModel, java.util.List<? extends ItemModel> itemsToAdd)Method parameters in de.hybris.platform.workflow.impl with type arguments of type WorkflowItemAttachmentModel Modifier and Type Method Description voidDefaultWorkflowAttachmentService. removeItems(WorkflowModel workflowModel, java.util.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 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.
-