Click or drag to resize

Process Properties

The Process type exposes the following members.

Properties
  NameDescription
Public propertyChangingAttributes
Gets the attributes that are currently changing. Can be used in attribute change event handler to prevent stack overflow.
(Inherited from EditableDomainObject.)
Public propertyCode
Unique process code. [Required] [Filter(multi eq)] [ORD]
Public propertyConnections
List of ProcessConnection child objects, based on the Systems.Bpm.ProcessConnection.Process back reference
Public propertyCustomProperties
Gets the custom properties of the object.
(Inherited from EnterpriseOneEntityObject.)
Public propertyDescription
The description of this Process. [Filter(eq;like)]
Public propertyElements
List of ProcessElement child objects, based on the Systems.Bpm.ProcessElement.Process back reference
Public propertyExtendedProperties
Extended properties contain temporary (not persisted) values in the object instance.
(Inherited from EntityObject.)
Public propertyId
The unique Id of the entity object
(Inherited from EntityObject.)
Public propertyIsExecutable
Specifies whether the process is executable. In order to be executable, a process must contain enough execution details. Note, that some processes are only for documentation purposes and are not intended to be executed. [Required] [Default(false)] [Filter(eq)]
Public propertyIsGhost
Returns true when the object is a ghost object
(Inherited from EntityObject.)
Public propertyIsLoaded
Gets a value indicating whether the associated data for this domain object is loaded.
(Overrides EntityObjectIsLoaded.)
Public propertyIsPublished
Specifies whether the process is currently published for new instances. [Required] [Default(false)] [Filter(eq)]
Public propertyItemString
Gets or sets the value of a data attribute
(Inherited from DomainObject.)
Public propertyItemIDataAttribute
Gets or sets the value of a data attribute
(Inherited from DomainObject.)
Public propertyLanes
List of ProcessLane child objects, based on the Systems.Bpm.ProcessLane.Process back reference
Public propertyLocality
Process execution locality. Represents where the execution takes place and influences the selection of possible executors. For example, when L, the execution is private to the location, where the process originated. P=Same as parent; L=Location; C=Company; I=Intra-company. [Required] [Default("L")] [Filter(like)]
Public propertyName
The name of this Process. [Required] [Filter(eq;like)]
Public propertyNodes
List of ProcessNode child objects, based on the Systems.Bpm.ProcessNode.Process back reference
Public propertyNoEvents
Turns on "No events" mode and returns a class, that will turn it off when Disposed. See remarks for more info.
(Inherited from DomainObject.)
Public propertyObjectState
Gets the state of the domain object.
(Overrides EditableDomainObjectObjectState.)
Public propertyProcessGroup
The process group, to which this process belongs. [Required] [Filter(multi eq)]
Public propertyRepository
Provides access to ProcessesRepository repository methods
Public propertyTransaction
The EnterpriseOne transaction to which this object is attached.
(Inherited from EnterpriseOneEntityObject.)
Top
See Also