패키지 | com.adobe.solutions.prm.domain.impl |
클래스 | public class Project |
상속 | Project EventDispatcher Object |
구현 | IProject |
언어 버전: | ActionScript 3.0 |
제품 버전: | Project Management Building Block 10.0 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
관련 API 요소
속성 | 정의 주체 | ||
---|---|---|---|
allMemberList : IList [읽기 전용]
The property returns a collection of all members. | Project | ||
attributes : Object
Defines the map of key value pair attributes. | Project | ||
constructor : Object
지정된 객체 인스턴스의 클래스 객체 또는 생성자 함수에 대한 참조입니다. | Object | ||
createdBy : String
Principal name for a user who created an entity. | Project | ||
creationDate : Date
Date of creation of an entity. | Project | ||
defaultWorkItemTemplateName : String
Defines the default workItem template name. | Project | ||
description : String
Description. | Project | ||
documents : ArrayCollection [읽기 전용]
The property returns a collection of associated documents. | Project | ||
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. | Project | ||
endDate : Date
Defines the end date of a project. | Project | ||
expectedEndDate : Date
Defines the expected end date of a project. | Project | ||
ganttItems : ArrayCollection [읽기 전용]
A collection of the displayable children that are displayed in the Gantt chart if showChildren flag is set to True. | Project | ||
icon : File
Defines the icon used in a project. | Project | ||
id : String
Unique identifier. | Project | ||
inheritDocsFromParent : Boolean
Defines the current value of inheritDocsFromParent flag. | Project | ||
itemEndDate : Date [읽기 전용]
End date of the item. | Project | ||
itemName : String [읽기 전용]
Name of the item. | Project | ||
itemStartDate : Date [읽기 전용]
Start date of the item. | Project | ||
itemState : String [읽기 전용]
State of the item. | Project | ||
itemStatus : String [읽기 전용]
Status of the item. | Project | ||
itemType : String [읽기 전용]
Type of item. | Project | ||
lastUpdatedBy : String
Principal name for a user who last updated an entity. | Project | ||
lastUpdatedDate : Date
Date when an entity was last updated. | Project | ||
memberList : IList [읽기 전용]
The property returns a collection of directly associated members. | Project | ||
members : IList
Defines list of members of a project, replacing an existing list of members, if present. | Project | ||
messages : IList
Defines the messages to the project. | Project | ||
milestones : IList | Project | ||
name : String
Defines the name of a project. | Project | ||
operationList : ArrayCollection [읽기 전용]
A collection of operations that are available to a user through the context menu in the Gantt chart. | Project | ||
owner : IUser
Defines the owner of a project. | Project | ||
parentProject : IProject
Defines the parent project for a project. | Project | ||
projects : IList
Defines the list of child projects. | Project | ||
referenceDocuments : IList
Defines the reference documents associated with a project. | Project | ||
reviewTemplate : com.adobe.solutions.rca.domain:IReviewTemplate
Defines the review template that is to be inherited by children. | Project | ||
rootProject : IProject
Defines the root project. | Project | ||
showChildren : Boolean
A Boolean flag to determine if the children need to be displayed. | Project | ||
showParent : Boolean
A Boolean flag to determine if the parent needs to be displayed. | Project | ||
startDate : Date
Defines the start date of a project. | Project | ||
state : String
Defines the state of a project. | Project | ||
status : String
Defines the status of a project. | Project | ||
statusReasonCode : String
Defines the status reason code. | Project | ||
tags : IList
Defines the list of tags that can be associated with an entity. | Project | ||
type : String
Defines the type of a project. | Project | ||
uniqueMemberList : IList [읽기 전용]
The property returns a collection of unique members. | Project | ||
users : IList
Defines a list of local users of the project. | Project | ||
vo : ProjectVO
This property refers to an instance of the project value object. | Project | ||
workItems : IList
Defines the list of workItems. | Project |
메서드 | 정의 주체 | ||
---|---|---|---|
The constructor of Project class. | Project | ||
This remote operation activates a current project and its child projects or workItems. | Project | ||
This remote operation adds a document from the collection and submits the change on the server. | Project | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
리스너에서 이벤트 알림을 받을 수 있도록 EventDispatcher 객체에 이벤트 리스너 객체를 등록합니다. | EventDispatcher | ||
This remote operation adds a member to the collection and submits the change to the server. | Project | ||
This method adds a project to a collection of projects. | Project | ||
This remote operation adds a sub-project to the current project and updates it on the server. | Project | ||
This method adds a reference document to a collection of referenceDocuments. | Project | ||
This method adds a team member to a collection of members. | Project | ||
This method adds a workitem to a collection of workitems. | Project | ||
This remote operation adds a workitem to the current project and updates the changes on the server. | Project | ||
이벤트를 이벤트 흐름으로 전달합니다. | EventDispatcher | ||
This remote operation fetches a complete project from a server. | Project | ||
This method gets the title of a member, if any title is assigned to a user. | Project | ||
A Boolean function to determine if the item has displayable children. | Project | ||
EventDispatcher 객체에 특정 유형의 이벤트에 대한 리스너가 등록되어 있는지 여부를 확인합니다. | EventDispatcher | ||
지정된 속성이 객체에 정의되어 있는지 여부를 나타냅니다. | Object | ||
Object 클래스의 인스턴스가 매개 변수로 지정된 객체의 프로토타입 체인에 있는지 여부를 나타냅니다. | Object | ||
지정된 속성이 존재하고 열거 가능한지 여부를 나타냅니다. | Object | ||
This remote operation removes itself from its parent project and updates the change on the server. | Project | ||
This remote operation removes a document from the collection and submits the change on the server. | Project | ||
EventDispatcher 객체에서 리스너를 제거합니다. | EventDispatcher | ||
This remote operation removes a member from the collection and submits the change to the server. | Project | ||
This method removes a team member, at the specified index, from a collection of members. | Project | ||
This remote operation removes a sub-project from the current project and updates the change on the server. | Project | ||
This method removes a project at the specified index from a collection of projects. | Project | ||
This method removes a reference document, at the specified index, from a collection of referenceDocuments. | Project | ||
This remote operation removes a workitem from the current project and updates the changes on the server. | Project | ||
This method removes a workitem at a specified index from a collection of workitems. | Project | ||
This remote operation saves the current state of a project on a server. | Project | ||
루프 작업에서 동적 속성을 사용할 수 있는지 여부를 설정합니다. | Object | ||
This remote operation terminates the current project. | Project | ||
로캘별 규칙에 따라 서식이 지정된 이 객체의 문자열 표현을 반환합니다. | Object | ||
지정된 객체의 문자열 표현을 반환합니다. | Object | ||
This remote operation updates the tile of a member present in collection and submits the change to the server. | Project | ||
지정된 객체의 프리미티브 값을 반환합니다. | Object | ||
이 EventDispatcher 객체 또는 조상 객체에 지정한 이벤트 유형에 대한 이벤트 리스너가 등록되어 있는지 여부를 확인합니다. | EventDispatcher |
allMemberList | 속성 |
allMemberList:IList
[읽기 전용] 언어 버전: | ActionScript 3.0 |
제품 버전: | Project Management Building Block 10 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
The property returns a collection of all members. It takes into consideration any child objects that may be of type IMemberCollection
.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 memberListChanged
이벤트를 전달합니다.
구현
public function get allMemberList():IList
attributes | 속성 |
createdBy | 속성 |
creationDate | 속성 |
defaultWorkItemTemplateName | 속성 |
defaultWorkItemTemplateName:String
언어 버전: | ActionScript 3.0 |
제품 버전: | Project Management Building Block 10 |
런타임 버전: | 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.
구현
public function get defaultWorkItemTemplateName():String
public function set defaultWorkItemTemplateName(value:String):void
description | 속성 |
documents | 속성 |
documents:ArrayCollection
[읽기 전용] 언어 버전: | ActionScript 3.0 |
제품 버전: | Project Management Building Block 10 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
The property returns a collection of associated documents.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange
이벤트를 전달합니다.
구현
public function get documents():ArrayCollection
editedTemplate | 속성 |
editedTemplate:Boolean
언어 버전: | ActionScript 3.0 |
제품 버전: | Project Management Building Block 10 |
런타임 버전: | 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.
구현
public function get editedTemplate():Boolean
public function set editedTemplate(value:Boolean):void
endDate | 속성 |
endDate:Date
언어 버전: | ActionScript 3.0 |
제품 버전: | Project Management Building Block 10 |
런타임 버전: | 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.
구현
public function get endDate():Date
public function set endDate(value:Date):void
expectedEndDate | 속성 |
expectedEndDate:Date
언어 버전: | ActionScript 3.0 |
제품 버전: | Project Management Building Block 10 |
런타임 버전: | 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.
구현
public function get expectedEndDate():Date
public function set expectedEndDate(value:Date):void
ganttItems | 속성 |
ganttItems:ArrayCollection
[읽기 전용] 언어 버전: | ActionScript 3.0 |
제품 버전: | Project Management Building Block 10 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
A collection of the displayable children that are displayed in the Gantt chart if showChildren
flag is set to True
.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 ganttItemsChanged
이벤트를 전달합니다.
구현
public function get ganttItems():ArrayCollection
icon | 속성 |
icon:File
언어 버전: | ActionScript 3.0 |
제품 버전: | Project Management Building Block 10 |
런타임 버전: | 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.
구현
public function get icon():File
public function set icon(value:File):void
id | 속성 |
inheritDocsFromParent | 속성 |
inheritDocsFromParent:Boolean
언어 버전: | ActionScript 3.0 |
제품 버전: | Project Management Building Block 10 |
런타임 버전: | 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.
구현
public function get inheritDocsFromParent():Boolean
public function set inheritDocsFromParent(value:Boolean):void
itemEndDate | 속성 |
itemName | 속성 |
itemStartDate | 속성 |
itemState | 속성 |
itemStatus | 속성 |
itemType | 속성 |
lastUpdatedBy | 속성 |
lastUpdatedDate | 속성 |
memberList | 속성 |
memberList:IList
[읽기 전용] 언어 버전: | ActionScript 3.0 |
제품 버전: | Project Management Building Block 10 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
The property returns a collection of directly associated members.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 memberListChanged
이벤트를 전달합니다.
구현
public function get memberList():IList
members | 속성 |
members:IList
언어 버전: | ActionScript 3.0 |
제품 버전: | Project Management Building Block 10 |
런타임 버전: | 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.
구현
public function get members():IList
public function set members(value:IList):void
관련 API 요소
messages | 속성 |
milestones | 속성 |
name | 속성 |
name:String
언어 버전: | ActionScript 3.0 |
제품 버전: | Project Management Building Block 10 |
런타임 버전: | 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.
구현
public function get name():String
public function set name(value:String):void
operationList | 속성 |
operationList:ArrayCollection
[읽기 전용] 언어 버전: | ActionScript 3.0 |
제품 버전: | Project Management Building Block 10 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
A collection of operations that are available to a user through the context menu in the Gantt chart.
구현
public function get operationList():ArrayCollection
owner | 속성 |
owner:IUser
언어 버전: | ActionScript 3.0 |
제품 버전: | Project Management Building Block 10 |
런타임 버전: | 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.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 ownerUpdated
이벤트를 전달합니다.
구현
public function get owner():IUser
public function set owner(value:IUser):void
parentProject | 속성 |
parentProject:IProject
언어 버전: | ActionScript 3.0 |
제품 버전: | Project Management Building Block 10.0 |
런타임 버전: | 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.
구현
public function get parentProject():IProject
public function set parentProject(value:IProject):void
projects | 속성 |
referenceDocuments | 속성 |
referenceDocuments:IList
언어 버전: | ActionScript 3.0 |
제품 버전: | Project Management Building Block 10 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
Defines the reference documents associated with a project.
구현
public function get referenceDocuments():IList
public function set referenceDocuments(value:IList):void
관련 API 요소
reviewTemplate | 속성 |
reviewTemplate:com.adobe.solutions.rca.domain:IReviewTemplate
언어 버전: | ActionScript 3.0 |
제품 버전: | Project Management Building Block 10 |
런타임 버전: | 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.
구현
public function get reviewTemplate():com.adobe.solutions.rca.domain:IReviewTemplate
public function set reviewTemplate(value:com.adobe.solutions.rca.domain:IReviewTemplate):void
관련 API 요소
rootProject | 속성 |
rootProject:IProject
언어 버전: | ActionScript 3.0 |
제품 버전: | Project Management Building Block 10 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
Defines the root project. This method is used internally and should not be used by a user.
구현
public function get rootProject():IProject
public function set rootProject(value:IProject):void
showChildren | 속성 |
showParent | 속성 |
startDate | 속성 |
startDate:Date
언어 버전: | ActionScript 3.0 |
제품 버전: | Project Management Building Block 10 |
런타임 버전: | 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.
구현
public function get startDate():Date
public function set startDate(value:Date):void
state | 속성 |
state:String
언어 버전: | ActionScript 3.0 |
제품 버전: | Project Management Building Block 10 |
런타임 버전: | 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
.
구현
public function get state():String
public function set state(value:String):void
관련 API 요소
status | 속성 |
statusReasonCode | 속성 |
statusReasonCode:String
언어 버전: | ActionScript 3.0 |
제품 버전: | Project Management Building Block 10 |
런타임 버전: | 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.
구현
public function get statusReasonCode():String
public function set statusReasonCode(value:String):void
관련 API 요소
tags | 속성 |
type | 속성 |
uniqueMemberList | 속성 |
uniqueMemberList:IList
[읽기 전용] 언어 버전: | ActionScript 3.0 |
제품 버전: | Project Management Building Block 10 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
The property returns a collection of unique members.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 memberListChanged
이벤트를 전달합니다.
구현
public function get uniqueMemberList():IList
users | 속성 |
users:IList
언어 버전: | ActionScript 3.0 |
제품 버전: | Project Management Building Block 10 |
런타임 버전: | 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.
구현
public function get users():IList
public function set users(value:IList):void
vo | 속성 |
workItems | 속성 |
Project | () | 생성자 |
public function Project(value:ProjectVO, parent:IProject, root:IProject)
언어 버전: | ActionScript 3.0 |
제품 버전: | Project Management Building Block 10.0 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
The constructor of Project
class. It creates a project using project value object and reference to the parent project and root project.
value:ProjectVO — Project value object.
| |
parent:IProject — Reference of parent project to which this project is assigned.
| |
root:IProject — Reference of top level project, that is, the root node of the tree in which this project is assigned.
|
activate | () | 메서드 |
public function activate():mx.rpc:AsyncToken
언어 버전: | ActionScript 3.0 |
제품 버전: | Project Management Building Block 10 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
This remote operation activates a current project and its child projects or workItems.
반환값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 activated project.
|
addDocumentAndSave | () | 메서드 |
public function addDocumentAndSave(doc:ISupportingDocument):mx.rpc:AsyncToken
언어 버전: | ActionScript 3.0 |
제품 버전: | Project Management Building Block 10 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
This remote operation adds a document from the collection and submits the change on the server.
매개 변수
doc:ISupportingDocument — The document to be added to document collection.
|
mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached.
|
addMemberAndSave | () | 메서드 |
public function addMemberAndSave(member:IMember):mx.rpc:AsyncToken
언어 버전: | ActionScript 3.0 |
제품 버전: | Project Management Building Block 10 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
This remote operation adds a member to the collection and submits the change to the server.
매개 변수
member:IMember — The member to be added to member collection.
|
mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached.
|
addProject | () | 메서드 |
public function addProject(project:IProject):void
언어 버전: | ActionScript 3.0 |
제품 버전: | Project Management Building Block 10 |
런타임 버전: | 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.
매개 변수
project:IProject — The project to be added.
|
addProjectAndSave | () | 메서드 |
public function addProjectAndSave(project:IProject):mx.rpc:AsyncToken
언어 버전: | ActionScript 3.0 |
제품 버전: | Project Management Building Block 10 |
런타임 버전: | 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.
매개 변수
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 | () | 메서드 |
public function addReferenceDocument(doc:ISupportingDocument):void
언어 버전: | ActionScript 3.0 |
제품 버전: | Project Management Building Block 10 |
런타임 버전: | 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.
매개 변수
doc:ISupportingDocument — Reference document to be added.
|
addTeamMember | () | 메서드 |
public function addTeamMember(teamMember:com.adobe.solutions.prm.domain:ITeamMember):void
언어 버전: | ActionScript 3.0 |
제품 버전: | Project Management Building Block 10 |
런타임 버전: | 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.
매개 변수
teamMember:com.adobe.solutions.prm.domain:ITeamMember — Team Member to be added.
|
addWorkItem | () | 메서드 |
public function addWorkItem(item:IWorkItem):void
언어 버전: | ActionScript 3.0 |
제품 버전: | Project Management Building Block 10 |
런타임 버전: | 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.
매개 변수
item:IWorkItem — The WorkItem to be added.
|
addWorkItemAndSave | () | 메서드 |
public function addWorkItemAndSave(workItem:IWorkItem):mx.rpc:AsyncToken
언어 버전: | ActionScript 3.0 |
제품 버전: | Project Management Building Block 10 |
런타임 버전: | 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.
매개 변수
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 | () | 메서드 |
public function fetchCompleteProject():mx.rpc:AsyncToken
언어 버전: | ActionScript 3.0 |
제품 버전: | Project Management Building Block 10 |
런타임 버전: | 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.
반환값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, including the child projects.
|
getMemberTitle | () | 메서드 |
public function getMemberTitle(member:IMember):String
언어 버전: | ActionScript 3.0 |
제품 버전: | Project Management Building Block 10 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
This method gets the title of a member, if any title is assigned to a user.
매개 변수
member:IMember — An instance of the member whose title is required.
|
String — The title of the member.
|
hasChildren | () | 메서드 |
remove | () | 메서드 |
public function remove():mx.rpc:AsyncToken
언어 버전: | ActionScript 3.0 |
제품 버전: | Project Management Building Block 10 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
This remote operation removes itself from its parent project and updates the change on the server.
반환값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 project.
|
removeDocumentAndSave | () | 메서드 |
public function removeDocumentAndSave(doc:ISupportingDocument):mx.rpc:AsyncToken
언어 버전: | ActionScript 3.0 |
제품 버전: | Project Management Building Block 10 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
This remote operation removes a document from the collection and submits the change on the server.
매개 변수
doc:ISupportingDocument — The document to be removed from document collection.
|
mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached.
|
removeMemberAndSave | () | 메서드 |
public function removeMemberAndSave(member:IMember):mx.rpc:AsyncToken
언어 버전: | ActionScript 3.0 |
제품 버전: | Project Management Building Block 10 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
This remote operation removes a member from the collection and submits the change to the server.
매개 변수
member:IMember — The member to be removed from member collection.
|
mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached.
|
removeMemberAt | () | 메서드 |
public function removeMemberAt(index:int):com.adobe.solutions.prm.domain:ITeamMember
언어 버전: | ActionScript 3.0 |
제품 버전: | Project Management Building Block 10 |
런타임 버전: | 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.
매개 변수
index:int — Index of the member to be removed.
|
com.adobe.solutions.prm.domain:ITeamMember — It returns a reference to the removed member.
|
removeProjectAndSave | () | 메서드 |
public function removeProjectAndSave(project:IProject):mx.rpc:AsyncToken
언어 버전: | ActionScript 3.0 |
제품 버전: | Project Management Building Block 10 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
This remote operation removes a sub-project from the current project and updates the change on the server.
매개 변수
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 | () | 메서드 |
public function removeProjectAt(index:int):IProject
언어 버전: | ActionScript 3.0 |
제품 버전: | Project Management Building Block 10 |
런타임 버전: | 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.
매개 변수
index:int — Index of the project to be removed.
|
IProject — It returns a reference to the removed project.
|
removeReferenceDocumentAt | () | 메서드 |
public function removeReferenceDocumentAt(index:int):ISupportingDocument
언어 버전: | ActionScript 3.0 |
제품 버전: | Project Management Building Block 10 |
런타임 버전: | 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.
매개 변수
index:int — Index of the reference document to be removed.
|
ISupportingDocument — It returns a reference to the removed document.
|
removeWorkItemAndSave | () | 메서드 |
public function removeWorkItemAndSave(workItem:IWorkItem):mx.rpc:AsyncToken
언어 버전: | ActionScript 3.0 |
제품 버전: | Project Management Building Block 10 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
This remote operation removes a workitem from the current project and updates the changes on the server.
매개 변수
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 | () | 메서드 |
public function removeWorkItemAt(index:int):IWorkItem
언어 버전: | ActionScript 3.0 |
제품 버전: | Project Management Building Block 10 |
런타임 버전: | 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.
매개 변수
index:int — Index of a workitem to be removed.
|
IWorkItem — It returns a reference to the removed workitem.
|
save | () | 메서드 |
public function save():mx.rpc:AsyncToken
언어 버전: | ActionScript 3.0 |
제품 버전: | Project Management Building Block 10 |
런타임 버전: | 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.
반환값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 saved project.
|
terminate | () | 메서드 |
public function terminate():mx.rpc:AsyncToken
언어 버전: | ActionScript 3.0 |
제품 버전: | Project Management Building Block 10 |
런타임 버전: | 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.
반환값mx.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.
|
updateTitleAndSave | () | 메서드 |
public function updateTitleAndSave(member:IMember, title:String):mx.rpc:AsyncToken
언어 버전: | ActionScript 3.0 |
제품 버전: | Project Management Building Block 10 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
This remote operation updates the tile of a member present in collection and submits the change to the server.
매개 변수
member:IMember — The member to be removed from member collection.
| |
title:String — The title of the member.
|
mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached.
|
Tue Jun 12 2018, 03:17 PM Z