Top Method Summary
Options Name Purpose
Consultingwerk.SmartFramework.Workflow.SmartWorkflowStatusActivityTableModel CreateCurrentRecordView () Creates a new instance of the SmartWorkflowStatusActivityTableModel as a view model for the current record
Consultingwerk.SmartFramework.Workflow.SmartWorkflowStatusActivityTableModel CreateView () Creates a new instance of the SmartWorkflowStatusActivityTableModel as a view model
Consultingwerk.SmartFramework.Workflow.SmartWorkflowStatusActivityTableModel Fill (IFetchDataByKeyTableParameter) Fills the DatasetModel based on the given IFetchDataByKeyTableParameter
Consultingwerk.SmartFramework.Workflow.SmartWorkflowStatusActivityTableModel Fill (SmartWorkflowStatusActivityQuery) Fills the TableModel or filters the View TableModel based on the given TableQuery
Consultingwerk.SmartFramework.Workflow.SmartWorkflowStatusActivityTableModel Fill (SmartWorkflowStatusActivityQuery, OnNotAvailableEnum) Fills the TableModel or filters the View TableModel based on the given TableQuery
CHARACTER InvokeMethodNameWhenAvailable (character) Returns the value of the InvokeMethodName field when a record is available
Consultingwerk.SmartFramework.Workflow.SmartWorkflowStatusActivityTableModelFilter ResetFilter () Resets the TableModel Filter
CHARACTER ResultWorkflowStatusGuidWhenAvailable (character) Returns the value of the ResultWorkflowStatusGuid field when a record is available
CHARACTER ResultWorkflowStatusNameWhenAvailable (character) Returns the value of the ResultWorkflowStatusName field when a record is available
Consultingwerk.SmartFramework.Workflow.SmartWorkflowStatusActivityTableModel SetBatching (logical) Sets the Batching property
Consultingwerk.SmartFramework.Workflow.SmartWorkflowStatusActivityTableModel SetFillSmartWorkflow (logical) Gets if the table eSmartWorkflow should be populated as well
Consultingwerk.SmartFramework.Workflow.SmartWorkflowStatusActivityTableModel SetFillSmartWorkflowActivity (logical) Gets if the table eSmartWorkflowActivity should be populated as well
Consultingwerk.SmartFramework.Workflow.SmartWorkflowStatusActivityTableModel SetFillSmartWorkflowStatus (logical) Gets if the table eSmartWorkflowStatus should be populated as well
Consultingwerk.SmartFramework.Workflow.SmartWorkflowStatusActivityTableModel SetFillSmartWorkflowSwimlane (logical) Gets if the table eSmartWorkflowSwimlane should be populated as well
LOGICAL SystemOwnedWhenAvailable (logical) Returns the value of the SystemOwned field when a record is available
LOGICAL UpdateStatusFieldAllowedWhenAvailable (logical) Returns the value of the UpdateStatusFieldAllowed field when a record is available
CHARACTER WorkflowActivityGuidWhenAvailable (character) Returns the value of the WorkflowActivityGuid field when a record is available
CHARACTER WorkflowActivityNameWhenAvailable (character) Returns the value of the WorkflowActivityName field when a record is available
CHARACTER WorkflowStatusActivityGuidWhenAvailable (character) Returns the value of the WorkflowStatusActivityGuid field when a record is available
CHARACTER WorkflowStatusGuidWhenAvailable (character) Returns the value of the WorkflowStatusGuid field when a record is available
CHARACTER WorkflowStatusNameWhenAvailable (character) Returns the value of the WorkflowStatusName field when a record is available

Top Constructor Summary
Options Name Purpose
SmartWorkflowStatusActivityTableModel_Generated () Constructor for the SmartWorkflowStatusActivityTableModel_Generated class
SmartWorkflowStatusActivityTableModel_Generated (DatasetModel, handle) Constructor for the SmartWorkflowStatusActivityTableModel_Generated class
SmartWorkflowStatusActivityTableModel_Generated (handle) Constructor for the SmartWorkflowStatusActivityTableModel class
SmartWorkflowStatusActivityTableModel_Generated (handle, BufferModelGcModeEnum) Constructor for the SmartWorkflowStatusActivityTableModel class
SmartWorkflowStatusActivityTableModel_Generated (SmartWorkflowStatusActivityTableModel, handle) Constructor for the SmartWorkflowStatusActivityTableModel_Generated class

Top Property Summary
Options Name Purpose
LOGICAL FillSmartWorkflow
LOGICAL FillSmartWorkflowActivity
LOGICAL FillSmartWorkflowStatus
LOGICAL FillSmartWorkflowSwimlane
Consultingwerk.SmartFramework.Workflow.SmartWorkflowStatusActivityTableModelFilter Filter
CHARACTER InvokeMethodName
CHARACTER ResultWorkflowStatusGuid
CHARACTER ResultWorkflowStatusName
Consultingwerk.SmartFramework.Workflow.SmartWorkflowStatusActivityTableModelSort SortBy
LOGICAL SystemOwned
LOGICAL UpdateStatusFieldAllowed
CHARACTER WorkflowActivityGuid
CHARACTER WorkflowActivityName
CHARACTER WorkflowStatusActivityGuid
CHARACTER WorkflowStatusGuid
CHARACTER WorkflowStatusName


