Pakket | com.adobe.solutions.prm.services.impl |
Klasse | public class ProjectManagementQueryService |
Overerving | ProjectManagementQueryService Object |
Implementatie | IProjectManagementQueryService |
Taalversie: | ActionScript 3.0 |
Productversie: | Project Management Building Block 10.0 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
channelSet : ChannelSet
Channel set for remote operation calls. | ProjectManagementQueryService | ||
constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | Object |
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
The constructor for ProjectManagementQueryService class. | ProjectManagementQueryService | ||
This operation searches for a project identified by an ID. | ProjectManagementQueryService | ||
This operation searches for a workitem identified by a an ID. | ProjectManagementQueryService | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
This operation searches projects based on a provided filter. | ProjectManagementQueryService | ||
This operation searches workItems based on a provided filter. | ProjectManagementQueryService | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
Eigenschapdetails
channelSet | eigenschap |
channelSet:ChannelSet
Taalversie: | ActionScript 3.0 |
Productversie: | Project Management Building Block 10.0 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Channel set for remote operation calls.
Implementatie
public function get channelSet():ChannelSet
public function set channelSet(value:ChannelSet):void
Constructordetails
ProjectManagementQueryService | () | Constructor |
public function ProjectManagementQueryService()
Taalversie: | ActionScript 3.0 |
Productversie: | Project Management Building Block 10.0 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
The constructor for ProjectManagementQueryService
class.
Methodedetails
getProject | () | methode |
public function getProject(projectId:String, includeChildProjects:Boolean):mx.rpc:AsyncToken
Taalversie: | ActionScript 3.0 |
Productversie: | Project Management Building Block 10.0 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
This operation searches for a project identified by an ID.
Parameters
projectId:String — A unique identifier of a project.
| |
includeChildProjects:Boolean — This Boolean flag determines if the child projects are included in search result or not. A returned project instance has the child projects too, for a True value of this parameter. Otherwise only the top-level project attributes are populated in the instance.
|
mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached. The resulting event contains the searched project.
|
getWorkItem | () | methode |
public function getWorkItem(workItemId:String):mx.rpc:AsyncToken
Taalversie: | ActionScript 3.0 |
Productversie: | Project Management Building Block 10.0 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
This operation searches for a workitem identified by a an ID.
Parameters
workItemId:String — A unique identifier of a workitem.
|
mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached. The resulting event contains the searched workitem.
|
searchProjects | () | methode |
public function searchProjects(projectSearchFilter:ProjectSearchFilterVO):mx.rpc:AsyncToken
Taalversie: | ActionScript 3.0 |
Productversie: | Project Management Building Block 10.0 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
This operation searches projects based on a provided filter.
Parameters
projectSearchFilter:ProjectSearchFilterVO — An instance of ProjectSearchFilter , that defines the criteria for searching projects.
|
mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached. The resulting event contains a list of projects that fulfil the search criteria.
|
searchWorkItemAssets | () | methode |
public function searchWorkItemAssets(assetSearchFilter:WorkItemAssetSearchFilterVO):mx.rpc:AsyncToken
Taalversie: | ActionScript 3.0 |
Productversie: | Project Management Building Block 10.0 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
This operation searches workItems based on a provided filter. There is a one-to-one correspondence between a WorkItem and an asset.
Parameters
assetSearchFilter:WorkItemAssetSearchFilterVO — An instance of WorkItemAssetSearchFilter , that defines the criteria for searching workitems.
|
mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached. The resulting event contains a list of workitems that fulfil the search criteria.
|
Wed Jun 13 2018, 11:42 AM Z