ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.livecycle.rca.service 

ServiceProvider  - AS3 Review, Commenting, and Approval

Packagecom.adobe.livecycle.rca.service
Classpublic class ServiceProvider
InheritanceServiceProvider Inheritance Object
Deprecated since Review, Commenting, and Approval 10: Please Use com.adobe.solutions.rca.service.RCAServiceProvider

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 9.5
Runtime Versions: Flash Player 9, Flash Player 10, AIR (unsupported)

Static class for obtaining services. This class acts as the dependency injector for the various services. It allows the caller to receive an interface to the service rather than the service itself. This configuration means that the caller is insulated from the service implementor. It also removes the need for the caller to create a new instance of the service implementor when it uses the service.



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
Public Methods
 MethodDefined By
  
Constructor.
ServiceProvider
  
[static] Returns an instance of an ICombineMultipleDocuments process.
ServiceProvider
  
[static] Returns an instance of ReviewCommentingAndApprovalService.
ServiceProvider
  
[static] Returns an instance of ReviewCommentingAndApprovalUtil.
ServiceProvider
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Constructor Detail

ServiceProvider

()Constructor
public function ServiceProvider()

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 9.5
Runtime Versions: Flash Player 9, Flash Player 10, AIR (unsupported)

Constructor.

Method Detail

getCombineMultipleDocumentsProcess

()method
public static function getCombineMultipleDocumentsProcess(channelSet:ChannelSet):ICombineMultipleDocuments

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 9.5
Runtime Versions: Flash Player 9, Flash Player 10, AIR (unsupported)

Returns an instance of an ICombineMultipleDocuments process.

Parameters

channelSet:ChannelSet

Returns
ICombineMultipleDocuments

getReviewCommentingAndApprovalService

()method 
public static function getReviewCommentingAndApprovalService(channelSet:ChannelSet):IReviewCommentingAndApprovalService

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 9.5
Runtime Versions: Flash Player 9, Flash Player 10, AIR (unsupported)

Returns an instance of ReviewCommentingAndApprovalService.

Parameters

channelSet:ChannelSet

Returns
IReviewCommentingAndApprovalService

getReviewCommentingAndApprovalUtil

()method 
public static function getReviewCommentingAndApprovalUtil(channelSet:ChannelSet):IReviewCommentingAndApprovalUtil

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 9.5
Runtime Versions: Flash Player 9, Flash Player 10, AIR (unsupported)

Returns an instance of ReviewCommentingAndApprovalUtil.

Parameters

channelSet:ChannelSet

Returns
IReviewCommentingAndApprovalUtil