Class StepVertex
- java.lang.Object
-
- com.chutneytesting.component.scenario.infra.wrapper.StepVertex
-
public class StepVertex extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStepVertex.StepVertexBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StepVertex.StepVertexBuilderbuilder()Map<String,String>defaultParameters()Map<String,String>executionParameters()Iterable<com.orientechnologies.orient.core.record.OEdge>getChildrenEdges()Iterable<com.orientechnologies.orient.core.record.OEdge>getParentEdges()Stringid()Stringimplementation()List<StepRelation>listChildrenEdges()List<StepVertex>listChildrenSteps()List<com.orientechnologies.orient.core.record.OVertex>listChildrenVertices()List<StepRelation>listParentEdges()List<com.orientechnologies.orient.core.record.OVertex>listParentVertices()List<StepRelation>listValidChildrenEdges()Stringname()voidreloadIfDirty()com.orientechnologies.orient.core.record.OVertexsave(com.orientechnologies.orient.core.db.ODatabaseSession dbSession)com.orientechnologies.orient.core.record.OElementstrategy()List<String>tags()
-
-
-
Method Detail
-
reloadIfDirty
public void reloadIfDirty()
-
save
public com.orientechnologies.orient.core.record.OVertex save(com.orientechnologies.orient.core.db.ODatabaseSession dbSession)
-
listParentVertices
public List<com.orientechnologies.orient.core.record.OVertex> listParentVertices()
-
listChildrenVertices
public List<com.orientechnologies.orient.core.record.OVertex> listChildrenVertices()
-
getParentEdges
public Iterable<com.orientechnologies.orient.core.record.OEdge> getParentEdges()
-
listParentEdges
public List<StepRelation> listParentEdges()
-
getChildrenEdges
public Iterable<com.orientechnologies.orient.core.record.OEdge> getChildrenEdges()
-
listChildrenEdges
public List<StepRelation> listChildrenEdges()
-
listValidChildrenEdges
public List<StepRelation> listValidChildrenEdges()
-
listChildrenSteps
public List<StepVertex> listChildrenSteps()
-
id
public String id()
-
name
public String name()
-
implementation
public String implementation()
-
strategy
public com.orientechnologies.orient.core.record.OElement strategy()
-
builder
public static StepVertex.StepVertexBuilder builder()
-
-