Uses of Class
de.hybris.platform.core.model.link.LinkModel
Packages that use LinkModel
Package
Description
Contains generated models for each type of de.hybris.platform.workflow.jalo package.
-
Uses of LinkModel in com.hybris.backoffice.workflow
Methods in com.hybris.backoffice.workflow with parameters of type LinkModelModifier and TypeMethodDescriptionCreates newWorkflowItemfrom theLinkModelstatic booleanWorkflowItemModelFactory.isAndConnection(LinkModel link) Checks whether the givenLinkModelis an "and" connectionstatic booleanWorkflowItemModelFactory.isAndConnectionTemplate(LinkModel link) Checks whether the givenLinkModelis an "and" connection template -
Uses of LinkModel in com.hybris.backoffice.workflow.designer.dto
Constructors in com.hybris.backoffice.workflow.designer.dto with parameters of type LinkModel -
Uses of LinkModel in com.hybris.backoffice.workflow.designer.persistence
Methods in com.hybris.backoffice.workflow.designer.persistence with parameters of type LinkModelModifier and TypeMethodDescriptionstatic booleanLinkAttributeAccessor.getAndConnectionAttribute(LinkModel linkModel) static <T> Optional<T>LinkAttributeAccessor.getAttribute(LinkModel linkModel, String attributeQualifier, Class<T> attributeType) Retrieves attribute value fromLinkModel -
Uses of LinkModel in com.hybris.backoffice.workflow.designer.pojo
Methods in com.hybris.backoffice.workflow.designer.pojo that return LinkModelMethods in com.hybris.backoffice.workflow.designer.pojo with parameters of type LinkModelModifier 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. -
Uses of LinkModel in de.hybris.platform.directpersistence.cache
Methods in de.hybris.platform.directpersistence.cache that return types with arguments of type LinkModel -
Uses of LinkModel in de.hybris.platform.test
Methods in de.hybris.platform.test that return LinkModelMethods in de.hybris.platform.test that return types with arguments of type LinkModelMethods in de.hybris.platform.test with parameters of type LinkModel -
Uses of LinkModel in de.hybris.platform.workflow.daos
Methods in de.hybris.platform.workflow.daos that return types with arguments of type LinkModelModifier and TypeMethodDescriptionWorkflowLinksDao.findLinksByDecisionAndAction(AbstractWorkflowDecisionModel decision, AbstractWorkflowActionModel action) Searches for links by a given decision and actionWorkflowLinksTemplateDao.findLinksByDecisionAndAction(AbstractWorkflowDecisionModel decision, AbstractWorkflowActionModel action) Searches for links by a given decision and actionWorkflowLinksDao.findWorkflowActionLinkRelationBySource(String source) Searches for links by given sourceWorkflowLinksTemplateDao.findWorkflowActionLinkRelationBySource(String source) Searches for links by given source given decision template and|or action templateWorkflowTemplateDao.findWorkflowLinkTemplates(AbstractWorkflowDecisionModel decision, AbstractWorkflowActionModel action) WorkflowTemplateDao.findWorkflowLinkTemplatesByAction(AbstractWorkflowActionModel action) WorkflowTemplateDao.findWorkflowLinkTemplatesByDecision(AbstractWorkflowDecisionModel decision) -
Uses of LinkModel in de.hybris.platform.workflow.daos.impl
Methods in de.hybris.platform.workflow.daos.impl that return types with arguments of type LinkModelModifier and TypeMethodDescriptionDefaultWorkflowLinksDao.findLinksByDecisionAndAction(AbstractWorkflowDecisionModel decision, AbstractWorkflowActionModel action) DefaultWorkflowLinksTemplateDao.findLinksByDecisionAndAction(AbstractWorkflowDecisionModel decision, AbstractWorkflowActionModel action) DefaultWorkflowLinksDao.findWorkflowActionLinkRelationBySource(String source) DefaultWorkflowLinksTemplateDao.findWorkflowActionLinkRelationBySource(String source) DefaultWorkflowTemplateDao.findWorkflowLinkTemplates(AbstractWorkflowDecisionModel decision, AbstractWorkflowActionModel action) DefaultWorkflowTemplateDao.findWorkflowLinkTemplatesByAction(AbstractWorkflowActionModel action) DefaultWorkflowTemplateDao.findWorkflowLinkTemplatesByDecision(AbstractWorkflowDecisionModel decision) -
Uses of LinkModel in de.hybris.platform.workflow.impl
Methods in de.hybris.platform.workflow.impl that return types with arguments of type LinkModelModifier and TypeMethodDescriptionDefaultWorkflowProcessingService.getLinks(AbstractWorkflowDecisionModel decision, AbstractWorkflowActionModel action) -
Uses of LinkModel in de.hybris.platform.workflow.model
Methods in de.hybris.platform.workflow.model that return types with arguments of type LinkModelModifier and TypeMethodDescriptionWorkflowActionModel.getIncomingLinks()Generated method - Getter of theWorkflowAction.incomingLinksattribute defined at extensionworkflow.WorkflowActionTemplateModel.getIncomingLinkTemplates()Generated method - Getter of theWorkflowActionTemplate.incomingLinkTemplatesattribute defined at extensionworkflow.