Pacote | com.adobe.solutions.prm.vo |
Classe | public class ProjectSearchFilterVO |
Herança | ProjectSearchFilterVO AbstractSearchFilterVO Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Project Management Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
AbstractSearchFilterVO
.
Elementos da API relacionados
Propriedades públicas
Propriedade | Definido por | ||
---|---|---|---|
attributes : Object
Contain attributes like, name or template name, which uses LIKE query. | AbstractSearchFilterVO | ||
constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | 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étodos públicos
Método | Definido por | ||
---|---|---|---|
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 | ||
Indica se um objeto tem uma propriedade especificada definida. | Object | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Removes a listener from the EventDispatcher object. | AbstractSearchFilterVO | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
Retorna a representação de string do objeto especificado. | Object | ||
Retorna o valor primitivo do objeto especificado. | Object | ||
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type. | AbstractSearchFilterVO |
Detalhes da propriedade
endDate | propriedade |
endDate:Date
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Project Management Building Block 10.0 |
Versões de runtime: | 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.
Implementação
public function get endDate():Date
public function set endDate(value:Date):void
getOnlyRootProjects | propriedade |
getOnlyRootProjects:Boolean
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Project Management Building Block 10.0 |
Versões de runtime: | 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.
Implementação
public function get getOnlyRootProjects():Boolean
public function set getOnlyRootProjects(value:Boolean):void
startDate | propriedade |
startDate:Date
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Project Management Building Block 10.0 |
Versões de runtime: | 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.
Implementação
public function get startDate():Date
public function set startDate(value:Date):void
Detalhes do construtor
ProjectSearchFilterVO | () | Construtor |
public function ProjectSearchFilterVO()
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Project Management Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
The constructor for ProjectSearchFilterVO
class.
Wed Jun 13 2018, 11:10 AM Z