Uses of Class
com.hybris.backoffice.workflow.designer.pojo.WorkflowLink
-
Packages that use WorkflowLink Package Description com.hybris.backoffice.workflow.designer com.hybris.backoffice.workflow.designer.pojo -
-
Uses of WorkflowLink in com.hybris.backoffice.workflow.designer
Methods in com.hybris.backoffice.workflow.designer that return types with arguments of type WorkflowLink Modifier and Type Method Description protected java.util.Optional<WorkflowLink>DefaultWorkflowNetworkEntitiesFactory. getLinkPointingToSameTarget(java.util.Map<WorkflowEntity,com.hybris.cockpitng.components.visjs.network.data.Node> nodes, WorkflowLink incomingLink)Methods in com.hybris.backoffice.workflow.designer with parameters of type WorkflowLink Modifier and Type Method Description protected voidDefaultWorkflowNetworkEntitiesFactory. generateOrReuseAndNode(java.util.Map<WorkflowEntity,com.hybris.cockpitng.components.visjs.network.data.Node> nodes, WorkflowLink incomingLink)protected java.util.Optional<WorkflowLink>DefaultWorkflowNetworkEntitiesFactory. getLinkPointingToSameTarget(java.util.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 WorkflowLink Modifier and Type Method Description static 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 WorkflowLink Modifier and Type Method Description java.util.Collection<WorkflowLink>WorkflowAction. getIncomingLinks()java.util.Collection<WorkflowLink>WorkflowActionInstance. getIncomingLinks()java.util.Collection<WorkflowLink>WorkflowActionTemplate. getIncomingLinks()
-