Пакет | com.adobe.solutions.prm.services.impl |
Класс | public class ProjectManagementQueryService |
Наследование | ProjectManagementQueryService Object |
Реализует | IProjectManagementQueryService |
Язык версии: | ActionScript 3.0 |
Версия продукта: | Project Management Building Block 10.0 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
Общедоступные свойства
Свойство | Определено | ||
---|---|---|---|
channelSet : ChannelSet
Channel set for remote operation calls. | ProjectManagementQueryService | ||
constructor : Object
Ссылка на объект класса или функцию конструктора для данного экземпляра объекта. | Object |
Общедоступные методы
Метод | Определено | ||
---|---|---|---|
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 | ||
Показывает, определено ли заданное свойство для объекта. | Object | ||
Показывает, есть ли экземпляр класса Object в цепи прототипов объекта, заданного в качестве параметра. | Object | ||
Показывает наличие заданного свойства и его перечисляемость. | Object | ||
This operation searches projects based on a provided filter. | ProjectManagementQueryService | ||
This operation searches workItems based on a provided filter. | ProjectManagementQueryService | ||
Задает доступность динамического свойства для операций цикла. | Object | ||
Возвращает строковое представление этого объекта, отформатированного в соответствии со стандартами, принятыми для данной локали. | Object | ||
Возвращает строковое представление заданного объекта. | Object | ||
Возвращает элементарное значение заданного объекта. | Object |
Сведения о свойстве
channelSet | свойство |
channelSet:ChannelSet
Язык версии: | ActionScript 3.0 |
Версия продукта: | Project Management Building Block 10.0 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
Channel set for remote operation calls.
Реализация
public function get channelSet():ChannelSet
public function set channelSet(value:ChannelSet):void
Сведения о конструкторе
ProjectManagementQueryService | () | Конструктор |
public function ProjectManagementQueryService()
Язык версии: | ActionScript 3.0 |
Версия продукта: | Project Management Building Block 10.0 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
The constructor for ProjectManagementQueryService
class.
Сведения о методе
getProject | () | метод |
public function getProject(projectId:String, includeChildProjects:Boolean):mx.rpc:AsyncToken
Язык версии: | ActionScript 3.0 |
Версия продукта: | Project Management Building Block 10.0 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
This operation searches for a project identified by an ID.
Параметры
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 | () | метод |
public function getWorkItem(workItemId:String):mx.rpc:AsyncToken
Язык версии: | ActionScript 3.0 |
Версия продукта: | Project Management Building Block 10.0 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
This operation searches for a workitem identified by a an ID.
Параметры
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 | () | метод |
public function searchProjects(projectSearchFilter:ProjectSearchFilterVO):mx.rpc:AsyncToken
Язык версии: | ActionScript 3.0 |
Версия продукта: | Project Management Building Block 10.0 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
This operation searches projects based on a provided filter.
Параметры
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 | () | метод |
public function searchWorkItemAssets(assetSearchFilter:WorkItemAssetSearchFilterVO):mx.rpc:AsyncToken
Язык версии: | ActionScript 3.0 |
Версия продукта: | Project Management Building Block 10.0 |
Версии среды выполнения: | 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.
Параметры
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.
|
Tue Jun 12 2018, 11:34 AM Z