public class WorkflowItemModelFactory
extends java.lang.Object
WorkflowItem| Constructor and Description |
|---|
WorkflowItemModelFactory() |
public static boolean isAndConnection(LinkModel link)
LinkModel is an "and" connectionlink - to be checkedpublic static boolean isAndConnectionTemplate(LinkModel link)
LinkModel is an "and" connection templatelink - to be checkedpublic WorkflowItem create(WorkflowActionTemplateModel action)
WorkflowItem from the WorkflowActionTemplateModelaction - that should be used to create new WorkflowItempublic WorkflowItem create(WorkflowActionModel action)
WorkflowItem from the WorkflowActionModelaction - that should be used to create new WorkflowItempublic WorkflowItem create(WorkflowDecisionTemplateModel decision)
WorkflowItem from the WorkflowDecisionTemplateModeldecision - that should be used to create new WorkflowItempublic WorkflowItem create(WorkflowDecisionModel decision)
WorkflowItem from the WorkflowDecisionModeldecision - that should be used to create new WorkflowItempublic WorkflowItem create(LinkModel link)
WorkflowItem from the LinkModellink - that should be used to create new WorkflowItempublic WorkflowItem mergeNeighbors(WorkflowItem target, WorkflowItem source)
WorkflowItem that contains neighbors from source and targettarget - WorkflowItem that should be used to create new WorkflowItemsource - WorkflowItem from which the neighbors should be added to the targetpublic CockpitLocaleService getLocaleService()
public void setLocaleService(CockpitLocaleService localeService)
public LabelService getLabelService()
public void setLabelService(LabelService labelService)
Copyright © 2018 SAP SE. All Rights Reserved.