Difference between revisions of "Help:Step"
Jump to navigation
Jump to search
Tim Holzheim (talk | contribs) (Created with the template CreateHelpPageTest by Tim Holzheim through LambdaActions) |
Tim Holzheim (talk | contribs) (Created with the template CreateHelpPageTest by Tim Holzheim through LambdaActions) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | |||
+ | |||
[[File:Help_Icon.png|right]] | [[File:Help_Icon.png|right]] | ||
Line 15: | Line 17: | ||
{{#ask: [[Concept:Step]]}} | {{#ask: [[Concept:Step]]}} | ||
=== Properties === | === Properties === | ||
− | {{#ask: [[Concept:Property]][[Property topic::Concept:Step]] | + | |
− | | ?Property documentation = documentation | + | {{ #ask: [[Concept:Property]][[Property topic::Concept:Step]] |
− | | ?Property | + | |mainlabel=Step |
− | | ?Property name = name | + | |
− | | ?Property | + | | ?Property allowedValues = allowedValues |
− | | ?Property | + | |
− | | ?Property | + | | ?Property defaultValue = defaultValue |
− | | ?Property uploadable = uploadable | + | |
− | | | + | | ?Property documentation = documentation |
− | }} | + | |
+ | | ?Property index = index | ||
+ | |||
+ | | ?Property inputType = inputType | ||
+ | |||
+ | | ?Property isLink = isLink | ||
+ | |||
+ | | ?Property label = label | ||
+ | |||
+ | | ?Property mandatory = mandatory | ||
+ | |||
+ | | ?Property name = name | ||
+ | |||
+ | | ?Property namespace = namespace | ||
+ | |||
+ | | ?Property nullable = nullable | ||
+ | |||
+ | | ?Property primaryKey = primaryKey | ||
+ | |||
+ | | ?Property showInGrid = showInGrid | ||
+ | |||
+ | | ?Property size = size | ||
+ | |||
+ | | ?Property sortPos = sortPos | ||
+ | |||
+ | | ?Property topic = topic | ||
+ | |||
+ | | ?Property type = type | ||
+ | |||
+ | | ?Property uploadable = uploadable | ||
+ | |||
+ | | ?Property values_from = values_from | ||
+ | |||
+ | |order=ascending | ||
+ | | limit= 200 | ||
+ | }} | ||
+ | |||
− | [[Category:Step]] | + | [[Category:Concept:Step]] |
Latest revision as of 17:28, 9 February 2021
Help for Step
icon | Topic | name | pluralName | documentation |
---|---|---|---|---|
File:StepIcon.png | Step | Step | Steps | A Step is a Graph Traversal Step in the Gremlin language - you can think of it as in instruction an a graph computer |
Documentation
A Step is a Graph Traversal Step in the Gremlin language - you can think of it as in instruction an a graph computer
Example Steps
Properties
Step | allowedValues | defaultValue | documentation | index | inputType | isLink | label | mandatory | name | namespace | nullable | primaryKey | showInGrid | size | sortPos | topic | type | uploadable | values_from |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Step javadoc | Apache Tinkerpop javadoc documentation for this step | 4 | false | javadoc | false | javadoc | false | Step | Types/External Identifier | false | |||||||||
Step kind | the kind of the Step e.g. map, flatMap, terminal Step | 2 | false | kind | false | kind | false | Step | Types/Text | false | |||||||||
Step level | the level in the step hierarchy | 6 | false | level | false | level | false | Step | Types/Number | false | |||||||||
Step name | the name of the Step | 1 | false | name | true | name | true | 1 | Step | Types/Text | false | ||||||||
Step reference | the reference tag in the Apache Tinkerpop documentation | 3 | false | reference | false | reference | false | Step | Types/External Identifier | false | |||||||||
Step test | a Junit Testcase for this step | 5 | false | test | false | test | false | Step | Types/Text | false | |||||||||
Step text | the description according to the Apache Tinkerpop documentation | 4 | false | text | false | text | false | Step | Types/Text | false |