Workflow Engine .NET

Assembly: OptimaJet.Workflow.PostgreSQL

Class WorkflowGlobalParameter

OptimaJet.Workflow.PostgreSQL.WorkflowGlobalParameter

public class WorkflowGlobalParameter : DbObject<GlobalParameterEntity>

Inheritance

  • System.Object
  • OptimaJet.Workflow.PostgreSQL.DbObject{OptimaJet.Workflow.Core.Entities.GlobalParameterEntity}

Constructors

public WorkflowGlobalParameter(string schemaName, int commandTimeout) #

Parameters

Name
Type
Description
schemaName
String
commandTimeout
Int32

Methods

public Task<GlobalParameterEntity[]> SelectByTypeAndNameAsync(NpgsqlConnection connection, string type, string name = null, Sorting sort = null, string tenantId = null) #

Parameters

Name
Type
Description
connection
NpgsqlConnection
type
String
name
String
sort
Sorting
tenantId
String

Returns

Type
Description
Task<GlobalParameterEntity[]>
public Task<GlobalParameterEntity[]> SearchByTypeAndNameWithPagingAsync(NpgsqlConnection connection, string type, string name = null, Paging paging = null, Sorting sort = null, string tenantId = null) #

Parameters

Name
Type
Description
connection
NpgsqlConnection
type
String
name
String
paging
Paging
sort
Sorting
tenantId
String

Returns

Type
Description
Task<GlobalParameterEntity[]>
public Task<int> GetCountByTypeAndNameAsync(NpgsqlConnection connection, string type, string name = null, string tenantId = null) #

Parameters

Name
Type
Description
connection
NpgsqlConnection
type
String
name
String
tenantId
String

Returns

Type
Description
Task<Int32>
public Task<int> DeleteByTypeAndNameAsync(NpgsqlConnection connection, string type, string name = null, string tenantId = null) #

Parameters

Name
Type
Description
connection
NpgsqlConnection
type
String
name
String
tenantId
String

Returns

Type
Description
Task<Int32>