Hide Table of Contents
Class: JobInfo

Description

The JobInfo class represents a collection of job properties.

Class hierarchy

esri.WorkflowManager.SupportClasses.JobInfo()

Properties

NameTypeSummary
aoiesri.geometry.PolygonThe polygon geometry of the job's area of interest (AOI).
assignedTostringThe name of the user or group to assign the job to.
assignedTypeJobAssignmentTypeIndicates to assign the job to a user (1) or group (2) or to leave the job unassigned (0).
childJobIDsint[]A list of child jobs.
createdBystringThe user name of the person that created the job.
createdDatedateThe date the job was created.
dataWorkspaceIdstringThe Id of the data workspace of the job.
descriptionstringA descrition of the job.
dueDatedateThe date on which the job is expected to be complete.
endDatedateThe actual date the job's workflow was completed.
idintA unique numeric ID to identify the new job.
jobTypeIdintThe numeric ID of the job type to base the new job on.
loiesri.geometry.GeometryThe geometry of the job's location of interest (LOI). Supported geometry types include point, multipoint and polygon.
namestringThe name of the new job.
ownedBystringThe name of the user that will own the job. Job ownership allows modification of job properties and not workflow execution.
parentJobIdintThe numeric ID of a parent job.
parentVersionstringThe 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.
pendingDaysintThe number of days that the job has been active.
percentageCompleteintThe percentage completion of the job.
priorityintThe numeric priority value.
stageJobStageAn enumeration of job stage - (NONE=-1, CREATED=1, READY_TO_WORK=2, WORKING=3, DONE_WORKING=4, CLOSED=5).
startDatedateThe date on which the job is scheduled to begin.
statusintA numeric value representing the current job's status.
versionExistsbooleanIndicates that a version exists for the job.
versionInfoJobVersionInfo[]The information about current job's geodatabase version.
versionNamestringThe 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.

<string> assignedTo

The name of the user or group to assign the job to.

<JobAssignmentType> assignedType

Indicates to assign the job to a user (1) or group (2) or to leave the job unassigned (0).

<int[]> childJobIds

A list of child jobs.

<string> createdBy

The user name of the person that created the job.

<date> createdDate

The date the job was created.

<string> dataWorkspaceId

The ID of the data workspace of the job.

<string> description

A description of the job.

<date> dueDate

The date on which the job is expected to be complete.

<date> endDate

The actual date the job's workflow was completed.

<int> Id

A unique numeric ID to identify the new job.

<int> jobTypeID

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.

<string> name

The name of the new job.

<string> ownedBy

The name of the user that will own the job. Job ownership allows modification of job properties and not workflow execution.

<int> parentJobId

The numeric ID of the parent job.

<string> parentVersion

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.

<int> pendingDays

The number of days that the job has been active.

<int> percentageComplete

The percentage completion of the job.

<int> priority

The numeric priority value.

<JobStage> stage

An enumeration of job stage.

<date> startDate

The date on which the job is scheduled to begin.

<string> status

The user name of the person that created the job.

<boolean> versionExists

Indicates that a version exists for the job.

<JobVersionInfo[]> versionInfo

The information about the current job's version.

<string> versionName

The name of the job's geodatabase version.