| Paquete | com.adobe.solutions.rca.domain |
| Clase | public class RCADomainFactoryImpl |
| Herencia | RCADomainFactoryImpl Object |
| Implementa | IRCADomainFactory |
| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
| Método | Definido por | ||
|---|---|---|---|
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 | ||
createReviewTemplate(vo:com.adobe.solutions.rca.vo:ReviewTemplateVO = null):com.adobe.solutions.rca.domain:IReviewTemplate
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 | ||
createStageTemplate(vo:com.adobe.solutions.rca.vo:StageTemplateVO = null):com.adobe.solutions.rca.domain:IStageTemplate
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 | ||
Creates an instance of user domain object. | RCADomainFactoryImpl | ||
![]() |
Indica si un objeto tiene definida una propiedad especificada. | Object | |
![]() |
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | Object | |
![]() |
Indica si existe la propiedad especificada y si es enumerable. | Object | |
![]() |
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | |
![]() |
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | |
![]() |
Devuelve la representación de cadena del objeto especificado. | Object | |
![]() |
Devuelve el valor simple del objeto especificado. | Object | |
RCADomainFactoryImpl | () | Información sobre |
public function RCADomainFactoryImpl()| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
The constructor for RCADomainFactoryImpl class.
createApprover | () | método |
public function createApprover(vo:ApproverVO = null):IApprover| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Creates an instance of approver domain object based on approver value object.
Parámetros
vo:ApproverVO (default = null) — Approver value object.
|
IApprover — Approver domain object.
|
createAuditManager | () | método |
public function createAuditManager():IAuditManager| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Returns an instance of audit manager domain object.
Valor devueltoIAuditManager — Audit manager instance.
|
createAuthor | () | método |
public function createAuthor(vo:AuthorVO = null):IAuthor| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Creates an instance of author domain object based on author value object.
Parámetros
vo:AuthorVO (default = null) — Author value object.
|
IAuthor — Author domain object.
|
createCommentManager | () | método |
public function createCommentManager():ICommentManager| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Returns an instance of comment manager domain object.
Valor devueltoICommentManager — Comment manager instance.
|
createInitiator | () | método |
public function createInitiator(vo:InitiatorVO = null):IInitiator| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Creates an instance of initiator domain object based on initiator value object.
Parámetros
vo:InitiatorVO (default = null) — Initiator value object.
|
IInitiator — Initiator domain object.
|
createModerator | () | método |
public function createModerator(vo:ModeratorVO = null):IModerator| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Creates an instance of moderator domain object based on moderator value object.
Parámetros
vo:ModeratorVO (default = null) — Moderator value object.
|
IModerator — Moderator domain object.
|
createProcessManager | () | método |
public function createProcessManager():IProcessManager| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Returns an instance of process manager domain object.
Valor devueltoIProcessManager — Process manager instance.
|
createReviewContext | () | método |
public function createReviewContext(vo:ReviewContextVO = null):IReviewContext| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Creates an instance of review context domain object based on review context value object.
Parámetros
vo:ReviewContextVO (default = null) — Review context value object.
|
IReviewContext — Review context domain object.
|
createReviewer | () | método |
public function createReviewer(vo:ReviewerVO = null):IReviewer| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Creates an instance of reviewer domain object based on reviewer value object.
Parámetros
vo:ReviewerVO (default = null) — Reviewer value object.
|
IReviewer — Reviewer domain object.
|
createReviewTemplate | () | método |
public function createReviewTemplate(vo:com.adobe.solutions.rca.vo:ReviewTemplateVO = null):com.adobe.solutions.rca.domain:IReviewTemplate| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Creates an instance of review template domain object based on review template value object.
Parámetros
vo:com.adobe.solutions.rca.vo:ReviewTemplateVO (default = null) — Review template value object.
|
com.adobe.solutions.rca.domain:IReviewTemplate — Review template domain object.
|
createStage | () | método |
public function createStage(vo:ReviewStageVO = null):IStage| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Creates an instance of stage domain object based on review stage value object.
Parámetros
vo:ReviewStageVO (default = null) — Review stage value object.
|
IStage — Stage domain object.
|
createStageTemplate | () | método |
public function createStageTemplate(vo:com.adobe.solutions.rca.vo:StageTemplateVO = null):com.adobe.solutions.rca.domain:IStageTemplate| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Creates an instance of stage template domain object based on stage template value object.
Parámetros
vo:com.adobe.solutions.rca.vo:StageTemplateVO (default = null) — Stage template value object.
|
com.adobe.solutions.rca.domain:IStageTemplate — Stage template domain object.
|
createSupportingDocument | () | método |
public function createSupportingDocument(vo:DocumentVO = null):ISupportingDocument| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Creates an instance of supporting document domain object based on supporting document value object.
Parámetros
vo:DocumentVO (default = null) — Supporting document value object.
|
ISupportingDocument — Supporting document domain object.
|
createUser | () | método |
public function createUser(principalName:String = null):IUser| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Creates an instance of user domain object.
Parámetros
principalName:String (default = null) — Principal Name of the user.
|
IUser — User domain object.
|
Tue Jun 12 2018, 02:12 PM Z
Ocultar propiedades públicas heredadas
Mostrar propiedades públicas heredadas