Description
The JobInfo class represents a collection of job properties.
Class hierarchy
esri.WorkflowManager.SupportClasses.JobInfo()
Properties
aoi | esri.geometry.Polygon | The polygon geometry of the job's area of interest (AOI). |
assignedTo | string | The name of the user or group to assign the job to. |
assignedType | JobAssignmentType | Indicates to assign the job to a user (1) or group (2) or to leave the job unassigned (0). |
childJobIDs | int[] | A list of child jobs. |
createdBy | string | The user name of the person that created the job. |
createdDate | date | The date the job was created. |
dataWorkspaceId | string | The Id of the data workspace of the job. |
description | string | A descrition of the job. |
dueDate | date | The date on which the job is expected to be complete. |
endDate | date | The actual date the job's workflow was completed. |
id | int | A unique numeric ID to identify the new job. |
jobTypeId | int | The numeric ID of the job type to base the new job on. |
loi | esri.geometry.Geometry | The geometry of the job's location of interest (LOI). Supported geometry types include point, multipoint and polygon. |
name | string | The name of the new job. |
ownedBy | string | The name of the user that will own the job. Job ownership allows modification of job properties and not workflow execution. |
parentJobId | int | The numeric ID of a parent job. |
parentVersion | string | The name of the geodatabase version that will be the parent version of the job's geodatabase. This will default to the parent version of the data workspace. |
pendingDays | int | The number of days that the job has been active. |
percentageComplete | int | The percentage completion of the job. |
priority | int | The numeric priority value. |
stage | JobStage | An enumeration of job stage - (NONE=-1, CREATED=1, READY_TO_WORK=2, WORKING=3, DONE_WORKING=4, CLOSED=5). |
startDate | date | The date on which the job is scheduled to begin. |
status | int | A numeric value representing the current job's status. |
versionExists | boolean | Indicates that a version exists for the job. |
versionInfo | JobVersionInfo[] | The information about current job's geodatabase version. |
versionName | string | The name of the job's geodatabase version. |
Property Details
<esri.geometry.Polygon> aoi
The polygon geometry of the job's area of interest (AOI). The spatial reference of the polygon should match the spatial reference configured for the JTX_JOBS_AOI feature class.
The name of the user or group to assign the job to.
Indicates to assign the job to a user (1) or group (2) or to leave the job unassigned (0).
The user name of the person that created the job.
The date the job was created.
The ID of the data workspace of the job.
A description of the job.
The date on which the job is expected to be complete.
The actual date the job's workflow was completed.
A unique numeric ID to identify the new job.
The numeric ID of the job type to base the new job on.
<esri.geometry.Geometry> loi
The geometry of the job's location of interest (AOI). Supported geometry types include point, multipoint and polygon. The spatial reference of the geometry should match the spatial reference configured for the JTX_JOBS_AOI and JTX_JOBS_POI feature class.
The name of the user that will own the job. Job ownership allows modification of job properties and not workflow execution.
The numeric ID of the parent job.
The name of the geodatabase version that will be the parent version of the job's geodatabase. This will default to the parent version of the data workspace.
The number of days that the job has been active.
The percentage completion of the job.
The numeric priority value.
An enumeration of job stage.
The date on which the job is scheduled to begin.
The user name of the person that created the job.
Indicates that a version exists for the job.
The information about the current job's version.
The name of the job's geodatabase version.