Pacchetto | com.adobe.solutions.prm.services.impl |
Classe | public class ServiceProviderImpl |
Ereditarietà | ServiceProviderImpl Object |
Implementa | IServiceProvider |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Project Management 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Proprietà pubbliche
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
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 | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Descrizione della funzione di costruzione
ServiceProviderImpl | () | Funzione di costruzione |
public function ServiceProviderImpl()
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Project Management 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
The constructor for ServiceProviderImpl
class.
Descrizione dei metodi
getProjectManagementCoreService | () | metodo |
public function getProjectManagementCoreService():IProjectManagementCoreService
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Project Management 10.0 |
Versioni 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.
RestituisceIProjectManagementCoreService — It returns an instance of project management core service.
|
getProjectManagementQueryService | () | metodo |
public function getProjectManagementQueryService():IProjectManagementQueryService
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Project Management 10.0 |
Versioni 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.
RestituisceIProjectManagementQueryService — An instance of project management query service.
|
getWorkItemManagementService | () | metodo |
public function getWorkItemManagementService():IWorkItemManagementService
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Project Management 10.0 |
Versioni 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.
RestituisceIWorkItemManagementService — It returns an instance of workitem management service.
|
Tue Jun 12 2018, 02:44 PM Z