Class WorkflowProcessTimer
OptimaJet.Workflow.Oracle.WorkflowProcessTimer
Namespace: OptimaJet.Workflow.Oracle
public class WorkflowProcessTimer : DbObject<ProcessTimerEntity>Inheritance
- System.Object
- OptimaJet.Workflow.Oracle.DbObject{OptimaJet.Workflow.Core.Entities.ProcessTimerEntity}
Constructors
public WorkflowProcessTimer(string schemaName, int commandTimeout) #Parameters
Name
Type
Description
schemaNameStringcommandTimeoutInt32Methods
public Task<int> DeleteInactiveByProcessIdAsync(OracleConnection connection, Guid processId, OracleTransaction transaction = null) #Parameters
Name
Type
Description
connectionOracleConnectionprocessIdGuidtransactionOracleTransactionReturns
Type
Description
Task<Int32>public Task<int> DeleteByProcessIdAsync(OracleConnection connection, Guid processId, List<string> timersIgnoreList = null, OracleTransaction transaction = null) #Parameters
Name
Type
Description
connectionOracleConnectionprocessIdGuidtimersIgnoreListList<String>transactionOracleTransactionReturns
Type
Description
Task<Int32>public Task<ProcessTimerEntity> SelectByProcessIdAndNameAsync(OracleConnection connection, Guid processId, string name) #Parameters
Name
Type
Description
connectionOracleConnectionprocessIdGuidnameStringReturns
Type
Description
Task<ProcessTimerEntity>public Task<IEnumerable<ProcessTimerEntity>> SelectByProcessIdAsync(OracleConnection connection, Guid processId) #Parameters
Name
Type
Description
connectionOracleConnectionprocessIdGuidReturns
Type
Description
Task<ProcessTimerEntity>public Task<IEnumerable<ProcessTimerEntity>> SelectActiveByProcessIdAsync(OracleConnection connection, Guid processId) #Parameters
Name
Type
Description
connectionOracleConnectionprocessIdGuidReturns
Type
Description
Task<ProcessTimerEntity>public Task<int> SetTimerIgnoreAsync(OracleConnection connection, Guid timerId, OracleTransaction transaction = null) #Parameters
Name
Type
Description
connectionOracleConnectiontimerIdGuidtransactionOracleTransactionReturns
Type
Description
Task<Int32>public Task<ProcessTimerEntity[]> GetTopTimersToExecuteAsync(OracleConnection connection, int top, DateTime now) #Parameters
Name
Type
Description
connectionOracleConnectiontopInt32nowDateTimeReturns
Type
Description
Task<ProcessTimerEntity[]>