Hide Table of Contents
Class: JobUpdateParameters

Description

The JobUpdateParameters class is a collection of values that can be used to update job properties.

Class hierarchy

esri.WorkflowManager.SupportClasses.JobCreationParameters()

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).
clearAOIbooleanIndicates to clear the current job's AOI.
clearDueDatebooleanIndicates to clear current job's due date.
clearStartDatebooleanIndicates to clear current job's start date.
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.
jobIdintA unique numeric ID to identify the new job.
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.
percentintThe percentage of work completed on the job's current step.
priorityintThe numeric priority value.
startDatedateThe date on which the job is scheduled to begin.
statusintThe numeric ID of the job's new status.
versionNamestringThe name of the geodatabase version to be used for the job.
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).

<boolean> clearAOI

Indicates to clear the current job's AOI.

<boolean> clearDueDate

Indicates to clear current job's due date.

<boolean> clearStartDate

Indicates to clear current job's current date.

<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.

<int> JobId

A unique numeric ID to identify the new job.

<esri.geometry.Geometry> aoi

The geometry of the job's location of interest (LOI). Supported geometry types include point, multipoint and polygon. The spatial reference of the polygon should match the spatial reference configured for the JTX_JOBS_AOI 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> Percent

The percentage of work completed on the job's current step.

<int> priority

The numeric priority value.

<date> startDate

The date on which the job is scheduled to begin.

<int> status

The numeric ID of the job's new status.

<date> versionName

The name of the geodatabase version to be used for the job.