Pacchetto | com.adobe.solutions.prm.service |
Classe | public class ServiceProvider |
Ereditarietà | ServiceProvider Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Project Management 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Proprietà | Definito da | ||
---|---|---|---|
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
impl : IServiceProvider [statico]
This property holds a reference to the implementation instance, which creates the service objects. | ServiceProvider |
Metodo | Definito da | ||
---|---|---|---|
The constructor of ServiceProvider class. | ServiceProvider | ||
[statico]
This operation returns an instance of project management core service. | ServiceProvider | ||
[statico]
This operation returns an instance of project management query service. | ServiceProvider | ||
[statico]
This operation returns an instance of workitem management service. | ServiceProvider | ||
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 |
impl | proprietà |
impl:IServiceProvider
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Project Management 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
This property holds a reference to the implementation instance, which creates the service objects.
Implementazione
public static function get impl():IServiceProvider
public static function set impl(value:IServiceProvider):void
ServiceProvider | () | Funzione di costruzione |
public function ServiceProvider()
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Project Management 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
The constructor of ServiceProvider
class.
getProjectManagementCoreService | () | metodo |
public static 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 static 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 — It returns an instance of project management query service.
|
getWorkItemManagementService | () | metodo |
public static 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