WebCenter Interaction API  
 

PT_JOB_SETTINGS Members

PT_JOB_SETTINGS overview

Public Static Fields

public fieldstaticPT_JOB_CONTINUEONERRORS Zero or One. 0=default. Indicates that the job should ignore an operation failure and attempt to run all operations.
public fieldstaticPT_JOB_LASTRUNTIME Date when the job last ran
public fieldstaticPT_JOB_LOGLEVEL The verbosity level of the job log created when the job is run.
public fieldstaticPT_JOB_NEXTRUNTIME Date when the job should run next
public fieldstaticPT_JOB_STATUS Current status of job if it is running or the last time when it was run, can be any of the values of PT_JOBSTATUS.
public fieldstaticPT_JOB_TIMEOUT The maximum amount of time for the job to run. This includes all operations. 0 (the default) indicates the job should run until it is finished. Use with PT_JOB_TIMEOUT_UNITS
public fieldstaticPT_JOB_TIMEOUT_UNITS Time units for the maximum amount of time for the job to run. Can be PT_SCHEDULETYPE_MINUTELY or PT_SCHEDULETYPE_HOURLY. See PT_JOB_TIMEOUT.

Public Instance Constructors

public method PT_JOB_SETTINGS Constructor Initializes a new instance of the PT_JOB_SETTINGS class.

Public Instance Methods

public methodEquals (inherited from Object)Determines whether the specified Object is equal to the current Object.
public methodGetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
public methodGetType (inherited from Object)Gets the Type of the current instance.
public methodToString (inherited from Object)Returns a String that represents the current Object.

See Also

PT_JOB_SETTINGS Class | com.plumtree.server Namespace | IPTJob