套件 | lc.procmgmt |
介面 | public interface IFavoritesManager |
實作者 | FavoritesManager |
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
執行階段版本: | 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.
相關 API 元素
公用屬性
屬性 | 定義自 | ||
---|---|---|---|
favorites : ListCollectionView
The ListCollectionView object that contains a list of favorites. | IFavoritesManager |
公用方法
方法 | 定義自 | ||
---|---|---|---|
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 |
屬性詳細資訊
favorites | 屬性 |
favorites:ListCollectionView
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
執行階段版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The ListCollectionView
object that contains a list of favorites.
實作
public function get favorites():ListCollectionView
public function set favorites(value:ListCollectionView):void
方法詳細資訊
addToFavorites | () | 方法 |
public function addToFavorites(startpoint:Startpoint):lc.foundation.util:Token
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
執行階段版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Adds an startpoint to the Favorites collection.
參數
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 | () | 方法 |
public function isFavorite(startpoint:Startpoint):Boolean
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
執行階段版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Returns whether the specified startpoint is a favorite.
參數
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 | () | 方法 |
public function removeFromFavorites(startpoint:Startpoint):lc.foundation.util:Token
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
執行階段版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Removes an startpoint from the Favorites collection.
參數
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, 03:47 PM Z