Pakiet | com.adobe.solutions.prm.services.impl |
Klasa | public class WorkItemManagementService |
Dziedziczenie | WorkItemManagementService ![]() |
Implementuje | IWorkItemManagementService |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Project Management Building Block 10.0 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
channelSet : ChannelSet
Channel set for remote operation calls. | WorkItemManagementService | ||
![]() | constructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | Object |
Metoda | Zdefiniowane przez | ||
---|---|---|---|
The constructor for WorkItemManagementService class. | WorkItemManagementService | ||
This function activates a given workitem. | WorkItemManagementService | ||
This function adds a supporting document to a workitem. | WorkItemManagementService | ||
This function adds a team member to a workitem. | WorkItemManagementService | ||
This function adds a work item to an existing project. | WorkItemManagementService | ||
This function creates a workitem using an existing workitem as a template. | WorkItemManagementService | ||
![]() |
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | |
![]() |
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | |
![]() |
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | |
This function removes a supporting document from a workitem. | WorkItemManagementService | ||
removeTeamMember(workItemId:String, member:com.adobe.solutions.prm.vo:TeamMemberVO):mx.rpc:AsyncToken
This function removes a team member from a workitem. | WorkItemManagementService | ||
This function removes a workitem from an existing project. | WorkItemManagementService | ||
![]() |
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | |
This function starts a work item immediately. | WorkItemManagementService | ||
This function terminates a given work item. | WorkItemManagementService | ||
![]() |
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | |
![]() |
Zwraca ciąg reprezentujący określony obiekt. | Object | |
This function updates the properties and schedule of a workitem. | WorkItemManagementService | ||
![]() |
Zwraca pierwotną wartość dla określonego obiektu. | Object |
channelSet | właściwość |
channelSet:ChannelSet
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Project Management Building Block 10.0 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Channel set for remote operation calls.
Implementacja
public function get channelSet():ChannelSet
public function set channelSet(value:ChannelSet):void
WorkItemManagementService | () | Konstruktor |
public function WorkItemManagementService()
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Project Management Building Block 10.0 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
The constructor for WorkItemManagementService
class.
activateWorkItem | () | metoda |
public function activateWorkItem(workItemId:String):mx.rpc:AsyncToken
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Project Management Building Block 10.0 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
This function activates a given workitem.
Parametry
workItemId:String — The identifier of the workitem to be activated.
|
mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached. The resulting event contains a value object of the activated workitem.
|
addSupportingDocument | () | metoda |
public function addSupportingDocument(workItemId:String, supportingDocument:DocumentVO):mx.rpc:AsyncToken
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Project Management Building Block 10.0 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
This function adds a supporting document to a workitem.
Parametry
workItemId:String — The identifier of the workitem to which a supporting document is to be added.
| |
supportingDocument:DocumentVO — An instance of a supporting document.
|
mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached.
|
addTeamMember | () | metoda |
public function addTeamMember(workItemId:String, member:com.adobe.solutions.prm.vo:TeamMemberVO):mx.rpc:AsyncToken
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Project Management Building Block 10.0 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
This function adds a team member to a workitem.
Parametry
workItemId:String — The identifier of the workitem to which a team member is to be added.
| |
member:com.adobe.solutions.prm.vo:TeamMemberVO — An instance of the team member to be added.
|
mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached. The resulting event contains a list of team members associated with the workitem.
|
addWorkItem | () | metoda |
public function addWorkItem(projectId:String, workItem:WorkItemVO):mx.rpc:AsyncToken
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Project Management Building Block 10.0 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
This function adds a work item to an existing project.
Parametry
projectId:String — The project identifier of the project to which a workitem is to be added.
| |
workItem:WorkItemVO — The WorkItem value object 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 added workitem.
|
createWorkItemFromTemplate | () | metoda |
public function createWorkItemFromTemplate(workItemId:String):mx.rpc:AsyncToken
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Project Management Building Block 10.0 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
This function creates a workitem using an existing workitem as a template.
Parametry
workItemId:String — The identifier for the workitem that is to be used as a template.
|
mx.rpc:AsyncToken — It returns a token on which success on fault handlers can be attached. The resulting event contains a value object of the newly created workitem.
|
removeSupportingDocument | () | metoda |
public function removeSupportingDocument(workItemId:String, supportingDocument:DocumentVO):mx.rpc:AsyncToken
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Project Management Building Block 10.0 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
This function removes a supporting document from a workitem.
Parametry
workItemId:String — An identifier of the workitem from which a supporting document is to be removed.
| |
supportingDocument:DocumentVO — An instance of a supporting document.
|
mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached.
|
removeTeamMember | () | metoda |
public function removeTeamMember(workItemId:String, member:com.adobe.solutions.prm.vo:TeamMemberVO):mx.rpc:AsyncToken
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Project Management Building Block 10.0 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
This function removes a team member from a workitem.
Parametry
workItemId:String — The identifier of the workitem from which a team member is to be removed.
| |
member:com.adobe.solutions.prm.vo:TeamMemberVO — An instance of the team member to be removed.
|
mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached. The resulting event contains a list of team members associated with the workitem.
|
removeWorkItem | () | metoda |
public function removeWorkItem(workItemId:String, forceTerminate:Boolean):mx.rpc:AsyncToken
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Project Management Building Block 10.0 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
This function removes a workitem from an existing project.
Parametry
workItemId:String — The identifier of the workitem to be removed.
| |
forceTerminate:Boolean — If this Boolean flag is set to True , the system terminates the workflow running in that workitem.
|
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 workitem.
|
startWorkItem | () | metoda |
public function startWorkItem(workItemId:String):mx.rpc:AsyncToken
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Project Management Building Block 10.0 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
This function starts a work item immediately.
Parametry
workItemId:String — The identifier of a workitem to be started.
|
mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached. The resulting event contains a value object of the started workitem.
|
terminateWorkItem | () | metoda |
public function terminateWorkItem(workItemId:String):mx.rpc:AsyncToken
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Project Management Building Block 10.0 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
This function terminates a given work item.
Parametry
workItemId:String — The identifier of the workitem to be terminated.
|
mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached. The resulting event contains a reference to the terminated workitem.
|
updateWorkItem | () | metoda |
public function updateWorkItem(workItem:WorkItemVO):mx.rpc:AsyncToken
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Project Management Building Block 10.0 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
This function updates the properties and schedule of a workitem.
Parametry
workItem:WorkItemVO — A WorkItem value object with updated values.
|
mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached. The resulting event contains a value object of the updated workitem.
|
Tue Jun 12 2018, 12:06 PM Z