Method Detail
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowStatusActivityTableModel CreateCurrentRecordView ()

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

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

Consultingwerk.SmartFramework.Workflow.SmartWorkflowStatusActivityTableModel CreateView ()

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

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

Consultingwerk.SmartFramework.Workflow.SmartWorkflowStatusActivityTableModel 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.SmartWorkflowStatusActivityTableModel
The reference to this TableModel instance
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowStatusActivityTableModel Fill (SmartWorkflowStatusActivityQuery)

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

Parameters:
poQuery Consultingwerk.SmartFramework.Workflow.SmartWorkflowStatusActivityQuery
The reference to the SmartWorkflowStatusActivityTableModelQuery
Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowStatusActivityTableModel
The reference to this TableModel instance
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowStatusActivityTableModel Fill (SmartWorkflowStatusActivityQuery, OnNotAvailableEnum)

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

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

CHARACTER InvokeMethodNameWhenAvailable (character)

Purpose: Returns the value of the InvokeMethodName 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.SmartWorkflowStatusActivityTableModelFilter ResetFilter ()

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

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

CHARACTER ResultWorkflowStatusGuidWhenAvailable (character)

Purpose: Returns the value of the ResultWorkflowStatusGuid 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 ResultWorkflowStatusNameWhenAvailable (character)

Purpose: Returns the value of the ResultWorkflowStatusName 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.SmartWorkflowStatusActivityTableModel 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.SmartWorkflowStatusActivityTableModel
The reference to the &1 instance itself
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowStatusActivityTableModel SetFillSmartWorkflow (logical)

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

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

Consultingwerk.SmartFramework.Workflow.SmartWorkflowStatusActivityTableModel 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.SmartWorkflowStatusActivityTableModel
The reference to the TableModel for fluent style code
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowStatusActivityTableModel 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.SmartWorkflowStatusActivityTableModel
The reference to the TableModel for fluent style code
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowStatusActivityTableModel 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.SmartWorkflowStatusActivityTableModel
The reference to the TableModel for fluent style code
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

LOGICAL UpdateStatusFieldAllowedWhenAvailable (logical)

Purpose: Returns the value of the UpdateStatusFieldAllowed 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 WorkflowActivityGuidWhenAvailable (character)

Purpose: Returns the value of the WorkflowActivityGuid 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 WorkflowActivityNameWhenAvailable (character)

Purpose: Returns the value of the WorkflowActivityName 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 WorkflowStatusActivityGuidWhenAvailable (character)

Purpose: Returns the value of the WorkflowStatusActivityGuid 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 WorkflowStatusGuidWhenAvailable (character)

Purpose: Returns the value of the WorkflowStatusGuid 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 WorkflowStatusNameWhenAvailable (character)

Purpose: Returns the value of the WorkflowStatusName 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


Constructor Detail
Top

SmartWorkflowStatusActivityTableModel_Generated ()

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

Top

SmartWorkflowStatusActivityTableModel_Generated (DatasetModel, handle)

Purpose: Constructor for the SmartWorkflowStatusActivityTableModel_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

SmartWorkflowStatusActivityTableModel_Generated (handle)

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

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

SmartWorkflowStatusActivityTableModel_Generated (handle, BufferModelGcModeEnum)

Purpose: Constructor for the SmartWorkflowStatusActivityTableModel 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

SmartWorkflowStatusActivityTableModel_Generated (SmartWorkflowStatusActivityTableModel, handle)

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

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


Property Detail
Top

LOGICAL FillSmartWorkflow


Returns LOGICAL
Top

LOGICAL FillSmartWorkflowActivity


Returns LOGICAL
Top

LOGICAL FillSmartWorkflowStatus


Returns LOGICAL
Top

LOGICAL FillSmartWorkflowSwimlane


Returns LOGICAL
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowStatusActivityTableModelFilter Filter


Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowStatusActivityTableModelFilter
Top

CHARACTER InvokeMethodName


Returns CHARACTER
Top

CHARACTER ResultWorkflowStatusGuid


Returns CHARACTER
Top

CHARACTER ResultWorkflowStatusName


Returns CHARACTER
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowStatusActivityTableModelSort SortBy


Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowStatusActivityTableModelSort
Top

LOGICAL SystemOwned


Returns LOGICAL
Top

LOGICAL UpdateStatusFieldAllowed


Returns LOGICAL
Top

CHARACTER WorkflowActivityGuid


Returns CHARACTER
Top

CHARACTER WorkflowActivityName


Returns CHARACTER
Top

CHARACTER WorkflowStatusActivityGuid


Returns CHARACTER
Top

CHARACTER WorkflowStatusGuid


Returns CHARACTER
Top

CHARACTER WorkflowStatusName


Returns CHARACTER


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