Guida di riferimento di ActionScript® 3.0 per la piattaforma Adobe® Flash®
Home  |  Nascondi elenco pacchetti e classi |  Pacchetti  |  Classi  |  Novità  |  Indice  |  Appendici  |  Perché in inglese?
Filtri: Recupero dati dal server...
Recupero dati dal server...
com.adobe.solutions.rca.domain 

RCADomainFactoryImpl  - AS3 Review, Commenting, and Approval

Pacchettocom.adobe.solutions.rca.domain
Classepublic class RCADomainFactoryImpl
EreditarietàRCADomainFactoryImpl Inheritance Object
Implementa IRCADomainFactory

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10.0
Versioni runtime: Flash Player 10.2, AIR (unsupported)

The factory class to create instances of domain objects.



Proprietà pubbliche
 ProprietàDefinito da
 Inheritedconstructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto.
Object
Metodi pubblici
 MetodoDefinito da
  
The constructor for RCADomainFactoryImpl class.
RCADomainFactoryImpl
  
Creates an instance of approver domain object based on approver value object.
RCADomainFactoryImpl
  
Returns an instance of audit manager domain object.
RCADomainFactoryImpl
  
Creates an instance of author domain object based on author value object.
RCADomainFactoryImpl
  
Returns an instance of comment manager domain object.
RCADomainFactoryImpl
  
Creates an instance of initiator domain object based on initiator value object.
RCADomainFactoryImpl
  
Creates an instance of moderator domain object based on moderator value object.
RCADomainFactoryImpl
  
Returns an instance of process manager domain object.
RCADomainFactoryImpl
  
Creates an instance of review context domain object based on review context value object.
RCADomainFactoryImpl
  
Creates an instance of reviewer domain object based on reviewer value object.
RCADomainFactoryImpl
  
Creates an instance of review template domain object based on review template value object.
RCADomainFactoryImpl
  
Creates an instance of stage domain object based on review stage value object.
RCADomainFactoryImpl
  
Creates an instance of stage template domain object based on stage template value object.
RCADomainFactoryImpl
  
Creates an instance of supporting document domain object based on supporting document value object.
RCADomainFactoryImpl
  
createUser(principalName:String = null):IUser
Creates an instance of user domain object.
RCADomainFactoryImpl
 Inherited
Indica se per un oggetto è definita una proprietà specifica.
Object
 Inherited
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro.
Object
 Inherited
Indica se la proprietà specificata esiste ed è enumerabile.
Object
 Inherited
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche.
Object
 Inherited
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate.
Object
 Inherited
Restituisce la rappresentazione in formato stringa dell'oggetto specificato.
Object
 Inherited
Restituisce il valore di base dell'oggetto specificato.
Object
Descrizione della funzione di costruzione

RCADomainFactoryImpl

()Funzione di costruzione
public function RCADomainFactoryImpl()

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10.0
Versioni runtime: Flash Player 10.2, AIR (unsupported)

The constructor for RCADomainFactoryImpl class.

Descrizione dei metodi

createApprover

()metodo
public function createApprover(vo:ApproverVO = null):IApprover

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10
Versioni runtime: Flash Player 10.2, AIR (unsupported)

Creates an instance of approver domain object based on approver value object.

Parametri

vo:ApproverVO (default = null) — Approver value object.

Restituisce
IApprover — Approver domain object.

createAuditManager

()metodo 
public function createAuditManager():IAuditManager

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10
Versioni runtime: Flash Player 10.2, AIR (unsupported)

Returns an instance of audit manager domain object.

Restituisce
IAuditManager — Audit manager instance.

createAuthor

()metodo 
public function createAuthor(vo:AuthorVO = null):IAuthor

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10
Versioni runtime: Flash Player 10.2, AIR (unsupported)

Creates an instance of author domain object based on author value object.

Parametri

vo:AuthorVO (default = null) — Author value object.

Restituisce
IAuthor — Author domain object.

createCommentManager

()metodo 
public function createCommentManager():ICommentManager

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10
Versioni runtime: Flash Player 10.2, AIR (unsupported)

Returns an instance of comment manager domain object.

Restituisce
ICommentManager — Comment manager instance.

createInitiator

