JAMS Developer Guide
Entry Class Members
Properties  Methods  Events


MVPSI.JAMS Namespace : Entry Class

The following tables list the members exposed by Entry.

Public Constructors
 NameDescription
Public ConstructorCreates an Entry.  
Top
Public Properties
 NameDescription
Public PropertyGets the Agent for the Entry  
Public PropertyGets the Agent for the Entry  
Public PropertyGets the name of the Agent for the Entry  
Public PropertyGets a list of audit trail events for this entry.  
Public PropertyGets the average elapsed time for this job.  
Public PropertyGets or sets the batch queue that this entry should be submitted to. This overides the default batch queue that is specified in the entry's folder definition.  
Public PropertyGets the BatchQueueID that the Entry is submitted to. This property is designed to be used by JAMS, not user code.  
Public PropertyGets the batch queue name for this entry  
Public PropertyGets the date and time that this entry completed.  
Public PropertyGets the UTC date and time that this entry completed.  
Public PropertyGets or Sets this Entry's state.  
Public PropertyGets the debug mode for this run. True if this was a debug run. Debug runs don't satisfy dependencies or fire triggers.  
Public PropertyGets the preferred name for the Job (optional)  
Public PropertyGet the list of Elements for this entry.  
Public PropertyGets an error message that describes the errors in the object. (Inherited from MVPSI.JAMS.BasePublicObject)
Public PropertyGets the ID of the JAMS Credential used to execute this entry  
Public PropertyGets the name of the JAMS Credential used to execute this entry  
Public PropertyGets the ID of agent that is actually executing the job. This cannot be set, it is automatically set when a job starts. This property is designed to be used by JAMS, not user code.  
Public PropertyGets the execution priority for this job.  
Public PropertyGets the final severity for this run.  
Public PropertyGets the final status for this run.  
Public PropertyGets the final status for this run.  
Public PropertyThe HasErrors property can be used to determine if the object has any errors. If the object needs to be validated, it is done before returning. (Inherited from MVPSI.JAMS.BasePublicObject)
Public PropertyGets the Held property. Returns true if this entry is currently Held.  
Public PropertyGets the HoldTime property. This entry will be released to run at this time.  
Public PropertyGets the HoldTime property. This entry will be released to run at this UTC time.  
Public PropertyGets the type of event that initiated this entry.  
Public PropertyGet or set a message associated with the current icon.  
Public PropertyWhen true, the overriden Icon will persist through the entry's lifecycle.  
Public PropertyIs this object in the middle of an edit? (Inherited from MVPSI.JAMS.BasePublicObject)
Public PropertyGets an identifier of an object that initiated this entry. For an InitiatorType of Trigger, this is the TriggerID. For an InitiatorType of Notify, Recover, Precheck and RepeatSubmit, this is a JAMS Entry.  
Public PropertyGets the type of event that initiated this entry.  
Public PropertyGets a GUID that identifies the object that initiated this entry. This is often the ElementUid of an element.  
Public PropertyReturns any error messages currently associated with this column. (Inherited from MVPSI.JAMS.BasePublicObject)
Public PropertyGets the JAMS entry number for this run of the entry.  
Public PropertyGets the JAMS Id for this Entry.  
Public PropertyGets the complete Job definition.  
Public PropertyGets the ID of the job. This property is designed to be used by JAMS, not user code.  
Public PropertyGets the name of the Job  
Public PropertyGets the JobStatus text.  
Public PropertyGets the JAMS Server that this run is from.  
Public PropertyGets a Stream which contains the LogFile for this entry.  
Public PropertyGets the Log filename for this Entry.  
Public PropertyGets the the Execution Method ID for this entry. This property is designed to be used by JAMS, not user code.  
Public PropertyGets the name of the entry's execution method.  
Public Property  
Public PropertyThe Modified property keeps track of modified state of this object. You cannot set the Modified property. If you modify the object, the modified property will be true until you end or cancel the update. (Inherited from MVPSI.JAMS.BasePublicObject)
Public PropertyGets the preferred job name (the default can be overriden by DisplayName property)  
Public PropertyThe NewObject property indicates that this object has just been created and has never been saved on a JAMS Server. (Inherited from MVPSI.JAMS.BasePublicObject)
Public PropertyGets the note added to this run when it was submitted.  
Public PropertyGets the Original HoldTime property. This is the value of the HoldTime property when this Entry was originally placed into the schedule.  
Public PropertyGets the Original HoldTime property. This is the value of the HoldTime property when this Entry was originally placed into the schedule UTC time.  
Public PropertyGets the list of Parameters for this entry.  
Public PropertyGets the Entry's parent folder ID.  
Public PropertyGets the fully qualified name of the entry's parent folder.  
Public PropertyGets the operating system's process identifier for this run.  
Public PropertyGets the list of Properties for this entry.  
Public PropertyGets the actual DNS name of the machine the job started on. This may not be an agent that is defined in JAMS. This name is used if JAMS needs to reconnect to the executing job.  
Public PropertyGets the RestartCount property. If this Entry has been restarted the value here indicates how many restarts have occured.  
Public PropertySpecifies the disposition of this entry when it completes. All entries are retained in a "completed" state for some perion of time.  
Public PropertyGets the length of time the Entry should be retained when the retain option is set to "Timed".  
Public Property/// Gets the run occurance number.  
Public PropertyGets the date and time that this entry was submitted to the JAMS schedule.  
Public PropertyGets the UTC date and time that this Entry was submitted to the JAMS schedule.  
Public PropertyGets the SchedulingPriority property.  
Public PropertyA snapshot of the Entry's source for this instance of the Entry.  
Public PropertyGets the collection of elements that make up the source code for this Entry  
Public PropertyGets the date and time that this entry actually started.  
Public PropertyGets the UTC date and time that this entry actually started.  
Public PropertyGets the identity of the user who submitted this run.  
Public PropertyThe Tags object manages the tags applied to this Entry.  
Public PropertyGets the full path to this Entry's temp file.  
Public PropertyGets the TodaysDate property. This is used as an anchor to translate english-language date specifications into DateTime values.  
Public PropertyThe Validated property keeps track of the validation state of this object. If the object has been modified, Validated will be false until the object has been successfully validated by the Validate method. (Inherited from MVPSI.JAMS.BasePublicObject)
Public PropertyGets or Sets this Entry's workflow instance id  
Public PropertyGets or Sets the next workflow event. This is used internally and should not change.  
Public PropertyGets or Sets this Entry's workflow State  
Public PropertyGets a list of workflow tracking records for this entry.  
Top
Public Methods
 NameDescription
