Referência do ActionScript® 3.0 para Adobe® Flash® Platform
Início  |  Ocultar listas de Pacotes e Classes |  Pacotes  |  Classes  |  Novidades  |  Índice  |  Apêndices  |  Por que inglês?
Filtros: Recuperando dados do servidor...
Recuperando dados do servidor...
com.adobe.ep.taskmanagement.domain 

IAttachment  - AS3 ADEP Task Management

Pacotecom.adobe.ep.taskmanagement.domain
Interfacepublic interface IAttachment

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Versões de runtime: AIR 2.6, Flash Player 10.2

The interface for attachments returned by the IAttachmentManager class.

Elementos da API relacionados



Propriedades públicas
 PropriedadeDefinido por
  creationDate : Date
The date attachment was created.
IAttachment
  creatorDisplayName : String
The display name of the user who created the attachment.
IAttachment
  creatorId : String
The unique identifier for the user who created the attachment or note.
IAttachment
  deleteable : Boolean
[somente leitura] A flag that indicates whether the attachment can be deleted.
IAttachment
  description : String
The description for the attachment.
IAttachment
  fileName : String
The filename of the attachment.
IAttachment
  id : String
The identifier for the attachment or note.
IAttachment
  lastModifiedDate : Date
Thed date the attachment was last changed.
IAttachment
  noteExtended : Boolean
A flag that indicates whether the note is extended.
IAttachment
  originalCreator : Boolean
A flag that indicates whether the logged in user added the attachment.
IAttachment
  readable : Boolean
[somente leitura] A flag that indicates whether the attachment is readable.
IAttachment
  size : String
The size of the attachment or note.
IAttachment
  taskId : String
The unique identifier for the task.
IAttachment
  type : String
The type of attachment.
IAttachment
  url : String
The URL for the attachment contents.
IAttachment
  writeable : Boolean
[somente leitura] A flag that indicates whether the attachment is writable.
IAttachment
Detalhes da propriedade

creationDate

propriedade
creationDate:Date

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Versões de runtime: AIR 2.6, Flash Player 10.2

The date attachment was created.



Implementação
    public function get creationDate():Date
    public function set creationDate(value:Date):void

creatorDisplayName

propriedade 
creatorDisplayName:String

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Versões de runtime: AIR 2.6, Flash Player 10.2

The display name of the user who created the attachment.



Implementação
    public function get creatorDisplayName():String
    public function set creatorDisplayName(value:String):void

creatorId

propriedade 
creatorId:String

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Versões de runtime: AIR 2.6, Flash Player 10.2

The unique identifier for the user who created the attachment or note.



Implementação
    public function get creatorId():String
    public function set creatorId(value:String):void

deleteable

propriedade 
deleteable:Boolean  [somente leitura]

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Versões de runtime: AIR 2.6, Flash Player 10.2

A flag that indicates whether the attachment can be deleted. A value of true specifies that the attachment can be deleted.



Implementação
    public function get deleteable():Boolean

description

propriedade 
description:String

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Versões de runtime: AIR 2.6, Flash Player 10.2

The description for the attachment. When an attachment is a note, the contents of the note are in it.



Implementação
    public function get description():String
    public function set description(value:String):void

fileName

propriedade 
fileName:String

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Versões de runtime: AIR 2.6, Flash Player 10.2

The filename of the attachment.



Implementação
    public function get fileName():String
    public function set fileName(value:String):void

id

propriedade 
id:String

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Versões de runtime: AIR 2.6, Flash Player 10.2

The identifier for the attachment or note.



Implementação
    public function get id():String
    public function set id(value:String):void

lastModifiedDate

propriedade 
lastModifiedDate:Date

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Versões de runtime: AIR 2.6, Flash Player 10.2

Thed date the attachment was last changed.



Implementação
    public function get lastModifiedDate():Date
    public function set lastModifiedDate(value:Date):void

noteExtended

propriedade 
noteExtended:Boolean

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Versões de runtime: AIR 2.6, Flash Player 10.2

A flag that indicates whether the note is extended. Extended notes have more than 255 characters and are stored in a separate file.

A value of true indicates that the note is extended and that it is necessary to retrieve the full notes from a file.



Implementação
    public function get noteExtended():Boolean
    public function set noteExtended(value:Boolean):void

originalCreator

propriedade 
originalCreator:Boolean

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Versões de runtime: AIR 2.6, Flash Player 10.2

A flag that indicates whether the logged in user added the attachment. A value of true specifies that the attachment was added by the user that is logged in.



Implementação
    public function get originalCreator():Boolean
    public function set originalCreator(value:Boolean):void

readable

propriedade 
readable:Boolean  [somente leitura]

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Versões de runtime: AIR 2.6, Flash Player 10.2

A flag that indicates whether the attachment is readable. A value of true specifies that the attachment is readable.



Implementação
    public function get readable():Boolean

size

propriedade 
size:String

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Versões de runtime: AIR 2.6, Flash Player 10.2

The size of the attachment or note. The size is in bytes.



Implementação
    public function get size():String
    public function set size(value:String):void

taskId

propriedade 
taskId:String

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Versões de runtime: AIR 2.6, Flash Player 10.2

The unique identifier for the task.



Implementação
    public function get taskId():String
    public function set taskId(value:String):void

type

propriedade 
type:String

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Versões de runtime: AIR 2.6, Flash Player 10.2

The type of attachment. Attachments can be a file or note. A value of AttachmentInfo.TYPE_ATTACHMENT specifies a file and a value of AttachmentInfo.TYPE_NOTE specifies a note.



Implementação
    public function get type():String
    public function set type(value:String):void

url

propriedade 
url:String

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Versões de runtime: AIR 2.6, Flash Player 10.2

The URL for the attachment contents.



Implementação
    public function get url():String
    public function set url(value:String):void

writeable

propriedade 
writeable:Boolean  [somente leitura]

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Versões de runtime: AIR 2.6, Flash Player 10.2

A flag that indicates whether the attachment is writable. A value of true specifies that the attachment is writable.



Implementação
    public function get writeable():Boolean




[ X ]Por que inglês?
O conteúdo na Referência do ActionScript 3.0 aparece em inglês

Nem todas as partes da Referência do ActionScript 3.0 estão traduzidas em todos os idiomas. Quando um elemento de um idioma não está traduzido, ele é exibido em inglês. Por exemplo, a classe ga.controls.HelpBox não está traduzida em nenhum idioma. Por isso, na versão da referência em português do Brasil, a classe ga.controls.HelpBox é exibida em inglês.