Пакет | lc.procmgmt.commands |
Класс | public class ShareCommand |
Наследование | ShareCommand ![]() ![]() ![]() |
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
ShareCommand
class executes the task's share operation.
Связанные элементы API
Общедоступные свойства
Свойство | Определено | ||
---|---|---|---|
![]() | constructor : Object
Ссылка на объект класса или функцию конструктора для данного экземпляра объекта. | Object | |
groupOid : String [переопределить] [только для чтения]
The group object identifier (OID) that may be associated with this command. | ShareCommand | ||
![]() | name : String [только для чтения]
The name of the command for the task. | TaskCommand | |
![]() | task : lc.procmgmt.domain:Task
The task that is associated with the command. | TaskCommand | |
![]() | user : User
The User object. | TaskUserCommand |
Общедоступные методы
Метод | Определено | ||
---|---|---|---|
Constructor. | ShareCommand | ||
[переопределить]
Executes the task's share operation. | ShareCommand | ||
![]() |
Показывает, определено ли заданное свойство для объекта. | Object | |
![]() |
Показывает, есть ли экземпляр класса Object в цепи прототипов объекта, заданного в качестве параметра. | Object | |
![]() |
Показывает наличие заданного свойства и его перечисляемость. | Object | |
![]() |
Задает доступность динамического свойства для операций цикла. | Object | |
![]() |
Возвращает строковое представление этого объекта, отформатированного в соответствии со стандартами, принятыми для данной локали. | Object | |
![]() |
Возвращает строковое представление заданного объекта. | Object | |
![]() |
Возвращает элементарное значение заданного объекта. | Object |
Общедоступные константы
Константа | Определено | ||
---|---|---|---|
NAME : String = "Share" [статические]
The name of the share command. | ShareCommand |
Сведения о свойстве
groupOid | свойство |
groupOid:String
[только для чтения] [переопределить] Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The group object identifier (OID) that may be associated with this command. This method should be implemented in the extending class.
Реализация
override public function get groupOid():String
Сведения о конструкторе
ShareCommand | () | Конструктор |
public function ShareCommand(task:lc.procmgmt.domain:Task)
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
Параметрыtask:lc.procmgmt.domain:Task — Specifies the task to be associated with the command.
|
Сведения о методе
execute | () | метод |
override public function execute():lc.foundation.util:Token
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Executes the task's share operation.
Возвращаетlc.foundation.util:Token — A token that notifies the caller when execution is complete.
|
Связанные элементы API
Сведения о константе
NAME | Константа |
public static const NAME:String = "Share"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The name of the share command.
Tue Jun 12 2018, 11:34 AM Z