Package | com.adobe.ep.taskmanagement.util |
Interface | public interface ICollectionToken extends IToken |
Implementors | CollectionToken |
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Runtime Versions: | AIR 2.6, Flash Player 10.2 |
CollectionToken
class represents a token for asynchronous calls that return a collection.
The collection can be accessed from the result
property immediately after the
asynchronous call, although it may not be populated at that time. Use this class when the result is
bound as a data provider.
Public Methods
Property Detail
result | property |
result:IList
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Runtime Versions: | AIR 2.6, Flash Player 10.2 |
The result collection. Although the collection is available, it is not populated until the result handler executes.
Implementation
public function get result():IList
public function set result(value:IList):void
Thu Dec 6 2018, 01:12 PM -08:00