IBProcess

Assembly: BPM;

Description

The IBProcess interface is used to work with the Process repository object.

Inheritance Hierarchy

          IBPBaseEntity

          IBProcessEntity

          IBProcess

Properties

  Property name Brief description

Description

The Description property determines process description.

Descriptor

The Descriptor property returns process description as a repository object.

Events

The Events property determines collection of process events.

Key The Key property returns process key in the repository.
Name The Name property determines process name in the repository.

Params

The Params property determines the collection of process parameters.

Stages

The Stages property determines process stages.

StarterFactory

The StarterFactory property returns the object used for process startup initialization.

Properties inherited from IBProcessEntity

  Property name Brief description
Id The Id property returns process entity identifier.
ParentProcess The ParentProcess property returns the parent process, to which the instance corresponds.
Type The Type property returns process entity type.

Properties inherited from IBPBaseEntity

  Property name Brief description
CacheKey The CacheKey property returns object key in data cache.

Methods inherited from IBProcessEntity

  Method name Brief description
ToStatusString The ToStatusString method returns entity string view.

Methods inherited from IBPBaseEntity

  Method name Brief description
Free The Free method deletes object from data cache.

See also:

BPM Assembly Interfaces