Hide Table of Contents
Class: JobCreationParameters

Description

The JobCreationParameters class represents the properties for creating a job.

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).
autoCommitWorkflowbooleanIndicates to commit the workflow upon creation of the job.
autoExecutebooleanIndicates to execute the workflow upon creation of the job.
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.
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.
numJobsstringThe number of jobs to create.
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.
priorityintThe numeric priority value.
startDatedateThe date on which the job is scheduled to begin.
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> autoCommitWorkflow

Indicates to commit the workflow upon creation of the job.

<boolean> autoExecute

Indicates to execute the workflow upon creation of the job.

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

The number of jobs to create.

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

The numeric priority value.

<date> startDate

The date on which the job is scheduled to begin.