Difference between revisions of "Extensions.Flash.GetListOfValidFlashSessions"
Jump to navigation
Jump to search
(Created page with "Category:Flash == Classification == {{ClassificationActivity | GetListOfValidFlashSessions | Returns a list of valid flash back sessions | Term | Flash|OTX Flash ext...") |
|||
Line 1: | Line 1: | ||
[[Category:Flash]] | [[Category:Flash]] | ||
== Classification == | == Classification == | ||
− | {{ClassificationActivity | GetListOfValidFlashSessions | Returns a list of valid flash | + | {{ClassificationActivity | GetListOfValidFlashSessions | Returns a list of valid flash sessions | [[Term]] | [[Flash|OTX Flash extension]] | [[Flash session related terms]] | - | - }} |
== Pseudo-Code Syntax == | == Pseudo-Code Syntax == | ||
Line 9: | Line 9: | ||
== Description == | == Description == | ||
− | The '''GetListOfValidFlashSessions''' term is a list of strings | + | The '''GetListOfValidFlashSessions''' term is a list of strings to the valid '''FlashSessions''' identified. |
{{TermReturnValue| [[List]] | List of valid FlashSessions.}} | {{TermReturnValue| [[List]] | List of valid FlashSessions.}} |
Revision as of 04:16, 1 August 2014
Contents
Classification
Name | GetListOfValidFlashSessions |
Short Description | Returns a list of valid flash 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 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