Extensions.Flash.GetListOfValidFlashSessions
Revision as of 03:54, 1 August 2014 by Nb (talk | contribs) (Created page with "Category:Flash == Classification == {{ClassificationActivity | GetListOfValidFlashSessions | Returns a list of valid flash back sessions | Term | Flash|OTX Flash ext...")
Contents
Classification
Name | GetListOfValidFlashSessions |
Short Description | Returns a list of valid flash back sessions |
Class | Term |
Extension | OTX Flash extension |
Group | Flash session related terms |
Exceptions | - |
Checker Rules | - |
Standard Compliant | Yes |
Pseudo-Code Syntax
List<String> GetListOfValidFlashSessions(Audience audience, ComChannel comChannel, Direction direction);
Description
The GetListOfValidFlashSessions term is a list of strings back to the valid FlashSessions identified.
Return Value
The Term returns the value, see table below.
![]()
In OTX, Terms are categorized according to its return data type!
Data Type | Description |
List | List of valid FlashSessions. |
Properties
Name | Data Type | Class | Default | Cardinality | Description |
ComChannel | ComChannel | Term | - | [1] | Communication Channel. |
Audience | Audience | Value | @Audience:SUPPLIER | [0..1] | This optional attribute defines a filter to a special audience. Only Flash sessions with the specified audience will be returned. When the attribute is not set, no filtering is performed. Audiences = {SUPPLIER|DEVELOPMENT|MANUFACTURING|AFTER SALES|AFTERMARKET}. |
Direction | Direction | Value | UPLOAD | [0..1] | This attribute defines the type of Flash sessions is returned. Directions = {UPLOAD|DOWNLOAD}. |
Examples
ComChannel myComCannel = GetComChannel("LL_AirbaUDS", "", false);
List<String> result = GetListOfValidFlashSessions(myComCannel, @Audience:SUPPLIER, UPLOAD);
See also
GetFlashSession
GetSessionID
GetSessionPriority
GetNumberOfBlocks
IsDownloadSession
GetFlashKey