Class WorkflowApprovalHistory
OptimaJet.Workflow.Oracle.WorkflowApprovalHistory
Namespace: OptimaJet.Workflow.Oracle
public class WorkflowApprovalHistory : DbObject<ApprovalHistoryEntity>Inheritance
- System.Object
- OptimaJet.Workflow.Oracle.DbObject{OptimaJet.Workflow.Core.Entities.ApprovalHistoryEntity}
Constructors
public WorkflowApprovalHistory(string schemaName, int commandTimeout) #Parameters
Name
Type
Description
schemaNameStringcommandTimeoutInt32Methods
public static ApprovalHistoryEntity ToDb(ApprovalHistoryItem historyItem) #Parameters
Name
Type
Description
historyItemApprovalHistoryItemReturns
Type
Description
ApprovalHistoryEntitypublic static ApprovalHistoryItem FromDb(ApprovalHistoryEntity historyItem) #Parameters
Name
Type
Description
historyItemApprovalHistoryEntityReturns
Type
Description
ApprovalHistoryItempublic Task<List<OutboxItem>> SelectOutboxByIdentityIdAsync(OracleConnection connection, string identityId, Paging paging = null) #Parameters
Name
Type
Description
connectionOracleConnectionidentityIdStringpagingPagingReturns
Type
Description
Task<OutboxItem>public Task<int> GetOutboxCountByIdentityIdAsync(OracleConnection connection, string identityId) #Parameters
Name
Type
Description
connectionOracleConnectionidentityIdStringReturns
Type
Description
Task<Int32>public Task<int> DeleteByProcessIdAsync(OracleConnection connection, Guid processId, OracleTransaction transaction = null) #Parameters
Name
Type
Description
connectionOracleConnectionprocessIdGuidtransactionOracleTransactionReturns
Type
Description
Task<Int32>public Task<List<ApprovalHistoryEntity>> SelectByProcessIdAsync(OracleConnection connection, Guid processId) #Parameters
Name
Type
Description
connectionOracleConnectionprocessIdGuidReturns
Type
Description
Task<ApprovalHistoryEntity>public Task<List<ApprovalHistoryEntity>> SelectByIdentityIdAsync(OracleConnection connection, string identityId) #Parameters
Name
Type
Description
connectionOracleConnectionidentityIdStringReturns
Type
Description
Task<ApprovalHistoryEntity>