Public Member Functions | |
| HRESULT | Add ([out, retval] IDSSJobPriorityMapEntry ppEntry) |
| Create a new entry in the job priority map. | |
| HRESULT | Count ([out, retval] Int32 *pCount) |
| Number of entries in the map. | |
| HRESULT | DefaultPriority ([in] Int32 DefaultPriority) |
| The default priority assigned to jobs not covered by any entries. | |
| HRESULT | DefaultPriority ([out, retval] Int32 *pDefaultPriority) |
| The default priority assigned to jobs not covered by any entries. | |
| HRESULT | Delete ([in] Int32 Index) |
| Remove an entry specified by index number. | |
| HRESULT | DeleteByName ([in] BSTR Name) |
| Delete a map entry specified by its name. | |
| HRESULT | Description ([in] BSTR Description) |
| Description of this job priority map. | |
| HRESULT | Description ([out, retval] BSTR *pDescription) |
| Description of this job priority map. | |
| HRESULT | Item ([in] Int32 Index,[out, retval] IDSSJobPriorityMapEntry ppEntry) |
| Return an entry specified by index number. | |
| HRESULT | ItemByName ([in] BSTR Name,[out, retval] IDSSJobPriorityMapEntry ppEntry) |
| This method returns a reference to a map entry that is specified by name. | |
| HRESULT | JobPriorityMapEntrys ([out, retval] IDSSJobPriorityMapEntrys ppJobPriorityMapEntrys) |
| Alternative interface to the collection of map entries. | |
| HRESULT | Name ([in] BSTR Name) |
| Unique name used to identify the job priority map. | |
| HRESULT | Name ([out, retval] BSTR *pName) |
| Unique name used to identify the job priority map. | |
| HRESULT | ReportCostThreshold ([in] Int32 Index,[in] Int32 Threshold) |
| Vector of integers that could be used as a system of thresholds. | |
| HRESULT | ReportCostThreshold ([in] Int32 Index,[out, retval] Int32 *pThreshold) |
| Vector of integers that could be used as a system of thresholds. | |
| HRESULT | ReportCostThresholds ([in] Int32 N) |
| Number of properties held by ReportCostThreshold. | |
| HRESULT | ReportCostThresholds ([out, retval] Int32 *pN) |
| Number of properties held by ReportCostThreshold. | |
| HRESULT | ReportCostWeight ([in] EnumDSSReportCostFactor ReportCostFactor,[in] Int32 ReportCostWeight) |
| Weights applied when calculating the cost of a report. | |
| HRESULT | ReportCostWeight ([in] EnumDSSReportCostFactor ReportCostFactor,[out, retval] Int32 *pReportCostWeight) |
| Weights applied when calculating the cost of a report. | |
|
|
Create a new entry in the job priority map. Calling the method creates a new entry and inserts it in the map. The new entry is in an uninitialized state. The client should assign the properties on the IDSSJobPriorityMapEntry interface to specify the new map entry.
|
|
|
Number of entries in the map.
|
|
|
The default priority assigned to jobs not covered by any entries. DefaultPriority is a numeric property. A job priority map contains a collection of map entries. A job is assigned a priority by taking maximum of the priorities assigned by all of the entries that apply to the job. This property specifies the priority that the server assigns to any job that is not covered by any of the map entries.
|
|
|
The default priority assigned to jobs not covered by any entries. DefaultPriority is a numeric property. A job priority map contains a collection of map entries. A job is assigned a priority by taking maximum of the priorities assigned by all of the entries that apply to the job. This property specifies the priority that the server assigns to any job that is not covered by any of the map entries.
|
|
|
Remove an entry specified by index number. The entry is specified using its index number in the collection. After deleting the entry the other entries are renumbered so that they are in the same relative order.
|
|
|
Delete a map entry specified by its name. The names of entries are case insensitive. After deleting an entry, the following entries are renumbered in the usual manner.
|
|
|
Description of this job priority map. Description is a string-valued property. It is an arbitrary string value that is stored with the map. The intention is that it should be used to clarify the prioritization policy that was used to define this map.
|
|
|
Description of this job priority map. Description is a string-valued property. It is an arbitrary string value that is stored with the map. The intention is that it should be used to clarify the prioritization policy that was used to define this map.
|
|
||||||||||||
|
Return an entry specified by index number. Refer to the member by his or her index number.
|
|
||||||||||||
|
This method returns a reference to a map entry that is specified by name. The name comparison is case insensitive.
|
|
|
Alternative interface to the collection of map entries. JobPriorityMapEntries is a read-only object property. It returns a collection interface to the entries in this job priority map.
|
|
|
Unique name used to identify the job priority map. Name is a string-valued property. It assigns a name to the map. We do not enforce the uniqueness of the name.
|
|
|
Unique name used to identify the job priority map. Name is a string-valued property. It assigns a name to the map. The name does not have to be unique.
|
|
||||||||||||
|
Vector of integers that could be used as a system of thresholds. ReportCostThreshold is a parameterized numeric property. It takes parameters in the range 0 to the current value of the ReportCostThresholds property.
|
|
||||||||||||
|
Vector of integers that could be used as a system of thresholds. ReportCostThreshold is a parameterized numeric property. It takes parameters in the range 0 to the current value of the ReportCostThresholds property.
|
|
|
Number of properties held by ReportCostThreshold. ReportCostThresholds is a numeric property. It records the number of threshold values that are stored in the parameterized property ReportCostThreshold.
|
|
|
Number of properties held by ReportCostThreshold. ReportCostThresholds is a numeric property. It records the number of threshold values that are stored in the parameterized property ReportCostThreshold.
|
|
||||||||||||
|
Weights applied when calculating the cost of a report. ReportCostWeight is a parameterized numeric property. It records for each of the appropriate reports costs a weighting factor.
|
|
||||||||||||
|
Weights applied when calculating the cost of a report. ReportCostWeight is a parameterized numeric property. It records for each of the appropriate reports costs a weighting factor.
|