Top Method Summary
Options Name Purpose
CHARACTER BusinessEntityNameWhenAvailable (character) Returns the value of the BusinessEntityName field when a record is available
CHARACTER BusinessEntityPackageWhenAvailable (character) Returns the value of the BusinessEntityPackage field when a record is available
CHARACTER BusinessEntityTableGuidWhenAvailable (character) Returns the value of the BusinessEntityTableGuid field when a record is available
Consultingwerk.SmartFramework.Workflow.SmartWorkflowTableModel CreateCurrentRecordView () Creates a new instance of the SmartWorkflowTableModel as a view model for the current record
Consultingwerk.SmartFramework.Workflow.SmartWorkflowTableModel CreateView () Creates a new instance of the SmartWorkflowTableModel as a view model
Consultingwerk.SmartFramework.Workflow.SmartWorkflowTableModel Fill (IFetchDataByKeyTableParameter) Fills the DatasetModel based on the given IFetchDataByKeyTableParameter
Consultingwerk.SmartFramework.Workflow.SmartWorkflowTableModel Fill (SmartWorkflowQuery) Fills the TableModel or filters the View TableModel based on the given TableQuery
Consultingwerk.SmartFramework.Workflow.SmartWorkflowTableModel Fill (SmartWorkflowQuery, OnNotAvailableEnum) Fills the TableModel or filters the View TableModel based on the given TableQuery
Consultingwerk.SmartFramework.Workflow.SmartWorkflowTableModelFilter ResetFilter () Resets the TableModel Filter
Consultingwerk.SmartFramework.Workflow.SmartWorkflowTableModel SetBatching (logical) Sets the Batching property
Consultingwerk.SmartFramework.Workflow.SmartWorkflowTableModel SetFillSmartWorkflowActivity (logical) Gets if the table eSmartWorkflowActivity should be populated as well
Consultingwerk.SmartFramework.Workflow.SmartWorkflowTableModel SetFillSmartWorkflowStatus (logical) Gets if the table eSmartWorkflowStatus should be populated as well
Consultingwerk.SmartFramework.Workflow.SmartWorkflowTableModel SetFillSmartWorkflowStatusActivity (logical) Gets if the table eSmartWorkflowStatusActivity should be populated as well
Consultingwerk.SmartFramework.Workflow.SmartWorkflowTableModel SetFillSmartWorkflowSwimlane (logical) Gets if the table eSmartWorkflowSwimlane should be populated as well
CHARACTER StatusFieldWhenAvailable (character) Returns the value of the StatusField field when a record is available
LOGICAL SystemOwnedWhenAvailable (logical) Returns the value of the SystemOwned field when a record is available
CHARACTER TableNameWhenAvailable (character) Returns the value of the TableName field when a record is available
CHARACTER WorkflowDescriptionWhenAvailable (character) Returns the value of the WorkflowDescription field when a record is available
CHARACTER WorkflowGuidWhenAvailable (character) Returns the value of the WorkflowGuid field when a record is available
CHARACTER WorkflowNameWhenAvailable (character) Returns the value of the WorkflowName field when a record is available
INTEGER WorkflowOrderWhenAvailable (integer) Returns the value of the WorkflowOrder field when a record is available

Top Constructor Summary
Options Name Purpose
SmartWorkflowTableModel_Generated () Constructor for the SmartWorkflowTableModel_Generated class
SmartWorkflowTableModel_Generated (DatasetModel, handle) Constructor for the SmartWorkflowTableModel_Generated class
SmartWorkflowTableModel_Generated (handle) Constructor for the SmartWorkflowTableModel class
SmartWorkflowTableModel_Generated (handle, BufferModelGcModeEnum) Constructor for the SmartWorkflowTableModel class
SmartWorkflowTableModel_Generated (SmartWorkflowTableModel, handle) Constructor for the SmartWorkflowTableModel_Generated class

Top Property Summary
Options Name Purpose
CHARACTER BusinessEntityName
CHARACTER BusinessEntityPackage
CHARACTER BusinessEntityTableGuid
LOGICAL FillSmartWorkflowActivity
LOGICAL FillSmartWorkflowStatus
LOGICAL FillSmartWorkflowStatusActivity
LOGICAL FillSmartWorkflowSwimlane
Consultingwerk.SmartFramework.Workflow.SmartWorkflowTableModelFilter Filter
Consultingwerk.SmartFramework.Workflow.SmartWorkflowTableModelSort SortBy
CHARACTER StatusField
LOGICAL SystemOwned
CHARACTER TableName
CHARACTER WorkflowDescription
CHARACTER WorkflowGuid
CHARACTER WorkflowName
INTEGER WorkflowOrder


Method Detail
Top

CHARACTER BusinessEntityNameWhenAvailable (character)

