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

WorkItemAssetSearchFilterVO  - AS3 Project Management

Packagecom.adobe.solutions.prm.vo
Classpublic class WorkItemAssetSearchFilterVO
InheritanceWorkItemAssetSearchFilterVO Inheritance AbstractSearchFilterVO Inheritance Object

Language Version: ActionScript 3.0
Product Version: Project Management Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Search filter for WorkItem extends AbstractSearchFilter. There is a one-to-one correspondence between a workItem and an asset. These terms are used interchangeably.

Related API Elements



Public Properties
 PropertyDefined By
  assetName : String
Defines an asset name filter to search workItems.
WorkItemAssetSearchFilterVO
  assetType : String
Defines an asset type filter to search workItems.
WorkItemAssetSearchFilterVO
 Inheritedattributes : Object
Contain attributes like, name or template name, which uses LIKE query.
AbstractSearchFilterVO
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 InheritedcreatedBy : String
Defines the createdBy filter.
AbstractSearchFilterVO
 InheritedcreationDate : Date
Defines the filter data for creation date.
AbstractSearchFilterVO
 InheritedcreationDateRange : DateRange
Defines the creation date range filter.
AbstractSearchFilterVO
 InheriteddueDate : Date
Defines the filter date for due date.
AbstractSearchFilterVO
  endDate : Date
Defines the end date filter for workItem search.
WorkItemAssetSearchFilterVO
 InheritedfetchCompleteObjectGraph : Boolean
Defines the flag fetchCompleteObjectGraph.
AbstractSearchFilterVO
 InheritedlastUpdateDateRange : DateRange
Defines the last update date range filter.
AbstractSearchFilterVO
 InheritedlastUpdatedBy : String
Defines lastUpdatedBy filter, lastUpdatedBy is stored in the Principal Name format and useExactMatch is used in the query.
AbstractSearchFilterVO
 InheritedlastUpdatedDate : Date
Defines the filter data for last updated date.
AbstractSearchFilterVO
 Inheritedname : String
Defines the name filter.
AbstractSearchFilterVO
 Inheritedowner : String
Defines the owner filter.
AbstractSearchFilterVO
 InheritedpageNumber : int
Not in use in the current implementation.
AbstractSearchFilterVO
 InheritedpageSize : int
Not in use in the current implementation.
AbstractSearchFilterVO
  parentProjectId : String
Defines the parent project ID for workItem search.
WorkItemAssetSearchFilterVO
  parentProjectName : String
Defines a parent project name filter for workItem search.
WorkItemAssetSearchFilterVO
  parentProjectOwner : String
Defines a parent project name filter for workItem search.
WorkItemAssetSearchFilterVO
  rootProjectId : String
Defines the root project ID for workItem search.
WorkItemAssetSearchFilterVO
  rootProjectName : String
Defines a root project name filter for workItem search.
WorkItemAssetSearchFilterVO
  rootProjectOwner : String
Defines a root project name filter for workItem search.
WorkItemAssetSearchFilterVO
  startDate : Date
Defines the start date filter.
WorkItemAssetSearchFilterVO
 Inheritedstate : String
Defines the filter on type state.
AbstractSearchFilterVO
 Inheritedstatus : String
Defines the filter for status.
AbstractSearchFilterVO
 Inheritedtags : IList
Contain list of tags.
AbstractSearchFilterVO
  templateName : String
Defines the template name to be used in search.
WorkItemAssetSearchFilterVO
 Inheritedtype : String
Defines the filter on type attribute.
AbstractSearchFilterVO
 InheriteduseExactMatch : Boolean
Some of the attributes like, name and template name use LIKE query.
AbstractSearchFilterVO
  version : String
Defines version filter to search workItems.
WorkItemAssetSearchFilterVO
  workflowId : String
Sets the workflow ID to be used in search.
WorkItemAssetSearchFilterVO
Public Methods
 MethodDefined By
  
The constructor for WorkItemAssetSearchFilterVO class.
WorkItemAssetSearchFilterVO
 Inherited
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
 Inherited
Dispatches an event into the event flow.
AbstractSearchFilterVO
 Inherited
