Top Method Summary
Options Name Purpose
Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery And (SmartWorkflowExecutionLogQuery) Joins a Query Entry using AND
Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery And (SmartWorkflowExecutionLogQuery, SmartWorkflowExecutionLogQuery) Joins two Query Entries using AND
Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery And (SmartWorkflowExecutionLogQuery, SmartWorkflowExecutionLogQuery, SmartWorkflowExecutionLogQuery) Joins three Query Entries using AND
Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery AndNot (SmartWorkflowExecutionLogQuery) Joins a Query Entry using AND NOT
Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery AndNot (SmartWorkflowExecutionLogQuery, SmartWorkflowExecutionLogQuery) Joins two Query Entries using AND NOT
Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery AndNot (SmartWorkflowExecutionLogQuery, SmartWorkflowExecutionLogQuery, SmartWorkflowExecutionLogQuery) Joins three Query Entries using AND NOT
Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery Or (SmartWorkflowExecutionLogQuery) Joins a Query Entry using OR
Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery Or (SmartWorkflowExecutionLogQuery, SmartWorkflowExecutionLogQuery) Joins two Query Entries using OR
Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery Or (SmartWorkflowExecutionLogQuery, SmartWorkflowExecutionLogQuery, SmartWorkflowExecutionLogQuery) Joins three Query Entries using OR
Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery OrNot (SmartWorkflowExecutionLogQuery) Joins a Query Entry using OR NOT
Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery OrNot (SmartWorkflowExecutionLogQuery, SmartWorkflowExecutionLogQuery) Joins two Query Entries using OR NOT
Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery OrNot (SmartWorkflowExecutionLogQuery, SmartWorkflowExecutionLogQuery, SmartWorkflowExecutionLogQuery) Joins three Query Entries using OR NOT

Top Constructor Summary
Options Name Purpose
SmartWorkflowExecutionLogQuery () Constructor for the SmartWorkflowExecutionLogQuery class
SmartWorkflowExecutionLogQuery (character) Constructor for the SmartWorkflowExecutionLogQuery class

Top Property Summary
Options Name Purpose
Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery And
Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery AndNot
Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQueryDateTimeTzPredicate ExecutionDateTime
Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQueryCharacterPredicate NewWorkflowStatusGuid
Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery Or
Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery OrNot
Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQueryCharacterPredicate PreviousWorkflowStatusGuid
Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQueryCharacterPredicate SessionID
Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQueryCharacterPredicate UserGuid
Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQueryCharacterPredicate UserName
Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQueryCharacterPredicate WorkflowExecutionLogGuid
Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQueryCharacterPredicate WorkflowGuid
Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQueryCharacterPredicate WorkflowInstanceGuid
Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQueryCharacterPredicate WorkflowName


Method Detail
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery And (SmartWorkflowExecutionLogQuery)

Purpose: Joins a Query Entry using AND
Notes:

Parameters:
poQuery Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery
The SmartWorkflowExecutionLogQuery instance to join using AND
Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery
The reference to the instance the call was issued on
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery And (SmartWorkflowExecutionLogQuery, SmartWorkflowExecutionLogQuery)

Purpose: Joins two Query Entries using AND
Notes:

Parameters:
poQuery1 Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery
The first SmartWorkflowExecutionLogQuery instance to join using AND
poQuery2 Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery
The second SmartWorkflowExecutionLogQuery instance to join using AND
Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery
The reference to the instance the call was issued on
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery And (SmartWorkflowExecutionLogQuery, SmartWorkflowExecutionLogQuery, SmartWorkflowExecutionLogQuery)

Purpose: Joins three Query Entries using AND
Notes:

Parameters:
poQuery1 Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery
The first SmartWorkflowExecutionLogQuery instance to join using AND
poQuery2 Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery
The second SmartWorkflowExecutionLogQuery instance to join using AND
poQuery3 Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery
The third SmartWorkflowExecutionLogQuery instance to join using AND
Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery
The reference to the instance the call was issued on
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery AndNot (SmartWorkflowExecutionLogQuery)

Purpose: Joins a Query Entry using AND NOT
Notes:

Parameters:
poQuery Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery
The SmartWorkflowExecutionLogQuery instance to join using AND NOT
Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery
The reference to the instance the call was issued on
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery AndNot (SmartWorkflowExecutionLogQuery, SmartWorkflowExecutionLogQuery)

Purpose: Joins two Query Entries using AND NOT
Notes:

