Uses of Class
com.hybris.backoffice.workflow.designer.pojo.WorkflowLink
Packages that use WorkflowLink
Package
Description
-
Uses of WorkflowLink in com.hybris.backoffice.workflow.designer
Methods in com.hybris.backoffice.workflow.designer that return types with arguments of type WorkflowLinkModifier and TypeMethodDescriptionprotected Optional<WorkflowLink>DefaultWorkflowNetworkEntitiesFactory.getLinkPointingToSameTarget(Map<WorkflowEntity, com.hybris.cockpitng.components.visjs.network.data.Node> nodes, WorkflowLink incomingLink) Methods in com.hybris.backoffice.workflow.designer with parameters of type WorkflowLinkModifier and TypeMethodDescriptionprotected voidDefaultWorkflowNetworkEntitiesFactory.generateOrReuseAndNode(Map<WorkflowEntity, com.hybris.cockpitng.components.visjs.network.data.Node> nodes, WorkflowLink incomingLink) protected Optional<WorkflowLink>DefaultWorkflowNetworkEntitiesFactory.getLinkPointingToSameTarget(Map<WorkflowEntity, com.hybris.cockpitng.components.visjs.network.data.Node> nodes, WorkflowLink incomingLink) -
Uses of WorkflowLink in com.hybris.backoffice.workflow.designer.pojo
Methods in com.hybris.backoffice.workflow.designer.pojo that return WorkflowLinkModifier and TypeMethodDescriptionstatic WorkflowLinkWorkflowLink.ofSavedModel(LinkModel linkModel) Creates instance based on the savedLinkModel.static WorkflowLinkWorkflowLink.ofUnsavedModel(LinkModel linkModel, boolean andConnection) Creates instance based on the un-savedLinkModel.Methods in com.hybris.backoffice.workflow.designer.pojo that return types with arguments of type WorkflowLinkModifier and TypeMethodDescriptionWorkflowAction.getIncomingLinks()WorkflowActionInstance.getIncomingLinks()WorkflowActionTemplate.getIncomingLinks()