Paquete | com.adobe.solutions.prm.domain |
Interfaz | public interface IProject extends IGanttDataItem , IMemberCollection , IDocumentCollection |
Implementadores | Project |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Elementos de API relacionados
Propiedad | Definido por | ||
---|---|---|---|
allMemberList : IList [solo lectura]
The property returns a collection of all members. | IMemberCollection | ||
attributes : Object
Defines the map of key value pair attributes. | IProject | ||
createdBy : String
Principal name for a user who created an entity. | IProject | ||
creationDate : Date
Date of creation of an entity. | IProject | ||
defaultWorkItemTemplateName : String
Defines the default workItem template name. | IProject | ||
description : String
Description. | IProject | ||
documents : ArrayCollection [solo lectura]
The property returns a collection of associated documents. | IDocumentCollection | ||
editedTemplate : Boolean
Defines a Boolean flag that indicates if workItems use a template identified by a name specified in defaultWorkItemTemplate,
or use a template definition stored along with the project as reviewTemplate. | IProject | ||
endDate : Date
Defines the end date of a project. | IProject | ||
expectedEndDate : Date
Defines the expected end date of a project. | IProject | ||
ganttItems : ArrayCollection [solo lectura]
A collection of the displayable children that are displayed in the Gantt chart if showChildren flag is set to True. | IGanttDataItem | ||
icon : File
Defines the icon used in a project. | IProject | ||
id : String
Unique identifier. | IProject | ||
inheritDocsFromParent : Boolean
Defines the current value of inheritDocsFromParent flag. | IProject | ||
itemEndDate : Date [solo lectura]
End date of the item. | IGanttDataItem | ||
itemName : String [solo lectura]
Name of the item. | IGanttDataItem | ||
itemStartDate : Date [solo lectura]
Start date of the item. | IGanttDataItem | ||
itemState : String [solo lectura]
State of the item. | IGanttDataItem | ||
itemStatus : String [solo lectura]
Status of the item. | IGanttDataItem | ||
itemType : String [solo lectura]
Type of item. | IGanttDataItem | ||
lastUpdatedBy : String
Principal name for a user who last updated an entity. | IProject | ||
lastUpdatedDate : Date
Date when an entity was last updated. | IProject | ||
memberList : IList [solo lectura]
The property returns a collection of directly associated members. | IMemberCollection | ||
members : IList
Defines list of members of a project, replacing an existing list of members, if present. | IProject | ||
messages : IList
Defines the messages to the project. | IProject | ||
milestones : IList | IProject | ||
name : String
Defines the name of a project. | IProject | ||
operationList : ArrayCollection [solo lectura]
A collection of operations that are available to a user through the context menu in the Gantt chart. | IGanttDataItem | ||
owner : IUser
Defines the owner of a project. | IProject | ||
parentProject : IProject
Defines the parent project for a project. | IProject | ||
projects : IList
Defines the list of child projects. | IProject | ||
referenceDocuments : IList
Defines the reference documents associated with a project. | IProject | ||
reviewTemplate : com.adobe.solutions.rca.domain:IReviewTemplate
Defines the review template that is to be inherited by children. | IProject | ||
rootProject : IProject
Defines the root project. | IProject | ||
showChildren : Boolean
A Boolean flag to determine if the children need to be displayed. | IGanttDataItem | ||
showParent : Boolean
A Boolean flag to determine if the parent needs to be displayed. | IGanttDataItem | ||
startDate : Date
Defines the start date of a project. | IProject | ||
state : String
Defines the state of a project. | IProject | ||
status : String
Defines the status of a project. | IProject | ||
statusReasonCode : String
Defines the status reason code. | IProject | ||
tags : IList
Defines the list of tags that can be associated with an entity. | IProject | ||
type : String
Defines the type of a project. | IProject | ||
uniqueMemberList : IList [solo lectura]
The property returns a collection of unique members. | IMemberCollection | ||
users : IList
Defines a list of local users of the project. | IProject | ||
vo : ProjectVO
This property refers to an instance of the project value object. | IProject | ||
workItems : IList
Defines the list of workItems. | IProject |
Método | Definido por | ||
---|---|---|---|
This remote operation activates a current project and its child projects or workItems. | IProject | ||
This remote operation adds a document from the collection and submits the change on the server. | IDocumentCollection | ||
This remote operation adds a member to the collection and submits the change to the server. | IMemberCollection | ||
This method adds a project to a collection of projects. | IProject | ||
This remote operation adds a sub-project to the current project and updates it on the server. | IProject | ||
This method adds a reference document to a collection of referenceDocuments. | IProject | ||
This method adds a team member to a collection of members. | IProject | ||
This method adds a workitem to a collection of workitems. | IProject | ||
This remote operation adds a workitem to the current project and updates the changes on the server. | IProject | ||
This remote operation fetches a complete project from a server. | IProject | ||
This method gets the title of a member, if any title is assigned to a user. | IProject | ||
A Boolean function to determine if the item has displayable children. | IGanttDataItem | ||
This remote operation removes itself from its parent project and updates the change on the server. | IProject | ||
This remote operation removes a document from the collection and submits the change on the server. | IDocumentCollection | ||
This remote operation removes a member from the collection and submits the change to the server. | IMemberCollection | ||
This method removes a team member, at the specified index, from a collection of members. | IProject | ||
This remote operation removes a sub-project from the current project and updates the change on the server. | IProject | ||
This method removes a project at the specified index from a collection of projects. | IProject | ||
This method removes a reference document, at the specified index, from a collection of referenceDocuments. | IProject | ||
This remote operation removes a workitem from the current project and updates the changes on the server. | IProject | ||
This method removes a workitem at a specified index from a collection of workitems. | IProject | ||
This remote operation saves the current state of a project on a server. | IProject | ||
This remote operation terminates the current project. | IProject | ||
This remote operation updates the tile of a member present in collection and submits the change to the server. | IMemberCollection |
attributes | propiedad |
attributes:Object
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Defines the map of key value pair attributes.
Implementación
public function get attributes():Object
public function set attributes(value:Object):void
createdBy | propiedad |
createdBy:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Principal name for a user who created an entity.
Implementación
public function get createdBy():String
public function set createdBy(value:String):void
creationDate | propiedad |
creationDate:Date
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Date of creation of an entity.
Implementación
public function get creationDate():Date
public function set creationDate(value:Date):void
defaultWorkItemTemplateName | propiedad |
defaultWorkItemTemplateName:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Defines the default workItem template name. Every workItem is associated with a RCA template. If a template is not directly associated with a workItem then a template is inherited from a parent project in the hierarchy, going from bottom to top. The default workItem template specifies the template name to be used at project. This can eventually be inherited by children workItems. Template name being unique, you need to specify only the name. Ensure that a template exists before it is used.
Implementación
public function get defaultWorkItemTemplateName():String
public function set defaultWorkItemTemplateName(value:String):void
description | propiedad |
description:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Description.
Implementación
public function get description():String
public function set description(value:String):void
editedTemplate | propiedad |
editedTemplate:Boolean
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Defines a Boolean flag that indicates if workItems use a template identified by a name specified in defaultWorkItemTemplate
,
or use a template definition stored along with the project as reviewTemplate
.
If it is True
then reviewTemplate
is used, else defaultWorkItemTemplate
is used.
There are two ways to associated a template with a project. You can either use setReviewTemplate
or use setDefaultWorkItemTemplateName
.
While creating a project, you must set the editedTemplate
flag appropriately.
Implementación
public function get editedTemplate():Boolean
public function set editedTemplate(value:Boolean):void
endDate | propiedad |
endDate:Date
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Defines the end date of a project. Since the end date is a calculated field, client should not call the setter.
Implementación
public function get endDate():Date
public function set endDate(value:Date):void
expectedEndDate | propiedad |
expectedEndDate:Date
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Defines the expected end date of a project. If expectedEndDate
is null
, then it is inherited from the parent project.
For this reason, a root project can not have a null
expected end date.
Implementación
public function get expectedEndDate():Date
public function set expectedEndDate(value:Date):void
icon | propiedad |
icon:File
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Defines the icon used in a project. Icon is an image, that is associate with a project, for easy reference as a visual indicator.
Implementación
public function get icon():File
public function set icon(value:File):void
id | propiedad |
inheritDocsFromParent | propiedad |
inheritDocsFromParent:Boolean
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Defines the current value of inheritDocsFromParent
flag. If this Boolean flag is set to True
, the project inherits
reference documents from the parent project. If it is set to False
, then it does not inherit reference documents.
Implementación
public function get inheritDocsFromParent():Boolean
public function set inheritDocsFromParent(value:Boolean):void
lastUpdatedBy | propiedad |
lastUpdatedBy:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Principal name for a user who last updated an entity.
Implementación
public function get lastUpdatedBy():String
public function set lastUpdatedBy(value:String):void
lastUpdatedDate | propiedad |
lastUpdatedDate:Date
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Date when an entity was last updated.
Implementación
public function get lastUpdatedDate():Date
public function set lastUpdatedDate(value:Date):void
members | propiedad |
members:IList
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Defines list of members of a project, replacing an existing list of members, if present. Team members get notifications of various events during the life cycle of a project.
Implementación
public function get members():IList
public function set members(value:IList):void
Elementos de API relacionados
messages | propiedad |
messages:IList
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Defines the messages to the project. It is a collection of type MessageVO.
Implementación
public function get messages():IList
public function set messages(value:IList):void
Elementos de API relacionados
milestones | propiedad |
milestones:IList
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Implementación
public function get milestones():IList
public function set milestones(value:IList):void
Elementos de API relacionados
name | propiedad |
name:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Defines the name of a project. Project name is a mandatory attribute and should not be null
.
[ ] / | * . .. : and trailing spaces are not allowed in the project name.
Implementación
public function get name():String
public function set name(value:String):void
owner | propiedad |
owner:IUser
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Defines the owner of a project. Owner information is fetched based on Principal Name of the user present in ProjectVO.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento ownerUpdated
.
Implementación
public function get owner():IUser
public function set owner(value:IUser):void
parentProject | propiedad |
parentProject:IProject
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Defines the parent project for a project. This method is used internally and should not be used by a user.
Implementación
public function get parentProject():IProject
public function set parentProject(value:IProject):void
projects | propiedad |
projects:IList
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Defines the list of child projects. It is the collection of IProject.
Implementación
public function get projects():IList
public function set projects(value:IList):void
referenceDocuments | propiedad |
referenceDocuments:IList
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Defines the reference documents associated with a project.
Implementación
public function get referenceDocuments():IList
public function set referenceDocuments(value:IList):void
Elementos de API relacionados
reviewTemplate | propiedad |
reviewTemplate:com.adobe.solutions.rca.domain:IReviewTemplate
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Defines the review template that is to be inherited by children. If the template is locally edited in context of a project, an instance of the review templateis is stored with the project definition.
Implementación
public function get reviewTemplate():com.adobe.solutions.rca.domain:IReviewTemplate
public function set reviewTemplate(value:com.adobe.solutions.rca.domain:IReviewTemplate):void
Elementos de API relacionados
rootProject | propiedad |
rootProject:IProject
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Defines the root project. This method is used internally and should not be used by a user.
Implementación
public function get rootProject():IProject
public function set rootProject(value:IProject):void
startDate | propiedad |
startDate:Date
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Defines the start date of a project. If a start date is set in future, then project is scheduled to start on that date.
If the start date is in the past or is a current date, then the project starts immediately, upon project activation.
If the start date of a project is null
, then the start date is inherited from a parent project.
For this reason, a root project can not have a null
start date.
Implementación
public function get startDate():Date
public function set startDate(value:Date):void
state | propiedad |
state:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Defines the state of a project. Since the state is a calculated attribute, clients should not call this setter.
For possible values in the default implementation, please refer to com.adobe.solutions.prm.constant.ProjectState
.
Implementación
public function get state():String
public function set state(value:String):void
Elementos de API relacionados
status | propiedad |
status:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Defines the status of a project.
Implementación
public function get status():String
public function set status(value:String):void
Elementos de API relacionados
statusReasonCode | propiedad |
statusReasonCode:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Defines the status reason code. Reason codes provide information about the status, provide reason for specific status being set. The default implementation has two status, reed and green. Red status indicates that an action is required or an error has occurred. Green status indicates desired progress.
Implementación
public function get statusReasonCode():String
public function set statusReasonCode(value:String):void
Elementos de API relacionados
tags | propiedad |
tags:IList
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Defines the list of tags that can be associated with an entity.
Implementación
public function get tags():IList
public function set tags(value:IList):void
type | propiedad |
type:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Defines the type of a project.
Implementación
public function get type():String
public function set type(value:String):void
Elementos de API relacionados
users | propiedad |
users:IList
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Defines a list of local users of the project. Local users can be used to keep a list of users associated with a project, who have been assigned an organization title. This list of local user has no runtime significance. It is provided just as a convenient data structure to keep a local cache of users associated with a project.
Implementación
public function get users():IList
public function set users(value:IList):void
vo | propiedad |
vo:ProjectVO
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
This property refers to an instance of the project value object.
Implementación
public function get vo():ProjectVO
public function set vo(value:ProjectVO):void
Elementos de API relacionados
workItems | propiedad |
workItems:IList
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Defines the list of workItems.
Implementación
public function get workItems():IList
public function set workItems(value:IList):void
Elementos de API relacionados
activate | () | método |
public function activate():mx.rpc:AsyncToken
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
This remote operation activates a current project and its child projects or workItems.
Valor devueltomx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached. The resulting event contains the value object of the activated project.
|
addProject | () | método |
public function addProject(prj:IProject):void
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
This method adds a project to a collection of projects. It adds the project locally and not on a server.
Parámetros
prj:IProject — The project to be added.
|
addProjectAndSave | () | método |
public function addProjectAndSave(project:IProject):mx.rpc:AsyncToken
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
This remote operation adds a sub-project to the current project and updates it on the server. If the operation is successful, it refreshes the current object with a new value object returned from the server.
Parámetros
project:IProject — A project to be added.
|
mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached. The resulting event contains the value object of the project.
|
addReferenceDocument | () | método |
public function addReferenceDocument(doc:ISupportingDocument):void
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
This method adds a reference document to a collection of referenceDocuments
.
It adds the document locally and not on a server.
Parámetros
doc:ISupportingDocument — Reference document to be added.
|
addTeamMember | () | método |
public function addTeamMember(teamMember:com.adobe.solutions.prm.domain:ITeamMember):void
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
This method adds a team member to a collection of members. It adds a team member locally and not on a server.
Parámetros
teamMember:com.adobe.solutions.prm.domain:ITeamMember — Team Member to be added.
|
addWorkItem | () | método |
public function addWorkItem(item:IWorkItem):void
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
This method adds a workitem to a collection of workitems. It adds the workitem locally and not on a server.
Parámetros
item:IWorkItem — The WorkItem to be added.
|
addWorkItemAndSave | () | método |
public function addWorkItemAndSave(workItem:IWorkItem):mx.rpc:AsyncToken
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
This remote operation adds a workitem to the current project and updates the changes on the server. If operation is successful, it refreshes the current object with a new value object returned from the server.
Parámetros
workItem:IWorkItem — A WorkItem to be added.
|
mx.rpc:AsyncToken — It returns a token on which success fault handlers can be attached. The resulting event contains the value object of the added workitem.
|
fetchCompleteProject | () | método |
public function fetchCompleteProject():mx.rpc:AsyncToken
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
This remote operation fetches a complete project from a server. Value object property of the current project is updated with that of the fetched project. This operation can be used to synchronise data on a client from a server.
Valor devueltomx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached. The resulting event contains the value object of the project, including the child projects.
|
getMemberTitle | () | método |
public function getMemberTitle(member:IMember):String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
This method gets the title of a member, if any title is assigned to a user.
Parámetros
member:IMember — An instance of the member whose title is required.
|
String — The title of the member.
|
Elementos de API relacionados
remove | () | método |
public function remove():mx.rpc:AsyncToken
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
This remote operation removes itself from its parent project and updates the change on the server.
Valor devueltomx.rpc:AsyncToken — It returns a token on which success fault handlers can be attached. The resulting event contains the value object of the removed project.
|
removeMemberAt | () | método |
public function removeMemberAt(index:int):com.adobe.solutions.prm.domain:ITeamMember
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
This method removes a team member, at the specified index, from a collection of members. It removes a team member locally and not from a server.
Parámetros
index:int — Index of the member to be removed.
|
com.adobe.solutions.prm.domain:ITeamMember — It returns a reference to the removed member.
|
removeProjectAndSave | () | método |
public function removeProjectAndSave(project:IProject):mx.rpc:AsyncToken
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
This remote operation removes a sub-project from the current project and updates the change on the server.
Parámetros
project:IProject — A sub-project to be removed.
|
mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached. The resulting event contains the value object of the removed project.
|
removeProjectAt | () | método |
public function removeProjectAt(index:int):IProject
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
This method removes a project at the specified index from a collection of projects. It removes the project locally and not from a server.
Parámetros
index:int — Index of the project to be removed.
|
IProject — It returns a reference to the removed project.
|
removeReferenceDocumentAt | () | método |
public function removeReferenceDocumentAt(index:int):ISupportingDocument
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
This method removes a reference document, at the specified index, from a collection of referenceDocuments
.
It removes the reference document locally and not on a server.
Parámetros
index:int — Index of the reference document to be removed.
|
ISupportingDocument — It returns a reference to the removed document.
|
removeWorkItemAndSave | () | método |
public function removeWorkItemAndSave(workItem:IWorkItem):mx.rpc:AsyncToken
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
This remote operation removes a workitem from the current project and updates the changes on the server.
Parámetros
workItem:IWorkItem — A WorkItem to be removed.
|
mx.rpc:AsyncToken — It returns a token on which success fault handlers can be attached. The resulting event contains the value object of the removed workitem.
|
removeWorkItemAt | () | método |
public function removeWorkItemAt(index:int):IWorkItem
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
This method removes a workitem at a specified index from a collection of workitems. It removes the workitem locally and not from a server.
Parámetros
index:int — Index of a workitem to be removed.
|
IWorkItem — It returns a reference to the removed workitem.
|
save | () | método |
public function save():mx.rpc:AsyncToken
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
This remote operation saves the current state of a project on a server. If the current state is successfully saved, the operation also refreshes the current object with the new value object returned from the server.
Valor devueltomx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached. The resulting event contains the value object of the saved project.
|
terminate | () | método |
public function terminate():mx.rpc:AsyncToken
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Project Management 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
This remote operation terminates the current project. If operation is successful, it refreshes the current object with a new value object returned by the server.
Valor devueltomx.rpc:AsyncToken — It returns a token on which success fault handlers can be attached. The resulting event contains the value object of the terminated project.
|
Tue Jun 12 2018, 02:12 PM Z