| Package | com.adobe.solutions.prm.vo |
| Classe | public class ProjectSearchFilterVO |
| Héritage | ProjectSearchFilterVO AbstractSearchFilterVO Object |
| Version du langage: | ActionScript 3.0 |
| Version du produit: | Bloc de création Project Management 10.0 |
| Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
AbstractSearchFilterVO.
Eléments de l’API associés
Propriétés publiques
| Propriété | Défini par | ||
|---|---|---|---|
![]() | attributes : Object
Contain attributes like, name or template name, which uses LIKE query. | AbstractSearchFilterVO | |
![]() | constructor : Object
Référence à l’objet de classe ou à la fonction constructeur d’une occurrence donnée d’un objet. | Object | |
![]() | createdBy : String
Defines the createdBy filter. | AbstractSearchFilterVO | |
![]() | creationDate : Date
Defines the filter data for creation date. | AbstractSearchFilterVO | |
![]() | creationDateRange : DateRange
Defines the creation date range filter. | AbstractSearchFilterVO | |
![]() | dueDate : Date
Defines the filter date for due date. | AbstractSearchFilterVO | |
| endDate : Date
Defines an end date filter for project search. | ProjectSearchFilterVO | ||
![]() | fetchCompleteObjectGraph : Boolean
Defines the flag fetchCompleteObjectGraph. | AbstractSearchFilterVO | |
| getOnlyRootProjects : Boolean
Defines the value of the flag getOnlyRootProjects. | ProjectSearchFilterVO | ||
![]() | lastUpdateDateRange : DateRange
Defines the last update date range filter. | AbstractSearchFilterVO | |
![]() | lastUpdatedBy : String
Defines lastUpdatedBy filter, lastUpdatedBy is stored in the Principal Name format and useExactMatch is used in the query. | AbstractSearchFilterVO | |
![]() | lastUpdatedDate : Date
Defines the filter data for last updated date. | AbstractSearchFilterVO | |
![]() | name : String
Defines the name filter. | AbstractSearchFilterVO | |
![]() | owner : String
Defines the owner filter. | AbstractSearchFilterVO | |
![]() | pageNumber : int
Not in use in the current implementation. | AbstractSearchFilterVO | |
![]() | pageSize : int
Not in use in the current implementation. | AbstractSearchFilterVO | |
| startDate : Date
Defines a start date filter for project search. | ProjectSearchFilterVO | ||
![]() | state : String
Defines the filter on type state. | AbstractSearchFilterVO | |
![]() | status : String
Defines the filter for status. | AbstractSearchFilterVO | |
![]() | tags : IList
Contain list of tags. | AbstractSearchFilterVO | |
![]() | type : String
Defines the filter on type attribute. | AbstractSearchFilterVO | |
![]() | useExactMatch : Boolean
Some of the attributes like, name and template name use LIKE query. | AbstractSearchFilterVO | |
Méthodes publiques
| Méthode | Défini par | ||
|---|---|---|---|
The constructor for ProjectSearchFilterVO class. | ProjectSearchFilterVO | ||
![]() | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, weakRef:Boolean = false):void
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. | AbstractSearchFilterVO | |
![]() |
Dispatches an event into the event flow. | AbstractSearchFilterVO | |
![]() |
Checks whether the EventDispatcher object has any listeners registered for a specific type
of event. | AbstractSearchFilterVO | |
![]() |
Indique si la propriété spécifiée d’un objet est définie. | Object | |
![]() |
Indique si une occurrence de la classe Object figure dans la chaîne de prototype de l’objet spécifié en tant que paramètre. | Object | |
![]() |
Indique si la propriété spécifiée existe et est énumérable. | Object | |
![]() |
Removes a listener from the EventDispatcher object. | AbstractSearchFilterVO | |
![]() |
Définit la disponibilité d’une propriété dynamique pour les opérations en boucle. | Object | |
![]() |
Renvoie la représentation de chaîne de cet objet, formatée selon les paramètres régionaux en vigueur. | Object | |
![]() |
Renvoie la représentation sous forme de chaîne de l’objet spécifié. | Object | |
![]() |
Renvoie la valeur primitive de l’objet spécifié. | Object | |
![]() |
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type. | AbstractSearchFilterVO | |
Détails de la propriété
endDate | propriété |
endDate:Date| Version du langage: | ActionScript 3.0 |
| Version du produit: | Bloc de création Project Management 10.0 |
| Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
Defines an end date filter for project search. An end date filter is used with the less than or equal to operator in a query condition.
Implémentation
public function get endDate():Date public function set endDate(value:Date):voidgetOnlyRootProjects | propriété |
getOnlyRootProjects:Boolean| Version du langage: | ActionScript 3.0 |
| Version du produit: | Bloc de création Project Management 10.0 |
| Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
Defines the value of the flag getOnlyRootProjects. If this Boolean flag is set to True, only top-level projects are
returned from a query. Otherwise sub-projects are also included in the search results.
Implémentation
public function get getOnlyRootProjects():Boolean public function set getOnlyRootProjects(value:Boolean):voidstartDate | propriété |
startDate:Date| Version du langage: | ActionScript 3.0 |
| Version du produit: | Bloc de création Project Management 10.0 |
| Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
Defines a start date filter for project search. A start date filter is used with the greater than or equal to operator in a query condition.
Implémentation
public function get startDate():Date public function set startDate(value:Date):voidDétails du constructeur
ProjectSearchFilterVO | () | Constructeur |
public function ProjectSearchFilterVO()| Version du langage: | ActionScript 3.0 |
| Version du produit: | Bloc de création Project Management 10.0 |
| Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
The constructor for ProjectSearchFilterVO class.
Tue Jun 12 2018, 09:30 AM Z
Masquer les propriétés publiques héritées
Afficher les propriétés publiques héritées