Package com.hybris.backoffice.workflow
Class WorkflowItem
java.lang.Object
com.hybris.backoffice.workflow.WorkflowItem
Represents the nodes processed by the
WorkflowNetworkFactory-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract com.hybris.cockpitng.components.visjs.network.data.NodeCreates theNodeobject that will be drawn on the graphbooleangetId()getLevel()abstract ItemModelgetModel()abstract Collection<String>Returns the collection of ids of the neighborsgetType()inthashCode()booleanisEnd()void
-
Constructor Details
-
WorkflowItem
-
-
Method Details
-
getId
-
getType
-
isEnd
public boolean isEnd() -
getLevel
-
setLevel
-
createNode
public abstract com.hybris.cockpitng.components.visjs.network.data.Node createNode()Creates theNodeobject that will be drawn on the graph- Returns:
- created node
-
getModel
-
getNeighborsIds
Returns the collection of ids of the neighbors- Returns:
- neighbors ids
-
hashCode
public int hashCode() -
equals
-