Pacote | com.adobe.solutions.prm.service |
Classe | public class ServiceProvider |
Herança | ServiceProvider Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Project Management Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Propriedade | Definido por | ||
---|---|---|---|
constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object | ||
impl : IServiceProvider [estático]
This property holds a reference to the implementation instance, which creates the service objects. | ServiceProvider |
Método | Definido por | ||
---|---|---|---|
The constructor of ServiceProvider class. | ServiceProvider | ||
[estático]
This operation returns an instance of project management core service. | ServiceProvider | ||
[estático]
This operation returns an instance of project management query service. | ServiceProvider | ||
[estático]
This operation returns an instance of workitem management service. | ServiceProvider | ||
Indica se um objeto tem uma propriedade especificada definida. | Object | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
Retorna a representação de string do objeto especificado. | Object | ||
Retorna o valor primitivo do objeto especificado. | Object |
impl | propriedade |
impl:IServiceProvider
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Project Management Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
This property holds a reference to the implementation instance, which creates the service objects.
Implementação
public static function get impl():IServiceProvider
public static function set impl(value:IServiceProvider):void
ServiceProvider | () | Construtor |
public function ServiceProvider()
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Project Management Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
The constructor of ServiceProvider
class.
getProjectManagementCoreService | () | método |
public static function getProjectManagementCoreService():IProjectManagementCoreService
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Project Management Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
This operation returns an instance of project management core service. The service instance can be used to perform various operation on a project like, create, update, delete, and so on.
RetornaIProjectManagementCoreService — It returns an instance of project management core service.
|
getProjectManagementQueryService | () | método |
public static function getProjectManagementQueryService():IProjectManagementQueryService
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Project Management Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
This operation returns an instance of project management query service. The service instance can be used to perform search operation on projects and workitems.
RetornaIProjectManagementQueryService — It returns an instance of project management query service.
|
getWorkItemManagementService | () | método |
public static function getWorkItemManagementService():IWorkItemManagementService
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Project Management Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
This operation returns an instance of workitem management service. The service instance can be used to perform various operation on a workitem like, create, update, delete, and so on.
RetornaIWorkItemManagementService — It returns an instance of workitem management service.
|
Wed Jun 13 2018, 11:10 AM Z