Pakiet | com.adobe.solutions.prm.service |
Klasa | public class ServiceProvider |
Dziedziczenie | ServiceProvider Object |
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 | ||
---|---|---|---|
constructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | Object | ||
impl : IServiceProvider [statyczny]
This property holds a reference to the implementation instance, which creates the service objects. | ServiceProvider |
Metoda | Zdefiniowane przez | ||
---|---|---|---|
The constructor of ServiceProvider class. | ServiceProvider | ||
[statyczny]
This operation returns an instance of project management core service. | ServiceProvider | ||
[statyczny]
This operation returns an instance of project management query service. | ServiceProvider | ||
[statyczny]
This operation returns an instance of workitem management service. | ServiceProvider | ||
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 | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
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 | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object |
impl | właściwość |
impl:IServiceProvider
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Project Management Building Block 10.0 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
This property holds a reference to the implementation instance, which creates the service objects.
Implementacja
public static function get impl():IServiceProvider
public static function set impl(value:IServiceProvider):void
ServiceProvider | () | Konstruktor |
public function ServiceProvider()
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 of ServiceProvider
class.
getProjectManagementCoreService | () | metoda |
public static function getProjectManagementCoreService():IProjectManagementCoreService
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Project Management Building Block 10.0 |
Wersje środowiska wykonawczego: | 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.
ZwracaIProjectManagementCoreService — It returns an instance of project management core service.
|
getProjectManagementQueryService | () | metoda |
public static function getProjectManagementQueryService():IProjectManagementQueryService
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Project Management Building Block 10.0 |
Wersje środowiska wykonawczego: | 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.
ZwracaIProjectManagementQueryService — It returns an instance of project management query service.
|
getWorkItemManagementService | () | metoda |
public static function getWorkItemManagementService():IWorkItemManagementService
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Project Management Building Block 10.0 |
Wersje środowiska wykonawczego: | 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.
ZwracaIWorkItemManagementService — It returns an instance of workitem management service.
|
Tue Jun 12 2018, 12:06 PM Z