Checks whether the EventDispatcher object has any listeners registered for a specific type of event.
AbstractSearchFilterVO
 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
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Removes a listener from the EventDispatcher object.
AbstractSearchFilterVO
 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
 Inherited
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type.
AbstractSearchFilterVO
Property Detail

assetName

property
assetName:String

Language Version: ActionScript 3.0
Product Version: Project Management Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Defines an asset name filter to search workItems. By default, a LIKE query is used, unless useExactMatch flag is set to True.



Implementation
    public function get assetName():String
    public function set assetName(value:String):void

assetType

property 
assetType:String

Language Version: ActionScript 3.0
Product Version: Project Management Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Defines an asset type filter to search workItems. By default, a LIKE query is used, unless useExactMatch flag is set to True.



Implementation
    public function get assetType():String
    public function set assetType(value:String):void

endDate

property 
endDate:Date

Language Version: ActionScript 3.0
Product Version: Project Management Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Defines the end date filter for workItem search. An end date filter is used with less than or equal to operator in a query condition.



Implementation
    public function get endDate():Date
    public function set endDate(value:Date):void

parentProjectId

property 
parentProjectId:String

Language Version: ActionScript 3.0
Product Version: Project Management Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Defines the parent project ID for workItem search. This is used to search a workItem under a hierarchy.



Implementation
    public function get parentProjectId():String
    public function set parentProjectId(value:String):void

parentProjectName

property 
parentProjectName:String

Language Version: ActionScript 3.0
Product Version: Project Management Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Defines a parent project name filter for workItem search. By default, a LIKE query is used, unless useExactMatch flag is set to True.



Implementation
    public function get parentProjectName():String
    public function set parentProjectName(value:String):void

parentProjectOwner

property 
parentProjectOwner:String

Language Version: ActionScript 3.0
Product Version: Project Management Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Defines a parent project name filter for workItem search. By default, a LIKE query is used, unless useExactMatch flag is set to True.



Implementation
    public function get parentProjectOwner():String
    public function set parentProjectOwner(value:String):void

rootProjectId

property 
rootProjectId:String

Language Version: ActionScript 3.0
Product Version: Project Management Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Defines the root project ID for workItem search. This is used to search workItem under a hierarchy.



Implementation
    public function get rootProjectId():String
    public function set rootProjectId(value:String):void

rootProjectName

property 
rootProjectName:String

Language Version: ActionScript 3.0
Product Version: Project Management Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Defines a root project name filter for workItem search. By default, a LIKE query is used unless useExactMatch flag is set to True.



Implementation
    public function get rootProjectName():String
    public function set rootProjectName(value:String):void

rootProjectOwner

property 
rootProjectOwner:String

Language Version: ActionScript 3.0
Product Version: Project Management Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Defines a root project name filter for workItem search. By default, a LIKE query is used, unless useExactMatch flag is set to True.



Implementation
    public function get rootProjectOwner():String
    public function set rootProjectOwner(value:String):void

startDate

property 
startDate:Date

Language Version: ActionScript 3.0
Product Version: Project Management Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Defines the start date filter. A start date filter is used with the greater than or equal to operator in a query condition.



Implementation
    public function get startDate():Date
    public function set startDate(value:Date):void

templateName

property 
templateName:String

Language Version: ActionScript 3.0
Product Version: Project Management Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Defines the template name to be used in search. It searches the workItem with a given template name in templateName. By default, a LIKE query is used, unless useExactMatch flag is set.



Implementation
    public function get templateName():String
    public function set templateName(value:String):void

version

property 
version:String

Language Version: ActionScript 3.0
Product Version: Project Management Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Defines version filter to search workItems.



Implementation
    public function get version():String
    public function set version(value:String):void

workflowId

property 
workflowId:String

Language Version: ActionScript 3.0
Product Version: Project Management Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Sets the workflow ID to be used in search.



Implementation
    public function get workflowId():String
    public function set workflowId(value:String):void
Constructor Detail

WorkItemAssetSearchFilterVO

()Constructor
public function WorkItemAssetSearchFilterVO()

Language Version: ActionScript 3.0
Product Version: Project Management Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

The constructor for WorkItemAssetSearchFilterVO class.