Paket | com.adobe.solutions.prm.services.impl |
Sınıf | public class ServiceProviderImpl |
Miras Alma | ServiceProviderImpl Object |
Uygular | IServiceProvider |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Project Management Building Block 10.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
The constructor for ServiceProviderImpl class. | ServiceProviderImpl | ||
This operation returns an instance of project management core service. | ServiceProviderImpl | ||
This operation returns an instance of project management query service. | ServiceProviderImpl | ||
This operation returns an instance of workitem management service. | ServiceProviderImpl | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
Belirtilen nesnenin temel değerini döndürür. | Object |
Yapıcı Ayrıntı
ServiceProviderImpl | () | Yapıcı |
public function ServiceProviderImpl()
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Project Management Building Block 10.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
The constructor for ServiceProviderImpl
class.
Yöntem Ayrıntısı
getProjectManagementCoreService | () | yöntem |
public function getProjectManagementCoreService():IProjectManagementCoreService
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Project Management Building Block 10.0 |
Çalışma Zamanı Sürümleri: | 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.
DöndürürIProjectManagementCoreService — It returns an instance of project management core service.
|
getProjectManagementQueryService | () | yöntem |
public function getProjectManagementQueryService():IProjectManagementQueryService
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Project Management Building Block 10.0 |
Çalışma Zamanı Sürümleri: | 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.
DöndürürIProjectManagementQueryService — An instance of project management query service.
|
getWorkItemManagementService | () | yöntem |
public function getWorkItemManagementService():IWorkItemManagementService
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Project Management Building Block 10.0 |
Çalışma Zamanı Sürümleri: | 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.
DöndürürIWorkItemManagementService — It returns an instance of workitem management service.
|
Tue Jun 12 2018, 01:09 PM Z