Paket | com.adobe.solutions.prm.service |
Sınıf | public class ServiceProvider |
Miras Alma | ServiceProvider Object |
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) |
Özellik | Tanımlayan: | ||
---|---|---|---|
constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | ||
impl : IServiceProvider [statik]
This property holds a reference to the implementation instance, which creates the service objects. | ServiceProvider |
Yöntem | Tanımlayan: | ||
---|---|---|---|
The constructor of ServiceProvider class. | ServiceProvider | ||
[statik]
This operation returns an instance of project management core service. | ServiceProvider | ||
[statik]
This operation returns an instance of project management query service. | ServiceProvider | ||
[statik]
This operation returns an instance of workitem management service. | ServiceProvider | ||
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 |
impl | özellik |
impl: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) |
This property holds a reference to the implementation instance, which creates the service objects.
Uygulama
public static function get impl():IServiceProvider
public static function set impl(value:IServiceProvider):void
ServiceProvider | () | Yapıcı |
public function ServiceProvider()
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 of ServiceProvider
class.
getProjectManagementCoreService | () | yöntem |
public static 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 static 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 — It returns an instance of project management query service.
|
getWorkItemManagementService | () | yöntem |
public static 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