DocumentJob Properties |
The DocumentJob type exposes the following members.
Name | Description | |
---|---|---|
![]() | ChangingAttributes |
Gets the attributes that are currently changing. Can be used in attribute change event handler to prevent stack overflow.
(Inherited from EditableDomainObject.) |
![]() | CustomProperties |
Gets the custom properties of the object.
(Inherited from EnterpriseOneEntityObject.) |
![]() | DocumentType | The type of the document, whose state will be changed. [Required] [Filter(multi eq)] |
![]() | ExtendedProperties |
Extended properties contain temporary (not persisted) values in the object instance.
(Inherited from EntityObject.) |
![]() | FilterXml | Specifies the documents, whose state will be changed. [Required] |
![]() | Id |
The unique Id of the entity object
(Inherited from EntityObject.) |
![]() | IsActive | Specifies whether the job is active and ready for running. [Required] [Default(true)] [Filter(eq)] (Inherited from Job.) |
![]() | IsGhost |
Returns true when the object is a ghost object
(Inherited from EntityObject.) |
![]() | IsLoaded | Gets a value indicating whether the associated data for this domain object is loaded. (Overrides JobIsLoaded.) |
![]() | ItemString |
Gets or sets the value of a data attribute
(Inherited from DomainObject.) |
![]() | ItemIDataAttribute |
Gets or sets the value of a data attribute
(Inherited from DomainObject.) |
![]() | JobId | Gets the Id of the job row, related to the domain object (Inherited from Job.) |
![]() | JobType | The system type of the job. DOC=Document Change State, POS=Run Postponed Events, DNT=Delete Old Notifications. [Required] [Filter(multi eq)] (Inherited from Job.) |
![]() | Name | The name of the job. [Required] [Filter(eq;like)] [ORD] (Inherited from Job.) |
![]() | NewState | Specifies the state, which should be set to the documents, matching the filter. [Required] |
![]() | NewUserStatus | Specifies the user status, which should be set to the documents, matching the filter. The user statuses are defined for the selected document type. [Filter(multi eq)] |
![]() | NoEvents |
Turns on "No events" mode and returns a class, that will turn it off when Disposed. See remarks for more info.
(Inherited from DomainObject.) |
![]() | Notes | Notes for this Job. (Inherited from Job.) |
![]() | ObjectState | Gets the state of the domain object. (Overrides JobObjectState.) |
![]() | Repository | Provides access to DocumentJobsRepository repository methods |
![]() | RunOnIdle | Specifies whether to automatically run the job when the server is idle. [Required] [Default(true)] [Filter(eq)] (Inherited from Job.) |
![]() | Transaction |
The EnterpriseOne transaction to which this object is attached.
(Inherited from EnterpriseOneEntityObject.) |