com.esri.arcgis.system
Interface IJobFilter

All Superinterfaces:
Serializable

public interface IJobFilter
extends Serializable

Provides access to methods of job filter.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 ILongArray getJobStatuses()
          statuses of the jobs to search
 void setJobStatusesByRef(ILongArray ppStatusArray)
          statuses of the jobs to search
 

Method Detail

getJobStatuses

ILongArray getJobStatuses()
                          throws IOException,
                                 AutomationException
statuses of the jobs to search

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A reference to a com.esri.arcgis.system.ILongArray
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setJobStatusesByRef

void setJobStatusesByRef(ILongArray ppStatusArray)
                         throws IOException,
                                AutomationException
statuses of the jobs to search

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
ppStatusArray - A reference to a com.esri.arcgis.system.ILongArray (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.