Instance Properties
| Name | Description | Access |
|---|---|---|
| length | number The number of objects in the collection. | read-only |
Methods
| anyItem( | ) |
→ K4WorkflowChannel |
| count( | ) |
→ number |
| item( | index) |
→ K4WorkflowChannel |
| itemByRange( | from, to) |
→ K4WorkflowChannel |
| k4GetByExtension( | k4Extension) |
→ K4WorkflowChannel |
| k4GetById( | k4Id) |
→ Object |
| k4GetByName( | k4Name) |
→ Object |
| nextItem( | obj) |
→ K4WorkflowChannel |
| previousItem( | obj) |
→ K4WorkflowChannel |
| toSource( | ) |
→ string |
-
anyItem( )→ K4WorkflowChannel -
Returns any K4WorkflowChannel in the collection.
-
count( )→ number -
Displays the number of elements in the K4WorkflowChannel.
-
everyItem( )→ K4WorkflowChannel -
Returns every K4WorkflowChannel in the collection.
-
firstItem( )→ K4WorkflowChannel -
Returns the first K4WorkflowChannel in the collection.
-
item( index)→ K4WorkflowChannel -
Returns the K4WorkflowChannel with the specified index or name.
indexThe index or name. Can accept: Long Integer or String. -
itemByRange( from, to)→ K4WorkflowChannel -
Returns the K4WorkflowChannels within the specified range.
fromThe K4WorkflowChannel, index, or name at the beginning of the range. Can accept: K4WorkflowChannel, Long Integer or String. toThe K4WorkflowChannel, index, or name at the end of the range. Can accept: K4WorkflowChannel, Long Integer or String. -
k4GetByExtension( k4Extension)→ K4WorkflowChannel -
K4 Get By Extension
k4Extensionstring K4 File Extension -
k4GetById( k4Id)→ Object -
K4 Get By ID
k4Idstring K4 ID -
k4GetByName( k4Name)→ Object -
K4 Get By Name
k4Namestring K4 Name -
lastItem( )→ K4WorkflowChannel -
Returns the last K4WorkflowChannel in the collection.
-
middleItem( )→ K4WorkflowChannel -
Returns the middle K4WorkflowChannel in the collection.
-
nextItem( obj)→ K4WorkflowChannel -
Returns the K4WorkflowChannel whose index follows the specified K4WorkflowChannel in the collection.
objK4WorkflowChannel The K4WorkflowChannel whose index comes before the desired K4WorkflowChannel. -
previousItem( obj)→ K4WorkflowChannel -
Returns the K4WorkflowChannel with the index previous to the specified index.
objK4WorkflowChannel The index of the K4WorkflowChannel that follows the desired K4WorkflowChannel. -
toSource( )→ string -
Generates a string which, if executed, will return the K4WorkflowChannel.