Purpose: Returns the value of the BusinessEntityName field when a record is available
Notes: Returns the default value, when no record

Parameters:
pDefaultValue CHARACTER
The default value to return when no record is available
Returns CHARACTER
The field value or the default value when no record is available
Top

CHARACTER BusinessEntityPackageWhenAvailable (character)

Purpose: Returns the value of the BusinessEntityPackage field when a record is available
Notes: Returns the default value, when no record

Parameters:
pDefaultValue CHARACTER
The default value to return when no record is available
Returns CHARACTER
The field value or the default value when no record is available
Top

CHARACTER BusinessEntityTableGuidWhenAvailable (character)

Purpose: Returns the value of the BusinessEntityTableGuid field when a record is available
Notes: Returns the default value, when no record

Parameters:
pDefaultValue CHARACTER
The default value to return when no record is available
Returns CHARACTER
The field value or the default value when no record is available
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowTableModel CreateCurrentRecordView ()

Purpose: Creates a new instance of the SmartWorkflowTableModel as a view model for the current record
Notes:

Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowTableModel
The SmartWorkflowTableModel as the view model
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowTableModel CreateView ()

Purpose: Creates a new instance of the SmartWorkflowTableModel as a view model
Notes:

Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowTableModel
The SmartWorkflowTableModel as the view model
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowTableModel Fill (IFetchDataByKeyTableParameter)

Purpose: Fills the DatasetModel based on the given IFetchDataByKeyTableParameter
Notes: The Tables property of the IFetchDataByKeyTableParameter should match the
FillChildTables property of the TableModel instance

Parameters:
poFetchDataByKeyTableParameter Consultingwerk.OERA.IFetchDataByKeyTableParameter
The IFetchDataByKeyTableParameter to populate the DatasetModel with
Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowTableModel
The reference to this TableModel instance
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowTableModel Fill (SmartWorkflowQuery)

Purpose: Fills the TableModel or filters the View TableModel based on the given
TableQuery
Notes:

Parameters:
poQuery Consultingwerk.SmartFramework.Workflow.SmartWorkflowQuery
The reference to the SmartWorkflowTableModelQuery
Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowTableModel
The reference to this TableModel instance
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowTableModel Fill (SmartWorkflowQuery, OnNotAvailableEnum)

Purpose: Fills the TableModel or filters the View TableModel based on the given
TableQuery
Notes:

Parameters:
poQuery Consultingwerk.SmartFramework.Workflow.SmartWorkflowQuery
The reference to the SmartWorkflowTableModelQuery
poOnNotAvailable Consultingwerk.OERA.OnNotAvailableEnum
OnNotAvailableEnum member describing if the TableModel should throw an error on not available
Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowTableModel
The reference to this TableModel instance
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowTableModelFilter ResetFilter ()

Purpose: Resets the TableModel Filter
Notes: Strong-typed variant of the TableModelFilter:Reset() method

Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowTableModelFilter
The SmartWorkflowTableModelFilter instance
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowTableModel SetBatching (logical)

Purpose: Sets the Batching property
Notes: Fluent interface

Parameters:
plBatching LOGICAL
Logical value indicating if Batching should be used
Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowTableModel
The reference to the &1 instance itself
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowTableModel SetFillSmartWorkflowActivity (logical)

Purpose: Gets if the table eSmartWorkflowActivity should be populated as well
Notes:

Parameters:
plFill LOGICAL
Logical value indicating if the table should be populated
Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowTableModel
The reference to the TableModel for fluent style code
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowTableModel SetFillSmartWorkflowStatus (logical)

Purpose: Gets if the table eSmartWorkflowStatus should be populated as well
Notes:

Parameters:
plFill LOGICAL
Logical value indicating if the table should be populated
Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowTableModel
The reference to the TableModel for fluent style code
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowTableModel SetFillSmartWorkflowStatusActivity (logical)

Purpose: Gets if the table eSmartWorkflowStatusActivity should be populated as well
Notes:

Parameters:
plFill LOGICAL
Logical value indicating if the table should be populated
Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowTableModel
The reference to the TableModel for fluent style code
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowTableModel SetFillSmartWorkflowSwimlane (logical)

Purpose: Gets if the table eSmartWorkflowSwimlane should be populated as well
Notes:

Parameters:
plFill LOGICAL
Logical value indicating if the table should be populated
Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowTableModel
The reference to the TableModel for fluent style code
Top

CHARACTER StatusFieldWhenAvailable (character)

Purpose: Returns the value of the StatusField field when a record is available
Notes: Returns the default value, when no record

Parameters:
pDefaultValue CHARACTER
The default value to return when no record is available
Returns CHARACTER
The field value or the default value when no record is available
Top

LOGICAL SystemOwnedWhenAvailable (logical)

