Справочник по ActionScript® 3.0 для платформы Adobe® Flash®
Домашняя страница  |  Скрыть список пакетов и классов |  Пакеты  |  Классы  |  Что нового  |  Указатель  |  Приложения  |  Почему по-английски?
Фильтры: Получение данных с сервера...
Получение данных с сервера...
com.adobe.ep.taskmanagement.domain 

IAttachmentPermissions  - AS3 ADEP Task Management

Пакетcom.adobe.ep.taskmanagement.domain
Интерфейсpublic interface IAttachmentPermissions

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Версии среды выполнения: AIR 2.6, Flash Player 10.2

The interface for the permissions associated with attachments.



Общедоступные свойства
 СвойствоОпределено
  allowDelete : Boolean
A flag that indicates whether an attachment can be deleted.
IAttachmentPermissions
  allowRead : Boolean
A flag that indicates whether an attachment can be read.
IAttachmentPermissions
  allowWrite : Boolean
A flag that indicates whether an attachment can be overwritten or writable.
IAttachmentPermissions
Общедоступные методы
 МетодОпределено
  
Generates a key that is appropriate for the current permission settings for use with the language resource bundle.
IAttachmentPermissions
  
Determines whether all the permissions for an attachment are available.
IAttachmentPermissions
  
Determines whether access to an attachment is allowed.
IAttachmentPermissions
  
Determines whether an attachment can be deleted.
IAttachmentPermissions
  
Determines whether write-access is allowed on an attachment.
IAttachmentPermissions
  
Determines whether an attachment is readable.
IAttachmentPermissions
Сведения о свойстве

allowDelete

свойство
allowDelete:Boolean

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Версии среды выполнения: AIR 2.6, Flash Player 10.2

A flag that indicates whether an attachment can be deleted. A value of true indicates that the attachment has delete permissions.

Значением по умолчанию является false.



Реализация
    public function get allowDelete():Boolean
    public function set allowDelete(value:Boolean):void

allowRead

свойство 
allowRead:Boolean

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Версии среды выполнения: AIR 2.6, Flash Player 10.2

A flag that indicates whether an attachment can be read. A value of true indicates that the attachment has read permissions.

Значением по умолчанию является false.



Реализация
    public function get allowRead():Boolean
    public function set allowRead(value:Boolean):void

allowWrite

свойство 
allowWrite:Boolean

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Версии среды выполнения: AIR 2.6, Flash Player 10.2

A flag that indicates whether an attachment can be overwritten or writable. A value of true indicates that the attachment has write permissions.

Значением по умолчанию является false.



Реализация
    public function get allowWrite():Boolean
    public function set allowWrite(value:Boolean):void
Сведения о методе

getLabelKey

()метод
public function getLabelKey():String

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Версии среды выполнения: AIR 2.6, Flash Player 10.2

Generates a key that is appropriate for the current permission settings for use with the language resource bundle.

Возвращает
String — A key for use in a language resource bundle.

hasAllPermissions

()метод 
public function hasAllPermissions():Boolean

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Версии среды выполнения: AIR 2.6, Flash Player 10.2

Determines whether all the permissions for an attachment are available. The permissions include read, write, and delete permissions.

Возвращает
Boolean — Whether all the permissions are available for an attachment. A value of true if all permissions are available. A value of false not all the permissions are available.

noAccess

()метод 
public function noAccess():Boolean

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Версии среды выполнения: AIR 2.6, Flash Player 10.2

Determines whether access to an attachment is allowed.

Возвращает
Boolean — Whether access to attachments are allowed. A value of true indicates that access to the attachments is not allowed. A value of false indicates that access to the attachments is allowed.

noDelete

()метод 
public function noDelete():Boolean

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Версии среды выполнения: AIR 2.6, Flash Player 10.2

Determines whether an attachment can be deleted.

Возвращает
Boolean — Whether an attachment can be deleted. A value of true indicates that an attachment cannot be deleted. A value of false indicates that an attachment can be deleted.

noWrite

()метод 
public function noWrite():Boolean

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Версии среды выполнения: AIR 2.6, Flash Player 10.2

Determines whether write-access is allowed on an attachment.

Возвращает
Boolean — Whether write access is allowed on an attachment. A value of true inicates that write access is not allowed. A value of false indicates that write access is allowed.

readOnly

()метод 
public function readOnly():Boolean

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Версии среды выполнения: AIR 2.6, Flash Player 10.2

Determines whether an attachment is readable.

Возвращает
Boolean — Whether read access is allowed on an attachment. A value of true indicates that read access is allowed. A value of false if all permissions are available.




[ X ]Почему по-английски?
Содержимое Справочника ActionScript 3.0 отображается на английском языке

Не все части Справочника ActionScript 3.0 переводятся на все языки. Если какой-то текстовый элемент не переведен, он отображается на английском языке. Например, компонент ga.controls.HelpBox не переведен ни на один из языков. Это значит, что в русской версии справки компонент ga.controls.HelpBox будет отображаться на английском языке.