Hide Table of Contents
Class: JobTypeDetails

Description

The JobTypeDetails class represents the properties associated with a job.

Class hierarchy

esri.WorkflowManager.SupportClasses.JobTypeDetails()

Properties

NameTypeSummary
autoExecuteCreatedJobsbooleanIndicates that jobs of this type when created are automatically executed.
canDataWorkspaceChangebooleanIndicates that jobs of this type allows users to modify the data workspace.
categorystringThe category that the job type belongs to.
defaultAssignedTostringThe name of the user or group that the job will be assigned to by default.
defaultAssignedTypeJobAssignmentTypeThe default assignment type - Unassigned(0)/User(1)/Group(2).
defaultDataWorkspaceIdstringThe default Id of the data workspace of the job.
defaultDescriptionstringThe default descrition of the job.
defaultDueDatedateThe default date on which the job is expected to be complete.
defaultJobDurationintThe default duration for completing the job.
defaultParentVersionNamestringThe default name of the geodatabase version that will be the parent version of the job's geodatabase.
defaultPriorityintThe default numeric priority value.
defaultStartDatedateThe default start date of this job type.
descriptionstringA description of the job type.
idintA unique ID automatically generated for the job type.
jobNamingSchemestringThe job naming scheme for this job type.
jobVersionNamingSchemestringThe version naming scheme for this job type.
mxdNamingSchemestringThe map naming scheme for this job type.
namestringThe job type name.
stateJobTypeStateThe state of the job type (DRAFT=0, ACTIVE=1, RETIRED=2).
Property Details

<boolean> autoExecuteCreatedJobs

Indicates that jobs of this type when created are automatically executed.

<boolean> canDataWorkspaceChange

Indicates that jobs of this type allows users to modify the data workspace.

<string> category

The category that the job type belongs to.

<string> defaultAssignedTo

The name of the user or group that the job will be assigned to by default.

<JobAssignmentType> defaultAssignedType

The default assignment type.

<string> defaultDataWorkspaceId

The default Id of the data workspace of the job.

<string> defaultDescription

The default description of the job.

<date> defaultDueDate

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

<int> defaultJobDuration

The default duration for completing the job.

<string> defaultParentVersionName

The default name of the geodatabase version that will be the parent version of the job's geodatabase.

<int> defaultPriority

The default numeric priority value.

<date> defaultStartDate

The default start date of this job type.

<string> description

A description of the job type.

<int> id

A unique ID automatically generated for the job type.

<string> jobNamingScheme

The job naming scheme for this job type.

<string> jobVersionNamingScheme

The version naming scheme for this job type.

<string> mxdNamingScheme

The map naming scheme for this job type.

<string> name

The job type name.

<JobTypeState> state

The state of the job type.