Pakiet | com.adobe.solutions.rca.domain |
Klasa | public class RCADomainFactoryImpl |
Dziedziczenie | RCADomainFactoryImpl Object |
Implementuje | IRCADomainFactory |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Metoda | Zdefiniowane przez | ||
---|---|---|---|
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 | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
Zwraca ciąg reprezentujący określony obiekt. | Object | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object |
RCADomainFactoryImpl | () | Konstruktor |
public function RCADomainFactoryImpl()
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
The constructor for RCADomainFactoryImpl
class.
createApprover | () | metoda |
public function createApprover(vo:ApproverVO = null):IApprover
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Creates an instance of approver domain object based on approver value object.
Parametry
vo:ApproverVO (default = null ) — Approver value object.
|
IApprover — Approver domain object.
|
createAuditManager | () | metoda |
public function createAuditManager():IAuditManager
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Returns an instance of audit manager domain object.
ZwracaIAuditManager — Audit manager instance.
|
createAuthor | () | metoda |
public function createAuthor(vo:AuthorVO = null):IAuthor
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Creates an instance of author domain object based on author value object.
Parametry
vo:AuthorVO (default = null ) — Author value object.
|
IAuthor — Author domain object.
|
createCommentManager | () | metoda |
public function createCommentManager():ICommentManager
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Returns an instance of comment manager domain object.
ZwracaICommentManager — Comment manager instance.
|
createInitiator | () | metoda |
public function createInitiator(vo:InitiatorVO = null):IInitiator
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Creates an instance of initiator domain object based on initiator value object.
Parametry
vo:InitiatorVO (default = null ) — Initiator value object.
|
IInitiator — Initiator domain object.
|
createModerator | () | metoda |
public function createModerator(vo:ModeratorVO = null):IModerator
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Creates an instance of moderator domain object based on moderator value object.
Parametry
vo:ModeratorVO (default = null ) — Moderator value object.
|
IModerator — Moderator domain object.
|
createProcessManager | () | metoda |
public function createProcessManager():IProcessManager
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Returns an instance of process manager domain object.
ZwracaIProcessManager — Process manager instance.
|
createReviewContext | () | metoda |
public function createReviewContext(vo:ReviewContextVO = null):IReviewContext
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Creates an instance of review context domain object based on review context value object.
Parametry
vo:ReviewContextVO (default = null ) — Review context value object.
|
IReviewContext — Review context domain object.
|
createReviewer | () | metoda |
public function createReviewer(vo:ReviewerVO = null):IReviewer
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Creates an instance of reviewer domain object based on reviewer value object.
Parametry
vo:ReviewerVO (default = null ) — Reviewer value object.
|
IReviewer — Reviewer domain object.
|
createReviewTemplate | () | metoda |
public function createReviewTemplate(vo:com.adobe.solutions.rca.vo:ReviewTemplateVO = null):com.adobe.solutions.rca.domain:IReviewTemplate
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Creates an instance of review template domain object based on review template value object.
Parametry
vo:com.adobe.solutions.rca.vo:ReviewTemplateVO (default = null ) — Review template value object.
|
com.adobe.solutions.rca.domain:IReviewTemplate — Review template domain object.
|
createStage | () | metoda |
public function createStage(vo:ReviewStageVO = null):IStage
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Creates an instance of stage domain object based on review stage value object.
Parametry
vo:ReviewStageVO (default = null ) — Review stage value object.
|
IStage — Stage domain object.
|
createStageTemplate | () | metoda |
public function createStageTemplate(vo:com.adobe.solutions.rca.vo:StageTemplateVO = null):com.adobe.solutions.rca.domain:IStageTemplate
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Creates an instance of stage template domain object based on stage template value object.
Parametry
vo:com.adobe.solutions.rca.vo:StageTemplateVO (default = null ) — Stage template value object.
|
com.adobe.solutions.rca.domain:IStageTemplate — Stage template domain object.
|
createSupportingDocument | () | metoda |
public function createSupportingDocument(vo:DocumentVO = null):ISupportingDocument
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Creates an instance of supporting document domain object based on supporting document value object.
Parametry
vo:DocumentVO (default = null ) — Supporting document value object.
|
ISupportingDocument — Supporting document domain object.
|
createUser | () | metoda |
public function createUser(principalName:String = null):IUser
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Creates an instance of user domain object.
Parametry
principalName:String (default = null ) — Principal Name of the user.
|
IUser — User domain object.
|
Tue Jun 12 2018, 12:06 PM Z