Paket | com.adobe.ep.taskmanagement.domain |
Gränssnitt | public interface IAttachment |
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
IAttachmentManager
class.
Relaterade API-element
Egenskap | Definieras med | ||
---|---|---|---|
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 [skrivskyddad]
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 [skrivskyddad]
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 [skrivskyddad]
A flag that indicates whether the attachment is writable. | IAttachment |
creationDate | egenskap |
creationDate:Date
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
The date attachment was created.
Implementering
public function get creationDate():Date
public function set creationDate(value:Date):void
creatorDisplayName | egenskap |
creatorDisplayName:String
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
The display name of the user who created the attachment.
Implementering
public function get creatorDisplayName():String
public function set creatorDisplayName(value:String):void
creatorId | egenskap |
creatorId:String
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
The unique identifier for the user who created the attachment or note.
Implementering
public function get creatorId():String
public function set creatorId(value:String):void
deleteable | egenskap |
deleteable:Boolean
[skrivskyddad] Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Körningsmiljöversioner: | 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.
Implementering
public function get deleteable():Boolean
description | egenskap |
description:String
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Körningsmiljöversioner: | 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.
Implementering
public function get description():String
public function set description(value:String):void
fileName | egenskap |
fileName:String
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
The filename of the attachment.
Implementering
public function get fileName():String
public function set fileName(value:String):void
id | egenskap |
id:String
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
The identifier for the attachment or note.
Implementering
public function get id():String
public function set id(value:String):void
lastModifiedDate | egenskap |
lastModifiedDate:Date
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
Thed date the attachment was last changed.
Implementering
public function get lastModifiedDate():Date
public function set lastModifiedDate(value:Date):void
noteExtended | egenskap |
noteExtended:Boolean
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Körningsmiljöversioner: | 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.
Implementering
public function get noteExtended():Boolean
public function set noteExtended(value:Boolean):void
originalCreator | egenskap |
originalCreator:Boolean
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Körningsmiljöversioner: | 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.
Implementering
public function get originalCreator():Boolean
public function set originalCreator(value:Boolean):void
readable | egenskap |
readable:Boolean
[skrivskyddad] Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Körningsmiljöversioner: | 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.
Implementering
public function get readable():Boolean
size | egenskap |
size:String
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
The size of the attachment or note. The size is in bytes.
Implementering
public function get size():String
public function set size(value:String):void
taskId | egenskap |
taskId:String
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
The unique identifier for the task.
Implementering
public function get taskId():String
public function set taskId(value:String):void
type | egenskap |
type:String
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Körningsmiljöversioner: | 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.
Implementering
public function get type():String
public function set type(value:String):void
url | egenskap |
url:String
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
The URL for the attachment contents.
Implementering
public function get url():String
public function set url(value:String):void
writeable | egenskap |
writeable:Boolean
[skrivskyddad] Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Körningsmiljöversioner: | 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.
Implementering
public function get writeable():Boolean
Tue Jun 12 2018, 01:40 PM Z