Uses of Class
com.hybris.backoffice.workflow.designer.dto.ElementDto
Packages that use ElementDto
Package
Description
-
Uses of ElementDto in com.hybris.backoffice.workflow.designer.dto
Subclasses of ElementDto in com.hybris.backoffice.workflow.designer.dtoModifier and TypeClassDescriptionclassRepresents the action modelled in Workflow DesignerclassRepresents the 'and' node modelled in Workflow DesignerclassRepresents the decision modelled in Workflow Designer -
Uses of ElementDto in com.hybris.backoffice.workflow.designer.handler.create
Classes in com.hybris.backoffice.workflow.designer.handler.create with type parameters of type ElementDtoModifier and TypeClassDescriptionclassAbstractWorkflowDesignerCreateHandler<FORM extends AbstractWorkflowTemplateCreateForm,MODEL extends ItemModel, DTO extends ElementDto<MODEL>> A common handler forWorkflowActionTemplateModelandWorkflowDecisionTemplateModelcreate handlers -
Uses of ElementDto in com.hybris.backoffice.workflow.designer.pojo
Methods in com.hybris.backoffice.workflow.designer.pojo with parameters of type ElementDtoModifier and TypeMethodDescriptionstatic Optional<WorkflowEntity>WorkflowPojoMapper.mapDtoToWorkflowEntity(ElementDto<ItemModel> elementDto) MapsElementDto<ItemModel>toWorkflowEntity