| Package | lc.procmgmt |
| Interface | public interface IFavoritesManager |
| Implémenteurs | FavoritesManager |
| Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
IFavoritesManager interface is implemented to manage favorite TaskManager startpoints.
Workspace start points that are added to a process diagram create TaskManager startpoints. TaskManager
startpoints are used to invoke a process in Workspace. When you use Workspace to invoke a
a process, a form is always used. A PDF form or form data is passed as input to the process. For more information
about creating processes for Workspace, see "Designing human-centric processes" in
Adobe Digital Enterprise Platform Document Services - Workbench 10.0 Help
.
Implement the IFavoritesManager interface to retrieve, add, and remove the favorites.
Eléments de l’API associés
Propriétés publiques
| Propriété | Défini par | ||
|---|---|---|---|
| favorites : ListCollectionView
The ListCollectionView object that contains a list of favorites. | IFavoritesManager | ||
Méthodes publiques
| Méthode | Défini par | ||
|---|---|---|---|
Adds an startpoint to the Favorites collection. | IFavoritesManager | ||
Returns whether the specified startpoint is a favorite. | IFavoritesManager | ||
Removes an startpoint from the Favorites collection. | IFavoritesManager | ||
Détails de la propriété
favorites | propriété |
favorites:ListCollectionView| Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The ListCollectionView object that contains a list of favorites.
Implémentation
public function get favorites():ListCollectionView public function set favorites(value:ListCollectionView):voidDétails de la méthode
addToFavorites | () | méthode |
public function addToFavorites(startpoint:Startpoint):lc.foundation.util:Token| Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Adds an startpoint to the Favorites collection.
Paramètres
startpoint:Startpoint — Specifies the startpoint to add to the favorites.
|
lc.foundation.util:Token — A token used to set result and fault handlers to be called when the operation has completed.
|
isFavorite | () | méthode |
public function isFavorite(startpoint:Startpoint):Boolean| Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Returns whether the specified startpoint is a favorite.
Paramètres
startpoint:Startpoint — Specifies the startpoint to add as a favorite.
|
Boolean — A flag that indicates whether an startpoint is a favorite. A value of
true specifies that it is a favorite.
|
removeFromFavorites | () | méthode |
public function removeFromFavorites(startpoint:Startpoint):lc.foundation.util:Token| Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Removes an startpoint from the Favorites collection.
Paramètres
startpoint:Startpoint — Specifies the startpoint to remove from the favorites.
|
lc.foundation.util:Token — A token used to set result and fault handlers to be called when the operation is completed.
|
Tue Jun 12 2018, 09:30 AM Z