WrkCtrApplicableResourceQuery Class [AX 2012]
The WrkCtrApplicableResourceQuery class composes a query that will result in the resources that at some point in the given date interval satisfies all the requirements.
| Method | Description | |
|---|---|---|
| addSubTypeTable | Adds a specified table to the set of sub types, if the corresponding configuration key is enabled. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getSubTypeTable | Retrieves a specified table from the given QueryRun object. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| init | Initializes the object. |
| new | Initializes a new instance of the WrkCtrApplicableResourceQuery class. |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmJobSchedRequirements | Gets or sets the JobSchedRequirements parameter. |
| parmOperationSchedRequirements | Gets or sets the OperationSchedRequirements parameter. |
| parmRetrieveGroups | Gets or sets the RetrieveGroups parameter. |
| parmSearchFromDate | Gets or sets the SearchFromDate parameter. |
| parmSearchToDate | Gets or sets the SearchToDate parameter. |
| parmSiteId | Gets or sets the SiteId parameter. |
| parmWrkCtrActivityRequirementSet | Gets or sets the WrkCtrActivityRequirementSet parameter. |
| query | Creates a query that will result in the resources that at some point in the given date interval satisfies all the requirements. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| subTypesQuery | Creates a query of sub type requirements. |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | |
| ::newStandard | Creates a new WrkCtrApplicableResourceQuery object. |
Community Additions
ADD
Show: