K4 ServerK4TaskTransitions

K4 Task Transitions

Instance Properties

Name Description Access
length number The number of objects in the collection. read-only

Methods

count(
)
 → number
item(
index)
 → K4TaskTransition
itemByRange(
from, to)
 → K4TaskTransition
k4GetByName(
k4Name)
 → Object
toSource(
)
 → string
anyItem(
)
 → K4TaskTransition
Returns any K4TaskTransition in the collection.
count(
)
 → number
Displays the number of elements in the K4TaskTransition.
everyItem(
)
 → K4TaskTransition
Returns every K4TaskTransition in the collection.
firstItem(
)
 → K4TaskTransition
Returns the first K4TaskTransition in the collection.
item(
index)
 → K4TaskTransition
Returns the K4TaskTransition with the specified index or name.
index The index or name. Can accept: Long Integer or String.
itemByRange(
from, to)
 → K4TaskTransition
Returns the K4TaskTransitions within the specified range.
from The K4TaskTransition, index, or name at the beginning of the range. Can accept: K4TaskTransition, Long Integer or String.
to The K4TaskTransition, index, or name at the end of the range. Can accept: K4TaskTransition, Long Integer or String.
k4GetByName(
k4Name)
 → Object
K4 Get By Name
k4Name string K4 Name
lastItem(
)
 → K4TaskTransition
Returns the last K4TaskTransition in the collection.
middleItem(
)
 → K4TaskTransition
Returns the middle K4TaskTransition in the collection.
nextItem(
obj)
 → K4TaskTransition
Returns the K4TaskTransition whose index follows the specified K4TaskTransition in the collection.
obj K4TaskTransition The K4TaskTransition whose index comes before the desired K4TaskTransition.
previousItem(
obj)
 → K4TaskTransition
Returns the K4TaskTransition with the index previous to the specified index.
obj K4TaskTransition The index of the K4TaskTransition that follows the desired K4TaskTransition.
toSource(
)
 → string
Generates a string which, if executed, will return the K4TaskTransition.