Pacchetto | com.adobe.solutions.rca.vo.um |
Classe | public class PrincipalSearchFilterVO |
Ereditarietà | PrincipalSearchFilterVO Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
canonicalName : String
Canonical name used to search for principals. | PrincipalSearchFilterVO | ||
commonName : String
Common name used to search for principals. | PrincipalSearchFilterVO | ||
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | 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 | ||
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 |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
The constructor of PrincipalSearchFilterVO class. | PrincipalSearchFilterVO | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Descrizione delle proprietà
canonicalName | proprietà |
canonicalName:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Canonical name used to search for principals.
Implementazione
public function get canonicalName():String
public function set canonicalName(value:String):void
commonName | proprietà |
commonName:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Common name used to search for principals.
Implementazione
public function get commonName():String
public function set commonName(value:String):void
proprietà |
principalOid | proprietà |
principalOid:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Oid of the principal to search.
Implementazione
public function get principalOid():String
public function set principalOid(value:String):void
principalType | proprietà |
principalType:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Type of principal for search namely, USER
and GROUP
.
Implementazione
public function get principalType():String
public function set principalType(value:String):void
resultMax | proprietà |
resultMax:int
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
The maximum number of results to be displayed.
Implementazione
public function get resultMax():int
public function set resultMax(value:int):void
retrieveOnlyActive | proprietà |
retrieveOnlyActive:Boolean
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Whether to search for active principals only. By default, both active and deleted principals are returned.
Implementazione
public function get retrieveOnlyActive():Boolean
public function set retrieveOnlyActive(value:Boolean):void
specificDomainName | proprietà |
specificDomainName:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
The specific domain identifier used to search for principals.
Implementazione
public function get specificDomainName():String
public function set specificDomainName(value:String):void
userId | proprietà |
userId:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
User identifier on which the search is based.
Implementazione
public function get userId():String
public function set userId(value:String):void
visibility | proprietà |
visibility:int
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
The visibility level on which to base the search.
Implementazione
public function get visibility():int
public function set visibility(value:int):void
Descrizione della funzione di costruzione
PrincipalSearchFilterVO | () | Funzione di costruzione |
public function PrincipalSearchFilterVO()
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
The constructor of PrincipalSearchFilterVO
class.
Tue Jun 12 2018, 02:44 PM Z