Difference between revisions of "Core.Actions.ListInsertItems"

From emotive
Jump to navigation Jump to search
(Created page with "Category:Core == Classification == {{ClassificationActivity | ListInsertItems | Adds one or more elements in a list at a specific position | Action | Core|OTX Core l...")
 
Line 11: Line 11:
 
{{TableRowPropertie1| List | [[List]] | [[Variable]] | - | [1] | List of elements, in which the elements are inserted}}
 
{{TableRowPropertie1| List | [[List]] | [[Variable]] | - | [1] | List of elements, in which the elements are inserted}}
 
{{TableRowPropertie2| Item | - | [[Term]] | - | [1] | List of one or more elements of type of the list, which will be added at the end of the list}}
 
{{TableRowPropertie2| Item | - | [[Term]] | - | [1] | List of one or more elements of type of the list, which will be added at the end of the list}}
{{TableRowPropertie1| Index| [[Integer]] | [[Term]] | - | [1] | Position in the list (zero based) the elements are inserted before the}}
+
{{TableRowPropertie1| Index| [[Integer]] | [[Term]] | - | [1] | Position in the list (zero based) which the elements are inserted before}}
 
|}
 
|}
  

Revision as of 07:40, 12 August 2014

Classification

Name ListInsertItems
Short Description Adds one or more elements in a list at a specific position
Class Action
Extension OTX Core library
Group ListModifiers related actions
Exceptions OutOfBoundsException
Checker Rules Core_Chk033
Standard Compliant Yes

Description

The OTX ListInsertItems activity adds one or more items in a list at a specific location.

Properties

Name Data Type Class Default Cardinality Description
List List Variable - [1] List of elements, in which the elements are inserted
Item - Term - [1] List of one or more elements of type of the list, which will be added at the end of the list
Index Integer Term - [1] Position in the list (zero based) which the elements are inserted before

See also

Assignment
ProcedureCall
ShiftRight
ShiftLeft
SetBit
ReplaceSubByteField
AppendByteField
ListConcatenate
ListAppendItems
ListRemoveItems
ListClear
MapUnion
MapPutItems
MapRemoveItems
MapClear