Public MethodStarts an edit of this object. (Inherited from MVPSI.JAMS.BasePublicObject)
Public MethodCancels an edit of this object. (Inherited from MVPSI.JAMS.BasePublicObject)
Public MethodClears the error message for a property. (Inherited from MVPSI.JAMS.BasePublicObject)
Public MethodClearModified is designed to be used internally and should not be called from end-user code. Call Update() which saves the modifications and then calls ClearModified. (Inherited from MVPSI.JAMS.BasePublicObject)
Public Method/// Implementation of IComparable. Compares two Entry objects.  
Public MethodOverloaded. Abort or delete this entry.  
Public MethodEnds an edit of this object. Any changes are saved. (Inherited from MVPSI.JAMS.BasePublicObject)
Public Methodstatic (Shared in Visual Basic)Creates and loads an EntryList collection.  
Public MethodOverloaded. Holds this entry until released.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Load an Entry.  
Public MethodOverloaded. Releases this entry from one or more of it's scheduling requirements.  
Public Methodstatic (Shared in Visual Basic)Reprocesses the completion of the specified entry.  
Public Methodstatic (Shared in Visual Basic)Reschedules the entry.  
Public MethodOverloaded. Restarts an executing entry.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Restores a serialized object from the database.  
Public MethodOverloaded. Saves a serialized object to the database for this entry.  
Public MethodOverloaded. Sends data to the entry. The exact results produced by calling SendData are defined by the execution method. For example, calling SendData for a Workflow will resume the a bookmark named dataName, passing it the dataValue.  
Public MethodOverloaded. Sets the JobStatus, Icon, and Message of the current entry as well as if the Icon change is permanent.  
Public MethodSets the error message for a property. (Inherited from MVPSI.JAMS.BasePublicObject)
Public MethodMarks the object as modified. (Inherited from MVPSI.JAMS.BasePublicObject)
Public MethodOverloaded. Sets the current status of the entry. This status is displayed in the monitor view.  
Public MethodString representation of an Entry currently in the schedule.  
Public MethodOverridden. Throws a NotSupportedException, you cannot edit an Entry.  
Public MethodOverridden. Throws a NotSupportedException, you cannot edit an Entry.  
Public MethodUpdates the entry's elements.  
Public MethodThe Validate method is a virtual method used to validate the object. The default implantation does no validation it simply marks the object as valid. (Inherited from MVPSI.JAMS.BasePublicObject)
Public MethodUpdate the source of this entry.  
Top
Protected Methods
 NameDescription
Protected MethodAttempts to raise the PropertyChanged event (Inherited from MVPSI.JAMS.BasePublicObject)
Protected MethodAttempts to raise the PropertyChanging event (Inherited from MVPSI.JAMS.BasePublicObject)
Protected MethodSaveOriginal is called when an edit is about to begin. You override this method to save the original values. (Inherited from MVPSI.JAMS.BasePublicObject)
Top
Public Events
 NameDescription
Public EventEvent Handler for Property Changed Event (Inherited from MVPSI.JAMS.BasePublicObject)
Public EventEvent Handler for Property Changing Event (Inherited from MVPSI.JAMS.BasePublicObject)
Top
See Also

Reference

Entry Class
MVPSI.JAMS Namespace