()metodo 
public function createInitiator(vo:InitiatorVO = null):IInitiator

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10
Versioni runtime: Flash Player 10.2, AIR (unsupported)

Creates an instance of initiator domain object based on initiator value object.

Parametri

vo:InitiatorVO (default = null) — Initiator value object.

Restituisce
IInitiator — Initiator domain object.

createModerator

()metodo 
public function createModerator(vo:ModeratorVO = null):IModerator

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10
Versioni runtime: Flash Player 10.2, AIR (unsupported)

Creates an instance of moderator domain object based on moderator value object.

Parametri

vo:ModeratorVO (default = null) — Moderator value object.

Restituisce
IModerator — Moderator domain object.

createProcessManager

()metodo 
public function createProcessManager():IProcessManager

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10
Versioni runtime: Flash Player 10.2, AIR (unsupported)

Returns an instance of process manager domain object.

Restituisce
IProcessManager — Process manager instance.

createReviewContext

()metodo 
public function createReviewContext(vo:ReviewContextVO = null):IReviewContext

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10
Versioni runtime: Flash Player 10.2, AIR (unsupported)

Creates an instance of review context domain object based on review context value object.

Parametri

vo:ReviewContextVO (default = null) — Review context value object.

Restituisce
IReviewContext — Review context domain object.

createReviewer

()metodo 
public function createReviewer(vo:ReviewerVO = null):IReviewer

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10
Versioni runtime: Flash Player 10.2, AIR (unsupported)

Creates an instance of reviewer domain object based on reviewer value object.

Parametri

vo:ReviewerVO (default = null) — Reviewer value object.

Restituisce
IReviewer — Reviewer domain object.

createReviewTemplate

()metodo 
public function createReviewTemplate(vo:com.adobe.solutions.rca.vo:ReviewTemplateVO = null):com.adobe.solutions.rca.domain:IReviewTemplate

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10
Versioni runtime: Flash Player 10.2, AIR (unsupported)

Creates an instance of review template domain object based on review template value object.

Parametri

vo:com.adobe.solutions.rca.vo:ReviewTemplateVO (default = null) — Review template value object.

Restituisce
com.adobe.solutions.rca.domain:IReviewTemplate — Review template domain object.

createStage

()metodo 
public function createStage(vo:ReviewStageVO = null):IStage

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10
Versioni runtime: Flash Player 10.2, AIR (unsupported)

Creates an instance of stage domain object based on review stage value object.

Parametri

vo:ReviewStageVO (default = null) — Review stage value object.

Restituisce
IStage — Stage domain object.

createStageTemplate

()metodo 
public function createStageTemplate(vo:com.adobe.solutions.rca.vo:StageTemplateVO = null):com.adobe.solutions.rca.domain:IStageTemplate

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10
Versioni runtime: Flash Player 10.2, AIR (unsupported)

Creates an instance of stage template domain object based on stage template value object.

Parametri

vo:com.adobe.solutions.rca.vo:StageTemplateVO (default = null) — Stage template value object.

Restituisce
com.adobe.solutions.rca.domain:IStageTemplate — Stage template domain object.

createSupportingDocument

()metodo 
public function createSupportingDocument(vo:DocumentVO = null):ISupportingDocument

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10
Versioni runtime: Flash Player 10.2, AIR (unsupported)

Creates an instance of supporting document domain object based on supporting document value object.

Parametri

vo:DocumentVO (default = null) — Supporting document value object.

Restituisce
ISupportingDocument — Supporting document domain object.

createUser

()metodo 
public function createUser(principalName:String = null):IUser

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10
Versioni runtime: Flash Player 10.2, AIR (unsupported)

Creates an instance of user domain object.

Parametri

principalName:String (default = null) — Principal Name of the user.

Restituisce
IUser — User domain object.




[ X ]Perché in inglese?
Il contenuto della Guida di riferimento di ActionScript 3.0 appare in inglese

Non tutte le parti della Guida di riferimento di ActionScript 3.0 sono tradotte in tutte le lingue. Quando un elemento del linguaggio non è tradotto, viene riportato in inglese. Ad esempio, la classe ga.controls.HelpBox non è tradotta in nessuna lingua. Pertanto, nella versione italiana della guida di riferimento, la descrizione della classe ga.controls.HelpBox è riportata in inglese.