Parameters:
poQuery1 Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery
The first SmartWorkflowExecutionLogQuery instance to join using AND NOT
poQuery2 Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery
The second SmartWorkflowExecutionLogQuery instance to join using AND NOT
Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery
The reference to the instance the call was issued on
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery AndNot (SmartWorkflowExecutionLogQuery, SmartWorkflowExecutionLogQuery, SmartWorkflowExecutionLogQuery)

Purpose: Joins three Query Entries using AND NOT
Notes:

Parameters:
poQuery1 Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery
The first SmartWorkflowExecutionLogQuery instance to join using AND NOT
poQuery2 Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery
The second SmartWorkflowExecutionLogQuery instance to join using AND NOT
poQuery3 Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery
The third SmartWorkflowExecutionLogQuery instance to join using AND NOT
Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery
The reference to the instance the call was issued on
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery Or (SmartWorkflowExecutionLogQuery)

Purpose: Joins a Query Entry using OR
Notes:

Parameters:
poQuery Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery
The SmartWorkflowExecutionLogQuery instance to join using OR
Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery
The reference to the instance the call was issued on
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery Or (SmartWorkflowExecutionLogQuery, SmartWorkflowExecutionLogQuery)

Purpose: Joins two Query Entries using OR
Notes:

Parameters:
poQuery1 Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery
The first SmartWorkflowExecutionLogQuery instance to join using OR
poQuery2 Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery
The second SmartWorkflowExecutionLogQuery instance to join using OR
Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery
The reference to the instance the call was issued on
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery Or (SmartWorkflowExecutionLogQuery, SmartWorkflowExecutionLogQuery, SmartWorkflowExecutionLogQuery)

Purpose: Joins three Query Entries using OR
Notes:

Parameters:
poQuery1 Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery
The first SmartWorkflowExecutionLogQuery instance to join using OR
poQuery2 Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery
The second SmartWorkflowExecutionLogQuery instance to join using OR
poQuery3 Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery
The third SmartWorkflowExecutionLogQuery instance to join using OR
Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery
The reference to the instance the call was issued on
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery OrNot (SmartWorkflowExecutionLogQuery)

Purpose: Joins a Query Entry using OR NOT
Notes:

Parameters:
poQuery Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery
The SmartWorkflowExecutionLogQuery instance to join using OR NOT
Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery
The reference to the instance the call was issued on
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery OrNot (SmartWorkflowExecutionLogQuery, SmartWorkflowExecutionLogQuery)

Purpose: Joins two Query Entries using OR NOT
Notes:

Parameters:
poQuery1 Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery
The first SmartWorkflowExecutionLogQuery instance to join using OR NOT
poQuery2 Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery
The second SmartWorkflowExecutionLogQuery instance to join using OR NOT
Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery
The reference to the instance the call was issued on
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery OrNot (SmartWorkflowExecutionLogQuery, SmartWorkflowExecutionLogQuery, SmartWorkflowExecutionLogQuery)

Purpose: Joins three Query Entries using OR NOT
Notes:

Parameters:
poQuery1 Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery
The first SmartWorkflowExecutionLogQuery instance to join using OR NOT
poQuery2 Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery
The second SmartWorkflowExecutionLogQuery instance to join using OR NOT
poQuery3 Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery
The third SmartWorkflowExecutionLogQuery instance to join using OR NOT
Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery
The reference to the instance the call was issued on


Constructor Detail
Top

SmartWorkflowExecutionLogQuery ()

Purpose: Constructor for the SmartWorkflowExecutionLogQuery class
Notes:

Top

SmartWorkflowExecutionLogQuery (character)

Purpose: Constructor for the SmartWorkflowExecutionLogQuery class
Notes:

Parameters:
pWorkflowExecutionLogGuid CHARACTER
The filter value for the eSmartWorkflowExecutionLog.WorkflowExecutionLogGuid field


Property Detail
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery And


Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery AndNot


Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQueryDateTimeTzPredicate ExecutionDateTime


Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQueryDateTimeTzPredicate
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQueryCharacterPredicate NewWorkflowStatusGuid


Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery Or


Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery OrNot


Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQueryCharacterPredicate PreviousWorkflowStatusGuid


Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQueryCharacterPredicate SessionID


Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQueryCharacterPredicate UserGuid


Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQueryCharacterPredicate UserName


Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQueryCharacterPredicate WorkflowExecutionLogGuid


Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQueryCharacterPredicate WorkflowGuid


Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQueryCharacterPredicate WorkflowInstanceGuid


Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQueryCharacterPredicate WorkflowName


Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQueryCharacterPredicate


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       06.07.2026 14:35:49