Purpose: Returns the value of the SystemOwned field when a record is available
Notes: Returns the default value, when no record

Parameters:
pDefaultValue LOGICAL
The default value to return when no record is available
Returns LOGICAL
The field value or the default value when no record is available
Top

CHARACTER TableNameWhenAvailable (character)

Purpose: Returns the value of the TableName field when a record is available
Notes: Returns the default value, when no record

Parameters:
pDefaultValue CHARACTER
The default value to return when no record is available
Returns CHARACTER
The field value or the default value when no record is available
Top

CHARACTER WorkflowDescriptionWhenAvailable (character)

Purpose: Returns the value of the WorkflowDescription field when a record is available
Notes: Returns the default value, when no record

Parameters:
pDefaultValue CHARACTER
The default value to return when no record is available
Returns CHARACTER
The field value or the default value when no record is available
Top

CHARACTER WorkflowGuidWhenAvailable (character)

Purpose: Returns the value of the WorkflowGuid field when a record is available
Notes: Returns the default value, when no record

Parameters:
pDefaultValue CHARACTER
The default value to return when no record is available
Returns CHARACTER
The field value or the default value when no record is available
Top

CHARACTER WorkflowNameWhenAvailable (character)

Purpose: Returns the value of the WorkflowName field when a record is available
Notes: Returns the default value, when no record

Parameters:
pDefaultValue CHARACTER
The default value to return when no record is available
Returns CHARACTER
The field value or the default value when no record is available
Top

INTEGER WorkflowOrderWhenAvailable (integer)

Purpose: Returns the value of the WorkflowOrder field when a record is available
Notes: Returns the default value, when no record

Parameters:
pDefaultValue INTEGER
The default value to return when no record is available
Returns INTEGER
The field value or the default value when no record is available


Constructor Detail
Top

SmartWorkflowTableModel_Generated ()

Purpose: Constructor for the SmartWorkflowTableModel_Generated class
Notes: Creates a buffer model based on a dynamic internal temp-table in the model class

Top

SmartWorkflowTableModel_Generated (DatasetModel, handle)

Purpose: Constructor for the SmartWorkflowTableModel_Generated class
Notes:

Parameters:
poDatasetModel Consultingwerk.OERA.DatasetModel
The reference to the owning DatasetModel
phBufferHandle HANDLE
The handle of the ProDataset member buffer this TableModel represents
Top

SmartWorkflowTableModel_Generated (handle)

Purpose: Constructor for the SmartWorkflowTableModel class
Notes: Creates a buffer model

Parameters:
phBufferHandle HANDLE
The handle of the ProDataset member buffer this TableModel represents
Top

SmartWorkflowTableModel_Generated (handle, BufferModelGcModeEnum)

Purpose: Constructor for the SmartWorkflowTableModel class
Notes: Creates a buffer model

Parameters:
phBufferHandle HANDLE
The handle of the ProDataset member buffer this TableModel represents
poGcMode Consultingwerk.OERA.BufferModelGcModeEnum
The BufferModelGcModeEnum describing if the buffer or table handle should be deleted with the BufferModel instance
Top

SmartWorkflowTableModel_Generated (SmartWorkflowTableModel, handle)

Purpose: Constructor for the SmartWorkflowTableModel_Generated class
Notes: Creates a view model

Parameters:
poTableModel Consultingwerk.SmartFramework.Workflow.SmartWorkflowTableModel
The reference to SmartWorkflowTableModel on which this SmartWorkflowTableModel servers as a ViewModel
phBufferHandle HANDLE
The handle of the ProDataset member buffer this TableModel represents


Property Detail
Top

CHARACTER BusinessEntityName


Returns CHARACTER
Top

CHARACTER BusinessEntityPackage


Returns CHARACTER
Top

CHARACTER BusinessEntityTableGuid


Returns CHARACTER
Top

LOGICAL FillSmartWorkflowActivity


Returns LOGICAL
Top

LOGICAL FillSmartWorkflowStatus


Returns LOGICAL
Top

LOGICAL FillSmartWorkflowStatusActivity


Returns LOGICAL
Top

LOGICAL FillSmartWorkflowSwimlane


Returns LOGICAL
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowTableModelFilter Filter


Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowTableModelFilter
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowTableModelSort SortBy


Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowTableModelSort
Top

CHARACTER StatusField


Returns CHARACTER
Top

LOGICAL SystemOwned


Returns LOGICAL
Top

CHARACTER TableName


Returns CHARACTER
Top

CHARACTER WorkflowDescription


Returns CHARACTER
Top

CHARACTER WorkflowGuid


Returns CHARACTER
Top

CHARACTER WorkflowName


Returns CHARACTER
Top

INTEGER WorkflowOrder


Returns INTEGER


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       13.04.2026 10:29:15