| Package | com.adobe.solutions.rca.vo.um |
| Class | public class PrincipalSearchFilterVO |
| Inheritance | PrincipalSearchFilterVO Object |
| Language Version: | ActionScript 3.0 |
| Product Version: | Review, Commenting, and Approval Building Block 10 |
| Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Public Properties
| Property | Defined By | ||
|---|---|---|---|
| canonicalName : String
Canonical name used to search for principals. | PrincipalSearchFilterVO | ||
| commonName : String
Common name used to search for principals. | PrincipalSearchFilterVO | ||
![]() | constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | |
| email : String
Email to search. | PrincipalSearchFilterVO | ||
| principalOid : String
Oid of the principal to search. | PrincipalSearchFilterVO | ||
| principalType : String
Type of principal for search namely, USER and GROUP. | PrincipalSearchFilterVO | ||
![]() | prototype : Object [static]
A reference to the prototype object of a class or function object. | Object | |
| resultMax : int
The maximum number of results to be displayed. | PrincipalSearchFilterVO | ||
| retrieveOnlyActive : Boolean
Whether to search for active principals only. | PrincipalSearchFilterVO | ||
| specificDomainName : String
The specific domain identifier used to search for principals. | PrincipalSearchFilterVO | ||
| userId : String
User identifier on which the search is based. | PrincipalSearchFilterVO | ||
| visibility : int
The visibility level on which to base the search. | PrincipalSearchFilterVO | ||
Public Methods
| Method | Defined By | ||
|---|---|---|---|
The constructor of PrincipalSearchFilterVO class. | PrincipalSearchFilterVO | ||
![]() |
Indicates whether an object has a specified property defined. | Object | |
![]() |
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | |
![]() |
Indicates whether the specified property exists and is enumerable. | Object | |
![]() |
Sets the availability of a dynamic property for loop operations. | Object | |
![]() |
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | |
![]() |
Returns the string representation of the specified object. | Object | |
![]() |
Returns the primitive value of the specified object. | Object | |
Property Detail
canonicalName | property |
canonicalName:String| Language Version: | ActionScript 3.0 |
| Product Version: | Review, Commenting, and Approval Building Block 10 |
| Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Canonical name used to search for principals.
Implementation
public function get canonicalName():String public function set canonicalName(value:String):voidcommonName | property |
commonName:String| Language Version: | ActionScript 3.0 |
| Product Version: | Review, Commenting, and Approval Building Block 10 |
| Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Common name used to search for principals.
Implementation
public function get commonName():String public function set commonName(value:String):void| property |
principalOid | property |
principalOid:String| Language Version: | ActionScript 3.0 |
| Product Version: | Review, Commenting, and Approval Building Block 10 |
| Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Oid of the principal to search.
Implementation
public function get principalOid():String public function set principalOid(value:String):voidprincipalType | property |
principalType:String| Language Version: | ActionScript 3.0 |
| Product Version: | Review, Commenting, and Approval Building Block 10 |
| Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Type of principal for search namely, USER and GROUP.
Implementation
public function get principalType():String public function set principalType(value:String):voidresultMax | property |
resultMax:int| Language Version: | ActionScript 3.0 |
| Product Version: | Review, Commenting, and Approval Building Block 10 |
| Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
The maximum number of results to be displayed.
Implementation
public function get resultMax():int public function set resultMax(value:int):voidretrieveOnlyActive | property |
retrieveOnlyActive:Boolean| Language Version: | ActionScript 3.0 |
| Product Version: | Review, Commenting, and Approval Building Block 10 |
| Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Whether to search for active principals only. By default, both active and deleted principals are returned.
Implementation
public function get retrieveOnlyActive():Boolean public function set retrieveOnlyActive(value:Boolean):voidspecificDomainName | property |
specificDomainName:String| Language Version: | ActionScript 3.0 |
| Product Version: | Review, Commenting, and Approval Building Block 10 |
| Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
The specific domain identifier used to search for principals.
Implementation
public function get specificDomainName():String public function set specificDomainName(value:String):voiduserId | property |
userId:String| Language Version: | ActionScript 3.0 |
| Product Version: | Review, Commenting, and Approval Building Block 10 |
| Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
User identifier on which the search is based.
Implementation
public function get userId():String public function set userId(value:String):voidvisibility | property |
visibility:int| Language Version: | ActionScript 3.0 |
| Product Version: | Review, Commenting, and Approval Building Block 10 |
| Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
The visibility level on which to base the search.
Implementation
public function get visibility():int public function set visibility(value:int):voidConstructor Detail
PrincipalSearchFilterVO | () | Constructor |
public function PrincipalSearchFilterVO()| Language Version: | ActionScript 3.0 |
| Product Version: | Review, Commenting, and Approval Building Block 10 |
| Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
The constructor of PrincipalSearchFilterVO class.
Tue Mar 20 2012, 07:13 AM -07:00
Hide Inherited Public Properties
Show Inherited Public Properties