workflowinstance

package
v1.27.12 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 15, 2026 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the workflowinstance type in the database.
	Label = "workflow_instance"
	// FieldID holds the string denoting the id field in the database.
	FieldID = "id"
	// FieldCreatedAt holds the string denoting the created_at field in the database.
	FieldCreatedAt = "created_at"
	// FieldUpdatedAt holds the string denoting the updated_at field in the database.
	FieldUpdatedAt = "updated_at"
	// FieldCreatedBy holds the string denoting the created_by field in the database.
	FieldCreatedBy = "created_by"
	// FieldUpdatedBy holds the string denoting the updated_by field in the database.
	FieldUpdatedBy = "updated_by"
	// FieldUpdatedByImpersonator holds the string denoting the updated_by_impersonator field in the database.
	FieldUpdatedByImpersonator = "updated_by_impersonator"
	// FieldDeletedAt holds the string denoting the deleted_at field in the database.
	FieldDeletedAt = "deleted_at"
	// FieldDeletedBy holds the string denoting the deleted_by field in the database.
	FieldDeletedBy = "deleted_by"
	// FieldDisplayID holds the string denoting the display_id field in the database.
	FieldDisplayID = "display_id"
	// FieldTags holds the string denoting the tags field in the database.
	FieldTags = "tags"
	// FieldOwnerID holds the string denoting the owner_id field in the database.
	FieldOwnerID = "owner_id"
	// FieldWorkflowDefinitionID holds the string denoting the workflow_definition_id field in the database.
	FieldWorkflowDefinitionID = "workflow_definition_id"
	// FieldWorkflowProposalID holds the string denoting the workflow_proposal_id field in the database.
	FieldWorkflowProposalID = "workflow_proposal_id"
	// FieldState holds the string denoting the state field in the database.
	FieldState = "state"
	// FieldContext holds the string denoting the context field in the database.
	FieldContext = "context"
	// FieldLastEvaluatedAt holds the string denoting the last_evaluated_at field in the database.
	FieldLastEvaluatedAt = "last_evaluated_at"
	// FieldDefinitionSnapshot holds the string denoting the definition_snapshot field in the database.
	FieldDefinitionSnapshot = "definition_snapshot"
	// FieldCurrentActionIndex holds the string denoting the current_action_index field in the database.
	FieldCurrentActionIndex = "current_action_index"
	// FieldControlID holds the string denoting the control_id field in the database.
	FieldControlID = "control_id"
	// FieldInternalPolicyID holds the string denoting the internal_policy_id field in the database.
	FieldInternalPolicyID = "internal_policy_id"
	// FieldEvidenceID holds the string denoting the evidence_id field in the database.
	FieldEvidenceID = "evidence_id"
	// FieldSubcontrolID holds the string denoting the subcontrol_id field in the database.
	FieldSubcontrolID = "subcontrol_id"
	// FieldActionPlanID holds the string denoting the action_plan_id field in the database.
	FieldActionPlanID = "action_plan_id"
	// FieldProcedureID holds the string denoting the procedure_id field in the database.
	FieldProcedureID = "procedure_id"
	// FieldCampaignID holds the string denoting the campaign_id field in the database.
	FieldCampaignID = "campaign_id"
	// FieldCampaignTargetID holds the string denoting the campaign_target_id field in the database.
	FieldCampaignTargetID = "campaign_target_id"
	// FieldIdentityHolderID holds the string denoting the identity_holder_id field in the database.
	FieldIdentityHolderID = "identity_holder_id"
	// FieldPlatformID holds the string denoting the platform_id field in the database.
	FieldPlatformID = "platform_id"
	// FieldAssessmentID holds the string denoting the assessment_id field in the database.
	FieldAssessmentID = "assessment_id"
	// FieldAssessmentResponseID holds the string denoting the assessment_response_id field in the database.
	FieldAssessmentResponseID = "assessment_response_id"
	// FieldFindingID holds the string denoting the finding_id field in the database.
	FieldFindingID = "finding_id"
	// FieldIntegrationID holds the string denoting the integration_id field in the database.
	FieldIntegrationID = "integration_id"
	// FieldRemediationID holds the string denoting the remediation_id field in the database.
	FieldRemediationID = "remediation_id"
	// FieldRiskID holds the string denoting the risk_id field in the database.
	FieldRiskID = "risk_id"
	// FieldTaskID holds the string denoting the task_id field in the database.
	FieldTaskID = "task_id"
	// FieldVulnerabilityID holds the string denoting the vulnerability_id field in the database.
	FieldVulnerabilityID = "vulnerability_id"
	// EdgeOwner holds the string denoting the owner edge name in mutations.
	EdgeOwner = "owner"
	// EdgeWorkflowDefinition holds the string denoting the workflow_definition edge name in mutations.
	EdgeWorkflowDefinition = "workflow_definition"
	// EdgeControl holds the string denoting the control edge name in mutations.
	EdgeControl = "control"
	// EdgeInternalPolicy holds the string denoting the internal_policy edge name in mutations.
	EdgeInternalPolicy = "internal_policy"
	// EdgeEvidence holds the string denoting the evidence edge name in mutations.
	EdgeEvidence = "evidence"
	// EdgeSubcontrol holds the string denoting the subcontrol edge name in mutations.
	EdgeSubcontrol = "subcontrol"
	// EdgeActionPlan holds the string denoting the action_plan edge name in mutations.
	EdgeActionPlan = "action_plan"
	// EdgeProcedure holds the string denoting the procedure edge name in mutations.
	EdgeProcedure = "procedure"
	// EdgeCampaign holds the string denoting the campaign edge name in mutations.
	EdgeCampaign = "campaign"
	// EdgeCampaignTarget holds the string denoting the campaign_target edge name in mutations.
	EdgeCampaignTarget = "campaign_target"
	// EdgeIdentityHolder holds the string denoting the identity_holder edge name in mutations.
	EdgeIdentityHolder = "identity_holder"
	// EdgePlatform holds the string denoting the platform edge name in mutations.
	EdgePlatform = "platform"
	// EdgeAssessment holds the string denoting the assessment edge name in mutations.
	EdgeAssessment = "assessment"
	// EdgeAssessmentResponse holds the string denoting the assessment_response edge name in mutations.
	EdgeAssessmentResponse = "assessment_response"
	// EdgeFinding holds the string denoting the finding edge name in mutations.
	EdgeFinding = "finding"
	// EdgeIntegration holds the string denoting the integration edge name in mutations.
	EdgeIntegration = "integration"
	// EdgeRemediation holds the string denoting the remediation edge name in mutations.
	EdgeRemediation = "remediation"
	// EdgeRisk holds the string denoting the risk edge name in mutations.
	EdgeRisk = "risk"
	// EdgeTask holds the string denoting the task edge name in mutations.
	EdgeTask = "task"
	// EdgeVulnerability holds the string denoting the vulnerability edge name in mutations.
	EdgeVulnerability = "vulnerability"
	// EdgeWorkflowProposal holds the string denoting the workflow_proposal edge name in mutations.
	EdgeWorkflowProposal = "workflow_proposal"
	// EdgeWorkflowAssignments holds the string denoting the workflow_assignments edge name in mutations.
	EdgeWorkflowAssignments = "workflow_assignments"
	// EdgeWorkflowEvents holds the string denoting the workflow_events edge name in mutations.
	EdgeWorkflowEvents = "workflow_events"
	// EdgeEmailTemplates holds the string denoting the email_templates edge name in mutations.
	EdgeEmailTemplates = "email_templates"
	// EdgeWorkflowObjectRefs holds the string denoting the workflow_object_refs edge name in mutations.
	EdgeWorkflowObjectRefs = "workflow_object_refs"
	// Table holds the table name of the workflowinstance in the database.
	Table = "workflow_instances"
	// OwnerTable is the table that holds the owner relation/edge.
	OwnerTable = "workflow_instances"
	// OwnerInverseTable is the table name for the Organization entity.
	// It exists in this package in order to avoid circular dependency with the "organization" package.
	OwnerInverseTable = "organizations"
	// OwnerColumn is the table column denoting the owner relation/edge.
	OwnerColumn = "owner_id"
	// WorkflowDefinitionTable is the table that holds the workflow_definition relation/edge.
	WorkflowDefinitionTable = "workflow_instances"
	// WorkflowDefinitionInverseTable is the table name for the WorkflowDefinition entity.
	// It exists in this package in order to avoid circular dependency with the "workflowdefinition" package.
	WorkflowDefinitionInverseTable = "workflow_definitions"
	// WorkflowDefinitionColumn is the table column denoting the workflow_definition relation/edge.
	WorkflowDefinitionColumn = "workflow_definition_id"
	// ControlTable is the table that holds the control relation/edge.
	ControlTable = "workflow_instances"
	// ControlInverseTable is the table name for the Control entity.
	// It exists in this package in order to avoid circular dependency with the "control" package.
	ControlInverseTable = "controls"
	// ControlColumn is the table column denoting the control relation/edge.
	ControlColumn = "control_id"
	// InternalPolicyTable is the table that holds the internal_policy relation/edge.
	InternalPolicyTable = "workflow_instances"
	// InternalPolicyInverseTable is the table name for the InternalPolicy entity.
	// It exists in this package in order to avoid circular dependency with the "internalpolicy" package.
	InternalPolicyInverseTable = "internal_policies"
	// InternalPolicyColumn is the table column denoting the internal_policy relation/edge.
	InternalPolicyColumn = "internal_policy_id"
	// EvidenceTable is the table that holds the evidence relation/edge.
	EvidenceTable = "workflow_instances"
	// EvidenceInverseTable is the table name for the Evidence entity.
	// It exists in this package in order to avoid circular dependency with the "evidence" package.
	EvidenceInverseTable = "evidences"
	// EvidenceColumn is the table column denoting the evidence relation/edge.
	EvidenceColumn = "evidence_id"
	// SubcontrolTable is the table that holds the subcontrol relation/edge.
	SubcontrolTable = "workflow_instances"
	// SubcontrolInverseTable is the table name for the Subcontrol entity.
	// It exists in this package in order to avoid circular dependency with the "subcontrol" package.
	SubcontrolInverseTable = "subcontrols"
	// SubcontrolColumn is the table column denoting the subcontrol relation/edge.
	SubcontrolColumn = "subcontrol_id"
	// ActionPlanTable is the table that holds the action_plan relation/edge.
	ActionPlanTable = "workflow_instances"
	// ActionPlanInverseTable is the table name for the ActionPlan entity.
	// It exists in this package in order to avoid circular dependency with the "actionplan" package.
	ActionPlanInverseTable = "action_plans"
	// ActionPlanColumn is the table column denoting the action_plan relation/edge.
	ActionPlanColumn = "action_plan_id"
	// ProcedureTable is the table that holds the procedure relation/edge.
	ProcedureTable = "workflow_instances"
	// ProcedureInverseTable is the table name for the Procedure entity.
	// It exists in this package in order to avoid circular dependency with the "procedure" package.
	ProcedureInverseTable = "procedures"
	// ProcedureColumn is the table column denoting the procedure relation/edge.
	ProcedureColumn = "procedure_id"
	// CampaignTable is the table that holds the campaign relation/edge.
	CampaignTable = "workflow_instances"
	// CampaignInverseTable is the table name for the Campaign entity.
	// It exists in this package in order to avoid circular dependency with the "campaign" package.
	CampaignInverseTable = "campaigns"
	// CampaignColumn is the table column denoting the campaign relation/edge.
	CampaignColumn = "campaign_id"
	// CampaignTargetTable is the table that holds the campaign_target relation/edge.
	CampaignTargetTable = "workflow_instances"
	// CampaignTargetInverseTable is the table name for the CampaignTarget entity.
	// It exists in this package in order to avoid circular dependency with the "campaigntarget" package.
	CampaignTargetInverseTable = "campaign_targets"
	// CampaignTargetColumn is the table column denoting the campaign_target relation/edge.
	CampaignTargetColumn = "campaign_target_id"
	// IdentityHolderTable is the table that holds the identity_holder relation/edge.
	IdentityHolderTable = "workflow_instances"
	// IdentityHolderInverseTable is the table name for the IdentityHolder entity.
	// It exists in this package in order to avoid circular dependency with the "identityholder" package.
	IdentityHolderInverseTable = "identity_holders"
	// IdentityHolderColumn is the table column denoting the identity_holder relation/edge.
	IdentityHolderColumn = "identity_holder_id"
	// PlatformTable is the table that holds the platform relation/edge.
	PlatformTable = "workflow_instances"
	// PlatformInverseTable is the table name for the Platform entity.
	// It exists in this package in order to avoid circular dependency with the "platform" package.
	PlatformInverseTable = "platforms"
	// PlatformColumn is the table column denoting the platform relation/edge.
	PlatformColumn = "platform_id"
	// AssessmentTable is the table that holds the assessment relation/edge.
	AssessmentTable = "workflow_instances"
	// AssessmentInverseTable is the table name for the Assessment entity.
	// It exists in this package in order to avoid circular dependency with the "assessment" package.
	AssessmentInverseTable = "assessments"
	// AssessmentColumn is the table column denoting the assessment relation/edge.
	AssessmentColumn = "assessment_id"
	// AssessmentResponseTable is the table that holds the assessment_response relation/edge.
	AssessmentResponseTable = "workflow_instances"
	// AssessmentResponseInverseTable is the table name for the AssessmentResponse entity.
	// It exists in this package in order to avoid circular dependency with the "assessmentresponse" package.
	AssessmentResponseInverseTable = "assessment_responses"
	// AssessmentResponseColumn is the table column denoting the assessment_response relation/edge.
	AssessmentResponseColumn = "assessment_response_id"
	// FindingTable is the table that holds the finding relation/edge.
	FindingTable = "workflow_instances"
	// FindingInverseTable is the table name for the Finding entity.
	// It exists in this package in order to avoid circular dependency with the "finding" package.
	FindingInverseTable = "findings"
	// FindingColumn is the table column denoting the finding relation/edge.
	FindingColumn = "finding_id"
	// IntegrationTable is the table that holds the integration relation/edge.
	IntegrationTable = "workflow_instances"
	// IntegrationInverseTable is the table name for the Integration entity.
	// It exists in this package in order to avoid circular dependency with the "integration" package.
	IntegrationInverseTable = "integrations"
	// IntegrationColumn is the table column denoting the integration relation/edge.
	IntegrationColumn = "integration_id"
	// RemediationTable is the table that holds the remediation relation/edge.
	RemediationTable = "workflow_instances"
	// RemediationInverseTable is the table name for the Remediation entity.
	// It exists in this package in order to avoid circular dependency with the "remediation" package.
	RemediationInverseTable = "remediations"
	// RemediationColumn is the table column denoting the remediation relation/edge.
	RemediationColumn = "remediation_id"
	// RiskTable is the table that holds the risk relation/edge.
	RiskTable = "workflow_instances"
	// RiskInverseTable is the table name for the Risk entity.
	// It exists in this package in order to avoid circular dependency with the "risk" package.
	RiskInverseTable = "risks"
	// RiskColumn is the table column denoting the risk relation/edge.
	RiskColumn = "risk_id"
	// TaskTable is the table that holds the task relation/edge.
	TaskTable = "workflow_instances"
	// TaskInverseTable is the table name for the Task entity.
	// It exists in this package in order to avoid circular dependency with the "task" package.
	TaskInverseTable = "tasks"
	// TaskColumn is the table column denoting the task relation/edge.
	TaskColumn = "task_id"
	// VulnerabilityTable is the table that holds the vulnerability relation/edge.
	VulnerabilityTable = "workflow_instances"
	// VulnerabilityInverseTable is the table name for the Vulnerability entity.
	// It exists in this package in order to avoid circular dependency with the "vulnerability" package.
	VulnerabilityInverseTable = "vulnerabilities"
	// VulnerabilityColumn is the table column denoting the vulnerability relation/edge.
	VulnerabilityColumn = "vulnerability_id"
	// WorkflowProposalTable is the table that holds the workflow_proposal relation/edge.
	WorkflowProposalTable = "workflow_instances"
	// WorkflowProposalInverseTable is the table name for the WorkflowProposal entity.
	// It exists in this package in order to avoid circular dependency with the "workflowproposal" package.
	WorkflowProposalInverseTable = "workflow_proposals"
	// WorkflowProposalColumn is the table column denoting the workflow_proposal relation/edge.
	WorkflowProposalColumn = "workflow_proposal_id"
	// WorkflowAssignmentsTable is the table that holds the workflow_assignments relation/edge.
	WorkflowAssignmentsTable = "workflow_assignments"
	// WorkflowAssignmentsInverseTable is the table name for the WorkflowAssignment entity.
	// It exists in this package in order to avoid circular dependency with the "workflowassignment" package.
	WorkflowAssignmentsInverseTable = "workflow_assignments"
	// WorkflowAssignmentsColumn is the table column denoting the workflow_assignments relation/edge.
	WorkflowAssignmentsColumn = "workflow_instance_workflow_assignments"
	// WorkflowEventsTable is the table that holds the workflow_events relation/edge.
	WorkflowEventsTable = "workflow_events"
	// WorkflowEventsInverseTable is the table name for the WorkflowEvent entity.
	// It exists in this package in order to avoid circular dependency with the "workflowevent" package.
	WorkflowEventsInverseTable = "workflow_events"
	// WorkflowEventsColumn is the table column denoting the workflow_events relation/edge.
	WorkflowEventsColumn = "workflow_instance_workflow_events"
	// EmailTemplatesTable is the table that holds the email_templates relation/edge.
	EmailTemplatesTable = "email_templates"
	// EmailTemplatesInverseTable is the table name for the EmailTemplate entity.
	// It exists in this package in order to avoid circular dependency with the "emailtemplate" package.
	EmailTemplatesInverseTable = "email_templates"
	// EmailTemplatesColumn is the table column denoting the email_templates relation/edge.
	EmailTemplatesColumn = "workflow_instance_id"
	// WorkflowObjectRefsTable is the table that holds the workflow_object_refs relation/edge.
	WorkflowObjectRefsTable = "workflow_object_refs"
	// WorkflowObjectRefsInverseTable is the table name for the WorkflowObjectRef entity.
	// It exists in this package in order to avoid circular dependency with the "workflowobjectref" package.
	WorkflowObjectRefsInverseTable = "workflow_object_refs"
	// WorkflowObjectRefsColumn is the table column denoting the workflow_object_refs relation/edge.
	WorkflowObjectRefsColumn = "workflow_instance_workflow_object_refs"
)
View Source
const DefaultState enums.WorkflowInstanceState = "RUNNING"

Variables

View Source
var (
	Hooks        [9]ent.Hook
	Interceptors [3]ent.Interceptor
	Policy       ent.Policy
	// DefaultCreatedAt holds the default value on creation for the "created_at" field.
	DefaultCreatedAt func() time.Time
	// DefaultUpdatedAt holds the default value on creation for the "updated_at" field.
	DefaultUpdatedAt func() time.Time
	// UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field.
	UpdateDefaultUpdatedAt func() time.Time
	// DisplayIDValidator is a validator for the "display_id" field. It is called by the builders before save.
	DisplayIDValidator func(string) error
	// DefaultTags holds the default value on creation for the "tags" field.
	DefaultTags []string
	// OwnerIDValidator is a validator for the "owner_id" field. It is called by the builders before save.
	OwnerIDValidator func(string) error
	// WorkflowDefinitionIDValidator is a validator for the "workflow_definition_id" field. It is called by the builders before save.
	WorkflowDefinitionIDValidator func(string) error
	// DefaultCurrentActionIndex holds the default value on creation for the "current_action_index" field.
	DefaultCurrentActionIndex int
	// CurrentActionIndexValidator is a validator for the "current_action_index" field. It is called by the builders before save.
	CurrentActionIndexValidator func(int) error
	// DefaultID holds the default value on creation for the "id" field.
	DefaultID func() string
)

Note that the variables below are initialized by the runtime package on the initialization of the application. Therefore, it should be imported in the main as follows:

import _ "github.com/theopenlane/core/internal/ent/generated/runtime"

Columns holds all SQL columns for workflowinstance fields.

Functions

func ActionPlanID added in v0.52.0

func ActionPlanID(v string) predicate.WorkflowInstance

ActionPlanID applies equality check predicate on the "action_plan_id" field. It's identical to ActionPlanIDEQ.

func ActionPlanIDContains added in v0.52.0

func ActionPlanIDContains(v string) predicate.WorkflowInstance

ActionPlanIDContains applies the Contains predicate on the "action_plan_id" field.

func ActionPlanIDContainsFold added in v0.52.0

func ActionPlanIDContainsFold(v string) predicate.WorkflowInstance

ActionPlanIDContainsFold applies the ContainsFold predicate on the "action_plan_id" field.

func ActionPlanIDEQ added in v0.52.0

func ActionPlanIDEQ(v string) predicate.WorkflowInstance

ActionPlanIDEQ applies the EQ predicate on the "action_plan_id" field.

func ActionPlanIDEqualFold added in v0.52.0

func ActionPlanIDEqualFold(v string) predicate.WorkflowInstance

ActionPlanIDEqualFold applies the EqualFold predicate on the "action_plan_id" field.

func ActionPlanIDGT added in v0.52.0

func ActionPlanIDGT(v string) predicate.WorkflowInstance

ActionPlanIDGT applies the GT predicate on the "action_plan_id" field.

func ActionPlanIDGTE added in v0.52.0

func ActionPlanIDGTE(v string) predicate.WorkflowInstance

ActionPlanIDGTE applies the GTE predicate on the "action_plan_id" field.

func ActionPlanIDHasPrefix added in v0.52.0

func ActionPlanIDHasPrefix(v string) predicate.WorkflowInstance

ActionPlanIDHasPrefix applies the HasPrefix predicate on the "action_plan_id" field.

func ActionPlanIDHasSuffix added in v0.52.0

func ActionPlanIDHasSuffix(v string) predicate.WorkflowInstance

ActionPlanIDHasSuffix applies the HasSuffix predicate on the "action_plan_id" field.

func ActionPlanIDIn added in v0.52.0

func ActionPlanIDIn(vs ...string) predicate.WorkflowInstance

ActionPlanIDIn applies the In predicate on the "action_plan_id" field.

func ActionPlanIDIsNil added in v0.52.0

func ActionPlanIDIsNil() predicate.WorkflowInstance

ActionPlanIDIsNil applies the IsNil predicate on the "action_plan_id" field.

func ActionPlanIDLT added in v0.52.0

func ActionPlanIDLT(v string) predicate.WorkflowInstance

ActionPlanIDLT applies the LT predicate on the "action_plan_id" field.

func ActionPlanIDLTE added in v0.52.0

func ActionPlanIDLTE(v string) predicate.WorkflowInstance

ActionPlanIDLTE applies the LTE predicate on the "action_plan_id" field.

func ActionPlanIDNEQ added in v0.52.0

func ActionPlanIDNEQ(v string) predicate.WorkflowInstance

ActionPlanIDNEQ applies the NEQ predicate on the "action_plan_id" field.

func ActionPlanIDNotIn added in v0.52.0

func ActionPlanIDNotIn(vs ...string) predicate.WorkflowInstance

ActionPlanIDNotIn applies the NotIn predicate on the "action_plan_id" field.

func ActionPlanIDNotNil added in v0.52.0

func ActionPlanIDNotNil() predicate.WorkflowInstance

ActionPlanIDNotNil applies the NotNil predicate on the "action_plan_id" field.

func And

And groups predicates with the AND operator between them.

func AssessmentID added in v1.27.12

func AssessmentID(v string) predicate.WorkflowInstance

AssessmentID applies equality check predicate on the "assessment_id" field. It's identical to AssessmentIDEQ.

func AssessmentIDContains added in v1.27.12

func AssessmentIDContains(v string) predicate.WorkflowInstance

AssessmentIDContains applies the Contains predicate on the "assessment_id" field.

func AssessmentIDContainsFold added in v1.27.12

func AssessmentIDContainsFold(v string) predicate.WorkflowInstance

AssessmentIDContainsFold applies the ContainsFold predicate on the "assessment_id" field.

func AssessmentIDEQ added in v1.27.12

func AssessmentIDEQ(v string) predicate.WorkflowInstance

AssessmentIDEQ applies the EQ predicate on the "assessment_id" field.

func AssessmentIDEqualFold added in v1.27.12

func AssessmentIDEqualFold(v string) predicate.WorkflowInstance

AssessmentIDEqualFold applies the EqualFold predicate on the "assessment_id" field.

func AssessmentIDGT added in v1.27.12

func AssessmentIDGT(v string) predicate.WorkflowInstance

AssessmentIDGT applies the GT predicate on the "assessment_id" field.

func AssessmentIDGTE added in v1.27.12

func AssessmentIDGTE(v string) predicate.WorkflowInstance

AssessmentIDGTE applies the GTE predicate on the "assessment_id" field.

func AssessmentIDHasPrefix added in v1.27.12

func AssessmentIDHasPrefix(v string) predicate.WorkflowInstance

AssessmentIDHasPrefix applies the HasPrefix predicate on the "assessment_id" field.

func AssessmentIDHasSuffix added in v1.27.12

func AssessmentIDHasSuffix(v string) predicate.WorkflowInstance

AssessmentIDHasSuffix applies the HasSuffix predicate on the "assessment_id" field.

func AssessmentIDIn added in v1.27.12

func AssessmentIDIn(vs ...string) predicate.WorkflowInstance

AssessmentIDIn applies the In predicate on the "assessment_id" field.

func AssessmentIDIsNil added in v1.27.12

func AssessmentIDIsNil() predicate.WorkflowInstance

AssessmentIDIsNil applies the IsNil predicate on the "assessment_id" field.

func AssessmentIDLT added in v1.27.12

func AssessmentIDLT(v string) predicate.WorkflowInstance

AssessmentIDLT applies the LT predicate on the "assessment_id" field.

func AssessmentIDLTE added in v1.27.12

func AssessmentIDLTE(v string) predicate.WorkflowInstance

AssessmentIDLTE applies the LTE predicate on the "assessment_id" field.

func AssessmentIDNEQ added in v1.27.12

func AssessmentIDNEQ(v string) predicate.WorkflowInstance

AssessmentIDNEQ applies the NEQ predicate on the "assessment_id" field.

func AssessmentIDNotIn added in v1.27.12

func AssessmentIDNotIn(vs ...string) predicate.WorkflowInstance

AssessmentIDNotIn applies the NotIn predicate on the "assessment_id" field.

func AssessmentIDNotNil added in v1.27.12

func AssessmentIDNotNil() predicate.WorkflowInstance

AssessmentIDNotNil applies the NotNil predicate on the "assessment_id" field.

func AssessmentResponseID added in v1.27.12

func AssessmentResponseID(v string) predicate.WorkflowInstance

AssessmentResponseID applies equality check predicate on the "assessment_response_id" field. It's identical to AssessmentResponseIDEQ.

func AssessmentResponseIDContains added in v1.27.12

func AssessmentResponseIDContains(v string) predicate.WorkflowInstance

AssessmentResponseIDContains applies the Contains predicate on the "assessment_response_id" field.

func AssessmentResponseIDContainsFold added in v1.27.12

func AssessmentResponseIDContainsFold(v string) predicate.WorkflowInstance

AssessmentResponseIDContainsFold applies the ContainsFold predicate on the "assessment_response_id" field.

func AssessmentResponseIDEQ added in v1.27.12

func AssessmentResponseIDEQ(v string) predicate.WorkflowInstance

AssessmentResponseIDEQ applies the EQ predicate on the "assessment_response_id" field.

func AssessmentResponseIDEqualFold added in v1.27.12

func AssessmentResponseIDEqualFold(v string) predicate.WorkflowInstance

AssessmentResponseIDEqualFold applies the EqualFold predicate on the "assessment_response_id" field.

func AssessmentResponseIDGT added in v1.27.12

func AssessmentResponseIDGT(v string) predicate.WorkflowInstance

AssessmentResponseIDGT applies the GT predicate on the "assessment_response_id" field.

func AssessmentResponseIDGTE added in v1.27.12

func AssessmentResponseIDGTE(v string) predicate.WorkflowInstance

AssessmentResponseIDGTE applies the GTE predicate on the "assessment_response_id" field.

func AssessmentResponseIDHasPrefix added in v1.27.12

func AssessmentResponseIDHasPrefix(v string) predicate.WorkflowInstance

AssessmentResponseIDHasPrefix applies the HasPrefix predicate on the "assessment_response_id" field.

func AssessmentResponseIDHasSuffix added in v1.27.12

func AssessmentResponseIDHasSuffix(v string) predicate.WorkflowInstance

AssessmentResponseIDHasSuffix applies the HasSuffix predicate on the "assessment_response_id" field.

func AssessmentResponseIDIn added in v1.27.12

func AssessmentResponseIDIn(vs ...string) predicate.WorkflowInstance

AssessmentResponseIDIn applies the In predicate on the "assessment_response_id" field.

func AssessmentResponseIDIsNil added in v1.27.12

func AssessmentResponseIDIsNil() predicate.WorkflowInstance

AssessmentResponseIDIsNil applies the IsNil predicate on the "assessment_response_id" field.

func AssessmentResponseIDLT added in v1.27.12

func AssessmentResponseIDLT(v string) predicate.WorkflowInstance

AssessmentResponseIDLT applies the LT predicate on the "assessment_response_id" field.

func AssessmentResponseIDLTE added in v1.27.12

func AssessmentResponseIDLTE(v string) predicate.WorkflowInstance

AssessmentResponseIDLTE applies the LTE predicate on the "assessment_response_id" field.

func AssessmentResponseIDNEQ added in v1.27.12

func AssessmentResponseIDNEQ(v string) predicate.WorkflowInstance

AssessmentResponseIDNEQ applies the NEQ predicate on the "assessment_response_id" field.

func AssessmentResponseIDNotIn added in v1.27.12

func AssessmentResponseIDNotIn(vs ...string) predicate.WorkflowInstance

AssessmentResponseIDNotIn applies the NotIn predicate on the "assessment_response_id" field.

func AssessmentResponseIDNotNil added in v1.27.12

func AssessmentResponseIDNotNil() predicate.WorkflowInstance

AssessmentResponseIDNotNil applies the NotNil predicate on the "assessment_response_id" field.

func CampaignID added in v1.5.0

func CampaignID(v string) predicate.WorkflowInstance

CampaignID applies equality check predicate on the "campaign_id" field. It's identical to CampaignIDEQ.

func CampaignIDContains added in v1.5.0

func CampaignIDContains(v string) predicate.WorkflowInstance

CampaignIDContains applies the Contains predicate on the "campaign_id" field.

func CampaignIDContainsFold added in v1.5.0

func CampaignIDContainsFold(v string) predicate.WorkflowInstance

CampaignIDContainsFold applies the ContainsFold predicate on the "campaign_id" field.

func CampaignIDEQ added in v1.5.0

func CampaignIDEQ(v string) predicate.WorkflowInstance

CampaignIDEQ applies the EQ predicate on the "campaign_id" field.

func CampaignIDEqualFold added in v1.5.0

func CampaignIDEqualFold(v string) predicate.WorkflowInstance

CampaignIDEqualFold applies the EqualFold predicate on the "campaign_id" field.

func CampaignIDGT added in v1.5.0

func CampaignIDGT(v string) predicate.WorkflowInstance

CampaignIDGT applies the GT predicate on the "campaign_id" field.

func CampaignIDGTE added in v1.5.0

func CampaignIDGTE(v string) predicate.WorkflowInstance

CampaignIDGTE applies the GTE predicate on the "campaign_id" field.

func CampaignIDHasPrefix added in v1.5.0

func CampaignIDHasPrefix(v string) predicate.WorkflowInstance

CampaignIDHasPrefix applies the HasPrefix predicate on the "campaign_id" field.

func CampaignIDHasSuffix added in v1.5.0

func CampaignIDHasSuffix(v string) predicate.WorkflowInstance

CampaignIDHasSuffix applies the HasSuffix predicate on the "campaign_id" field.

func CampaignIDIn added in v1.5.0

func CampaignIDIn(vs ...string) predicate.WorkflowInstance

CampaignIDIn applies the In predicate on the "campaign_id" field.

func CampaignIDIsNil added in v1.5.0

func CampaignIDIsNil() predicate.WorkflowInstance

CampaignIDIsNil applies the IsNil predicate on the "campaign_id" field.

func CampaignIDLT added in v1.5.0

func CampaignIDLT(v string) predicate.WorkflowInstance

CampaignIDLT applies the LT predicate on the "campaign_id" field.

func CampaignIDLTE added in v1.5.0

func CampaignIDLTE(v string) predicate.WorkflowInstance

CampaignIDLTE applies the LTE predicate on the "campaign_id" field.

func CampaignIDNEQ added in v1.5.0

func CampaignIDNEQ(v string) predicate.WorkflowInstance

CampaignIDNEQ applies the NEQ predicate on the "campaign_id" field.

func CampaignIDNotIn added in v1.5.0

func CampaignIDNotIn(vs ...string) predicate.WorkflowInstance

CampaignIDNotIn applies the NotIn predicate on the "campaign_id" field.

func CampaignIDNotNil added in v1.5.0

func CampaignIDNotNil() predicate.WorkflowInstance

CampaignIDNotNil applies the NotNil predicate on the "campaign_id" field.

func CampaignTargetID added in v1.5.0

func CampaignTargetID(v string) predicate.WorkflowInstance

CampaignTargetID applies equality check predicate on the "campaign_target_id" field. It's identical to CampaignTargetIDEQ.

func CampaignTargetIDContains added in v1.5.0

func CampaignTargetIDContains(v string) predicate.WorkflowInstance

CampaignTargetIDContains applies the Contains predicate on the "campaign_target_id" field.

func CampaignTargetIDContainsFold added in v1.5.0

func CampaignTargetIDContainsFold(v string) predicate.WorkflowInstance

CampaignTargetIDContainsFold applies the ContainsFold predicate on the "campaign_target_id" field.

func CampaignTargetIDEQ added in v1.5.0

func CampaignTargetIDEQ(v string) predicate.WorkflowInstance

CampaignTargetIDEQ applies the EQ predicate on the "campaign_target_id" field.

func CampaignTargetIDEqualFold added in v1.5.0

func CampaignTargetIDEqualFold(v string) predicate.WorkflowInstance

CampaignTargetIDEqualFold applies the EqualFold predicate on the "campaign_target_id" field.

func CampaignTargetIDGT added in v1.5.0

func CampaignTargetIDGT(v string) predicate.WorkflowInstance

CampaignTargetIDGT applies the GT predicate on the "campaign_target_id" field.

func CampaignTargetIDGTE added in v1.5.0

func CampaignTargetIDGTE(v string) predicate.WorkflowInstance

CampaignTargetIDGTE applies the GTE predicate on the "campaign_target_id" field.

func CampaignTargetIDHasPrefix added in v1.5.0

func CampaignTargetIDHasPrefix(v string) predicate.WorkflowInstance

CampaignTargetIDHasPrefix applies the HasPrefix predicate on the "campaign_target_id" field.

func CampaignTargetIDHasSuffix added in v1.5.0

func CampaignTargetIDHasSuffix(v string) predicate.WorkflowInstance

CampaignTargetIDHasSuffix applies the HasSuffix predicate on the "campaign_target_id" field.

func CampaignTargetIDIn added in v1.5.0

func CampaignTargetIDIn(vs ...string) predicate.WorkflowInstance

CampaignTargetIDIn applies the In predicate on the "campaign_target_id" field.

func CampaignTargetIDIsNil added in v1.5.0

func CampaignTargetIDIsNil() predicate.WorkflowInstance

CampaignTargetIDIsNil applies the IsNil predicate on the "campaign_target_id" field.

func CampaignTargetIDLT added in v1.5.0

func CampaignTargetIDLT(v string) predicate.WorkflowInstance

CampaignTargetIDLT applies the LT predicate on the "campaign_target_id" field.

func CampaignTargetIDLTE added in v1.5.0

func CampaignTargetIDLTE(v string) predicate.WorkflowInstance

CampaignTargetIDLTE applies the LTE predicate on the "campaign_target_id" field.

func CampaignTargetIDNEQ added in v1.5.0

func CampaignTargetIDNEQ(v string) predicate.WorkflowInstance

CampaignTargetIDNEQ applies the NEQ predicate on the "campaign_target_id" field.

func CampaignTargetIDNotIn added in v1.5.0

func CampaignTargetIDNotIn(vs ...string) predicate.WorkflowInstance

CampaignTargetIDNotIn applies the NotIn predicate on the "campaign_target_id" field.

func CampaignTargetIDNotNil added in v1.5.0

func CampaignTargetIDNotNil() predicate.WorkflowInstance

CampaignTargetIDNotNil applies the NotNil predicate on the "campaign_target_id" field.

func ContextIsNil

func ContextIsNil() predicate.WorkflowInstance

ContextIsNil applies the IsNil predicate on the "context" field.

func ContextNotNil

func ContextNotNil() predicate.WorkflowInstance

ContextNotNil applies the NotNil predicate on the "context" field.

func ControlID added in v0.49.5

func ControlID(v string) predicate.WorkflowInstance

ControlID applies equality check predicate on the "control_id" field. It's identical to ControlIDEQ.

func ControlIDContains added in v0.49.5

func ControlIDContains(v string) predicate.WorkflowInstance

ControlIDContains applies the Contains predicate on the "control_id" field.

func ControlIDContainsFold added in v0.49.5

func ControlIDContainsFold(v string) predicate.WorkflowInstance

ControlIDContainsFold applies the ContainsFold predicate on the "control_id" field.

func ControlIDEQ added in v0.49.5

func ControlIDEQ(v string) predicate.WorkflowInstance

ControlIDEQ applies the EQ predicate on the "control_id" field.

func ControlIDEqualFold added in v0.49.5

func ControlIDEqualFold(v string) predicate.WorkflowInstance

ControlIDEqualFold applies the EqualFold predicate on the "control_id" field.

func ControlIDGT added in v0.49.5

func ControlIDGT(v string) predicate.WorkflowInstance

ControlIDGT applies the GT predicate on the "control_id" field.

func ControlIDGTE added in v0.49.5

func ControlIDGTE(v string) predicate.WorkflowInstance

ControlIDGTE applies the GTE predicate on the "control_id" field.

func ControlIDHasPrefix added in v0.49.5

func ControlIDHasPrefix(v string) predicate.WorkflowInstance

ControlIDHasPrefix applies the HasPrefix predicate on the "control_id" field.

func ControlIDHasSuffix added in v0.49.5

func ControlIDHasSuffix(v string) predicate.WorkflowInstance

ControlIDHasSuffix applies the HasSuffix predicate on the "control_id" field.

func ControlIDIn added in v0.49.5

func ControlIDIn(vs ...string) predicate.WorkflowInstance

ControlIDIn applies the In predicate on the "control_id" field.

func ControlIDIsNil added in v0.49.5

func ControlIDIsNil() predicate.WorkflowInstance

ControlIDIsNil applies the IsNil predicate on the "control_id" field.

func ControlIDLT added in v0.49.5

func ControlIDLT(v string) predicate.WorkflowInstance

ControlIDLT applies the LT predicate on the "control_id" field.

func ControlIDLTE added in v0.49.5

func ControlIDLTE(v string) predicate.WorkflowInstance

ControlIDLTE applies the LTE predicate on the "control_id" field.

func ControlIDNEQ added in v0.49.5

func ControlIDNEQ(v string) predicate.WorkflowInstance

ControlIDNEQ applies the NEQ predicate on the "control_id" field.

func ControlIDNotIn added in v0.49.5

func ControlIDNotIn(vs ...string) predicate.WorkflowInstance

ControlIDNotIn applies the NotIn predicate on the "control_id" field.

func ControlIDNotNil added in v0.49.5

func ControlIDNotNil() predicate.WorkflowInstance

ControlIDNotNil applies the NotNil predicate on the "control_id" field.

func CreatedAt

func CreatedAt(v time.Time) predicate.WorkflowInstance

CreatedAt applies equality check predicate on the "created_at" field. It's identical to CreatedAtEQ.

func CreatedAtEQ

func CreatedAtEQ(v time.Time) predicate.WorkflowInstance

CreatedAtEQ applies the EQ predicate on the "created_at" field.

func CreatedAtGT

func CreatedAtGT(v time.Time) predicate.WorkflowInstance

CreatedAtGT applies the GT predicate on the "created_at" field.

func CreatedAtGTE

func CreatedAtGTE(v time.Time) predicate.WorkflowInstance

CreatedAtGTE applies the GTE predicate on the "created_at" field.

func CreatedAtIn

func CreatedAtIn(vs ...time.Time) predicate.WorkflowInstance

CreatedAtIn applies the In predicate on the "created_at" field.

func CreatedAtIsNil

func CreatedAtIsNil() predicate.WorkflowInstance

CreatedAtIsNil applies the IsNil predicate on the "created_at" field.

func CreatedAtLT

func CreatedAtLT(v time.Time) predicate.WorkflowInstance

CreatedAtLT applies the LT predicate on the "created_at" field.

func CreatedAtLTE

func CreatedAtLTE(v time.Time) predicate.WorkflowInstance

CreatedAtLTE applies the LTE predicate on the "created_at" field.

func CreatedAtNEQ

func CreatedAtNEQ(v time.Time) predicate.WorkflowInstance

CreatedAtNEQ applies the NEQ predicate on the "created_at" field.

func CreatedAtNotIn

func CreatedAtNotIn(vs ...time.Time) predicate.WorkflowInstance

CreatedAtNotIn applies the NotIn predicate on the "created_at" field.

func CreatedAtNotNil

func CreatedAtNotNil() predicate.WorkflowInstance

CreatedAtNotNil applies the NotNil predicate on the "created_at" field.

func CreatedBy

func CreatedBy(v string) predicate.WorkflowInstance

CreatedBy applies equality check predicate on the "created_by" field. It's identical to CreatedByEQ.

func CreatedByContains

func CreatedByContains(v string) predicate.WorkflowInstance

CreatedByContains applies the Contains predicate on the "created_by" field.

func CreatedByContainsFold

func CreatedByContainsFold(v string) predicate.WorkflowInstance

CreatedByContainsFold applies the ContainsFold predicate on the "created_by" field.

func CreatedByEQ

func CreatedByEQ(v string) predicate.WorkflowInstance

CreatedByEQ applies the EQ predicate on the "created_by" field.

func CreatedByEqualFold

func CreatedByEqualFold(v string) predicate.WorkflowInstance

CreatedByEqualFold applies the EqualFold predicate on the "created_by" field.

func CreatedByGT

func CreatedByGT(v string) predicate.WorkflowInstance

CreatedByGT applies the GT predicate on the "created_by" field.

func CreatedByGTE

func CreatedByGTE(v string) predicate.WorkflowInstance

CreatedByGTE applies the GTE predicate on the "created_by" field.

func CreatedByHasPrefix

func CreatedByHasPrefix(v string) predicate.WorkflowInstance

CreatedByHasPrefix applies the HasPrefix predicate on the "created_by" field.

func CreatedByHasSuffix

func CreatedByHasSuffix(v string) predicate.WorkflowInstance

CreatedByHasSuffix applies the HasSuffix predicate on the "created_by" field.

func CreatedByIn

func CreatedByIn(vs ...string) predicate.WorkflowInstance

CreatedByIn applies the In predicate on the "created_by" field.

func CreatedByIsNil

func CreatedByIsNil() predicate.WorkflowInstance

CreatedByIsNil applies the IsNil predicate on the "created_by" field.

func CreatedByLT

func CreatedByLT(v string) predicate.WorkflowInstance

CreatedByLT applies the LT predicate on the "created_by" field.

func CreatedByLTE

func CreatedByLTE(v string) predicate.WorkflowInstance

CreatedByLTE applies the LTE predicate on the "created_by" field.

func CreatedByNEQ

func CreatedByNEQ(v string) predicate.WorkflowInstance

CreatedByNEQ applies the NEQ predicate on the "created_by" field.

func CreatedByNotIn

func CreatedByNotIn(vs ...string) predicate.WorkflowInstance

CreatedByNotIn applies the NotIn predicate on the "created_by" field.

func CreatedByNotNil

func CreatedByNotNil() predicate.WorkflowInstance

CreatedByNotNil applies the NotNil predicate on the "created_by" field.

func CurrentActionIndex added in v0.52.0

func CurrentActionIndex(v int) predicate.WorkflowInstance

CurrentActionIndex applies equality check predicate on the "current_action_index" field. It's identical to CurrentActionIndexEQ.

func CurrentActionIndexEQ added in v0.52.0

func CurrentActionIndexEQ(v int) predicate.WorkflowInstance

CurrentActionIndexEQ applies the EQ predicate on the "current_action_index" field.

func CurrentActionIndexGT added in v0.52.0

func CurrentActionIndexGT(v int) predicate.WorkflowInstance

CurrentActionIndexGT applies the GT predicate on the "current_action_index" field.

func CurrentActionIndexGTE added in v0.52.0

func CurrentActionIndexGTE(v int) predicate.WorkflowInstance

CurrentActionIndexGTE applies the GTE predicate on the "current_action_index" field.

func CurrentActionIndexIn added in v0.52.0

func CurrentActionIndexIn(vs ...int) predicate.WorkflowInstance

CurrentActionIndexIn applies the In predicate on the "current_action_index" field.

func CurrentActionIndexLT added in v0.52.0

func CurrentActionIndexLT(v int) predicate.WorkflowInstance

CurrentActionIndexLT applies the LT predicate on the "current_action_index" field.

func CurrentActionIndexLTE added in v0.52.0

func CurrentActionIndexLTE(v int) predicate.WorkflowInstance

CurrentActionIndexLTE applies the LTE predicate on the "current_action_index" field.

func CurrentActionIndexNEQ added in v0.52.0

func CurrentActionIndexNEQ(v int) predicate.WorkflowInstance

CurrentActionIndexNEQ applies the NEQ predicate on the "current_action_index" field.

func CurrentActionIndexNotIn added in v0.52.0

func CurrentActionIndexNotIn(vs ...int) predicate.WorkflowInstance

CurrentActionIndexNotIn applies the NotIn predicate on the "current_action_index" field.

func DefinitionSnapshotIsNil

func DefinitionSnapshotIsNil() predicate.WorkflowInstance

DefinitionSnapshotIsNil applies the IsNil predicate on the "definition_snapshot" field.

func DefinitionSnapshotNotNil

func DefinitionSnapshotNotNil() predicate.WorkflowInstance

DefinitionSnapshotNotNil applies the NotNil predicate on the "definition_snapshot" field.

func DeletedAt

func DeletedAt(v time.Time) predicate.WorkflowInstance

DeletedAt applies equality check predicate on the "deleted_at" field. It's identical to DeletedAtEQ.

func DeletedAtEQ

func DeletedAtEQ(v time.Time) predicate.WorkflowInstance

DeletedAtEQ applies the EQ predicate on the "deleted_at" field.

func DeletedAtGT

func DeletedAtGT(v time.Time) predicate.WorkflowInstance

DeletedAtGT applies the GT predicate on the "deleted_at" field.

func DeletedAtGTE

func DeletedAtGTE(v time.Time) predicate.WorkflowInstance

DeletedAtGTE applies the GTE predicate on the "deleted_at" field.

func DeletedAtIn

func DeletedAtIn(vs ...time.Time) predicate.WorkflowInstance

DeletedAtIn applies the In predicate on the "deleted_at" field.

func DeletedAtIsNil

func DeletedAtIsNil() predicate.WorkflowInstance

DeletedAtIsNil applies the IsNil predicate on the "deleted_at" field.

func DeletedAtLT

func DeletedAtLT(v time.Time) predicate.WorkflowInstance

DeletedAtLT applies the LT predicate on the "deleted_at" field.

func DeletedAtLTE

func DeletedAtLTE(v time.Time) predicate.WorkflowInstance

DeletedAtLTE applies the LTE predicate on the "deleted_at" field.

func DeletedAtNEQ

func DeletedAtNEQ(v time.Time) predicate.WorkflowInstance

DeletedAtNEQ applies the NEQ predicate on the "deleted_at" field.

func DeletedAtNotIn

func DeletedAtNotIn(vs ...time.Time) predicate.WorkflowInstance

DeletedAtNotIn applies the NotIn predicate on the "deleted_at" field.

func DeletedAtNotNil

func DeletedAtNotNil() predicate.WorkflowInstance

DeletedAtNotNil applies the NotNil predicate on the "deleted_at" field.

func DeletedBy

func DeletedBy(v string) predicate.WorkflowInstance

DeletedBy applies equality check predicate on the "deleted_by" field. It's identical to DeletedByEQ.

func DeletedByContains

func DeletedByContains(v string) predicate.WorkflowInstance

DeletedByContains applies the Contains predicate on the "deleted_by" field.

func DeletedByContainsFold

func DeletedByContainsFold(v string) predicate.WorkflowInstance

DeletedByContainsFold applies the ContainsFold predicate on the "deleted_by" field.

func DeletedByEQ

func DeletedByEQ(v string) predicate.WorkflowInstance

DeletedByEQ applies the EQ predicate on the "deleted_by" field.

func DeletedByEqualFold

func DeletedByEqualFold(v string) predicate.WorkflowInstance

DeletedByEqualFold applies the EqualFold predicate on the "deleted_by" field.

func DeletedByGT

func DeletedByGT(v string) predicate.WorkflowInstance

DeletedByGT applies the GT predicate on the "deleted_by" field.

func DeletedByGTE

func DeletedByGTE(v string) predicate.WorkflowInstance

DeletedByGTE applies the GTE predicate on the "deleted_by" field.

func DeletedByHasPrefix

func DeletedByHasPrefix(v string) predicate.WorkflowInstance

DeletedByHasPrefix applies the HasPrefix predicate on the "deleted_by" field.

func DeletedByHasSuffix

func DeletedByHasSuffix(v string) predicate.WorkflowInstance

DeletedByHasSuffix applies the HasSuffix predicate on the "deleted_by" field.

func DeletedByIn

func DeletedByIn(vs ...string) predicate.WorkflowInstance

DeletedByIn applies the In predicate on the "deleted_by" field.

func DeletedByIsNil

func DeletedByIsNil() predicate.WorkflowInstance

DeletedByIsNil applies the IsNil predicate on the "deleted_by" field.

func DeletedByLT

func DeletedByLT(v string) predicate.WorkflowInstance

DeletedByLT applies the LT predicate on the "deleted_by" field.

func DeletedByLTE

func DeletedByLTE(v string) predicate.WorkflowInstance

DeletedByLTE applies the LTE predicate on the "deleted_by" field.

func DeletedByNEQ

func DeletedByNEQ(v string) predicate.WorkflowInstance

DeletedByNEQ applies the NEQ predicate on the "deleted_by" field.

func DeletedByNotIn

func DeletedByNotIn(vs ...string) predicate.WorkflowInstance

DeletedByNotIn applies the NotIn predicate on the "deleted_by" field.

func DeletedByNotNil

func DeletedByNotNil() predicate.WorkflowInstance

DeletedByNotNil applies the NotNil predicate on the "deleted_by" field.

func DisplayID

func DisplayID(v string) predicate.WorkflowInstance

DisplayID applies equality check predicate on the "display_id" field. It's identical to DisplayIDEQ.

func DisplayIDContains

func DisplayIDContains(v string) predicate.WorkflowInstance

DisplayIDContains applies the Contains predicate on the "display_id" field.

func DisplayIDContainsFold

func DisplayIDContainsFold(v string) predicate.WorkflowInstance

DisplayIDContainsFold applies the ContainsFold predicate on the "display_id" field.

func DisplayIDEQ

func DisplayIDEQ(v string) predicate.WorkflowInstance

DisplayIDEQ applies the EQ predicate on the "display_id" field.

func DisplayIDEqualFold

func DisplayIDEqualFold(v string) predicate.WorkflowInstance

DisplayIDEqualFold applies the EqualFold predicate on the "display_id" field.

func DisplayIDGT

func DisplayIDGT(v string) predicate.WorkflowInstance

DisplayIDGT applies the GT predicate on the "display_id" field.

func DisplayIDGTE

func DisplayIDGTE(v string) predicate.WorkflowInstance

DisplayIDGTE applies the GTE predicate on the "display_id" field.

func DisplayIDHasPrefix

func DisplayIDHasPrefix(v string) predicate.WorkflowInstance

DisplayIDHasPrefix applies the HasPrefix predicate on the "display_id" field.

func DisplayIDHasSuffix

func DisplayIDHasSuffix(v string) predicate.WorkflowInstance

DisplayIDHasSuffix applies the HasSuffix predicate on the "display_id" field.

func DisplayIDIn

func DisplayIDIn(vs ...string) predicate.WorkflowInstance

DisplayIDIn applies the In predicate on the "display_id" field.

func DisplayIDLT

func DisplayIDLT(v string) predicate.WorkflowInstance

DisplayIDLT applies the LT predicate on the "display_id" field.

func DisplayIDLTE

func DisplayIDLTE(v string) predicate.WorkflowInstance

DisplayIDLTE applies the LTE predicate on the "display_id" field.

func DisplayIDNEQ

func DisplayIDNEQ(v string) predicate.WorkflowInstance

DisplayIDNEQ applies the NEQ predicate on the "display_id" field.

func DisplayIDNotIn

func DisplayIDNotIn(vs ...string) predicate.WorkflowInstance

DisplayIDNotIn applies the NotIn predicate on the "display_id" field.

func EvidenceID added in v0.49.5

func EvidenceID(v string) predicate.WorkflowInstance

EvidenceID applies equality check predicate on the "evidence_id" field. It's identical to EvidenceIDEQ.

func EvidenceIDContains added in v0.49.5

func EvidenceIDContains(v string) predicate.WorkflowInstance

EvidenceIDContains applies the Contains predicate on the "evidence_id" field.

func EvidenceIDContainsFold added in v0.49.5

func EvidenceIDContainsFold(v string) predicate.WorkflowInstance

EvidenceIDContainsFold applies the ContainsFold predicate on the "evidence_id" field.

func EvidenceIDEQ added in v0.49.5

func EvidenceIDEQ(v string) predicate.WorkflowInstance

EvidenceIDEQ applies the EQ predicate on the "evidence_id" field.

func EvidenceIDEqualFold added in v0.49.5

func EvidenceIDEqualFold(v string) predicate.WorkflowInstance

EvidenceIDEqualFold applies the EqualFold predicate on the "evidence_id" field.

func EvidenceIDGT added in v0.49.5

func EvidenceIDGT(v string) predicate.WorkflowInstance

EvidenceIDGT applies the GT predicate on the "evidence_id" field.

func EvidenceIDGTE added in v0.49.5

func EvidenceIDGTE(v string) predicate.WorkflowInstance

EvidenceIDGTE applies the GTE predicate on the "evidence_id" field.

func EvidenceIDHasPrefix added in v0.49.5

func EvidenceIDHasPrefix(v string) predicate.WorkflowInstance

EvidenceIDHasPrefix applies the HasPrefix predicate on the "evidence_id" field.

func EvidenceIDHasSuffix added in v0.49.5

func EvidenceIDHasSuffix(v string) predicate.WorkflowInstance

EvidenceIDHasSuffix applies the HasSuffix predicate on the "evidence_id" field.

func EvidenceIDIn added in v0.49.5

func EvidenceIDIn(vs ...string) predicate.WorkflowInstance

EvidenceIDIn applies the In predicate on the "evidence_id" field.

func EvidenceIDIsNil added in v0.49.5

func EvidenceIDIsNil() predicate.WorkflowInstance

EvidenceIDIsNil applies the IsNil predicate on the "evidence_id" field.

func EvidenceIDLT added in v0.49.5

func EvidenceIDLT(v string) predicate.WorkflowInstance

EvidenceIDLT applies the LT predicate on the "evidence_id" field.

func EvidenceIDLTE added in v0.49.5

func EvidenceIDLTE(v string) predicate.WorkflowInstance

EvidenceIDLTE applies the LTE predicate on the "evidence_id" field.

func EvidenceIDNEQ added in v0.49.5

func EvidenceIDNEQ(v string) predicate.WorkflowInstance

EvidenceIDNEQ applies the NEQ predicate on the "evidence_id" field.

func EvidenceIDNotIn added in v0.49.5

func EvidenceIDNotIn(vs ...string) predicate.WorkflowInstance

EvidenceIDNotIn applies the NotIn predicate on the "evidence_id" field.

func EvidenceIDNotNil added in v0.49.5

func EvidenceIDNotNil() predicate.WorkflowInstance

EvidenceIDNotNil applies the NotNil predicate on the "evidence_id" field.

func FindingID added in v1.27.12

func FindingID(v string) predicate.WorkflowInstance

FindingID applies equality check predicate on the "finding_id" field. It's identical to FindingIDEQ.

func FindingIDContains added in v1.27.12

func FindingIDContains(v string) predicate.WorkflowInstance

FindingIDContains applies the Contains predicate on the "finding_id" field.

func FindingIDContainsFold added in v1.27.12

func FindingIDContainsFold(v string) predicate.WorkflowInstance

FindingIDContainsFold applies the ContainsFold predicate on the "finding_id" field.

func FindingIDEQ added in v1.27.12

func FindingIDEQ(v string) predicate.WorkflowInstance

FindingIDEQ applies the EQ predicate on the "finding_id" field.

func FindingIDEqualFold added in v1.27.12

func FindingIDEqualFold(v string) predicate.WorkflowInstance

FindingIDEqualFold applies the EqualFold predicate on the "finding_id" field.

func FindingIDGT added in v1.27.12

func FindingIDGT(v string) predicate.WorkflowInstance

FindingIDGT applies the GT predicate on the "finding_id" field.

func FindingIDGTE added in v1.27.12

func FindingIDGTE(v string) predicate.WorkflowInstance

FindingIDGTE applies the GTE predicate on the "finding_id" field.

func FindingIDHasPrefix added in v1.27.12

func FindingIDHasPrefix(v string) predicate.WorkflowInstance

FindingIDHasPrefix applies the HasPrefix predicate on the "finding_id" field.

func FindingIDHasSuffix added in v1.27.12

func FindingIDHasSuffix(v string) predicate.WorkflowInstance

FindingIDHasSuffix applies the HasSuffix predicate on the "finding_id" field.

func FindingIDIn added in v1.27.12

func FindingIDIn(vs ...string) predicate.WorkflowInstance

FindingIDIn applies the In predicate on the "finding_id" field.

func FindingIDIsNil added in v1.27.12

func FindingIDIsNil() predicate.WorkflowInstance

FindingIDIsNil applies the IsNil predicate on the "finding_id" field.

func FindingIDLT added in v1.27.12

func FindingIDLT(v string) predicate.WorkflowInstance

FindingIDLT applies the LT predicate on the "finding_id" field.

func FindingIDLTE added in v1.27.12

func FindingIDLTE(v string) predicate.WorkflowInstance

FindingIDLTE applies the LTE predicate on the "finding_id" field.

func FindingIDNEQ added in v1.27.12

func FindingIDNEQ(v string) predicate.WorkflowInstance

FindingIDNEQ applies the NEQ predicate on the "finding_id" field.

func FindingIDNotIn added in v1.27.12

func FindingIDNotIn(vs ...string) predicate.WorkflowInstance

FindingIDNotIn applies the NotIn predicate on the "finding_id" field.

func FindingIDNotNil added in v1.27.12

func FindingIDNotNil() predicate.WorkflowInstance

FindingIDNotNil applies the NotNil predicate on the "finding_id" field.

func HasActionPlan added in v0.52.0

func HasActionPlan() predicate.WorkflowInstance

HasActionPlan applies the HasEdge predicate on the "action_plan" edge.

func HasActionPlanWith added in v0.52.0

func HasActionPlanWith(preds ...predicate.ActionPlan) predicate.WorkflowInstance

HasActionPlanWith applies the HasEdge predicate on the "action_plan" edge with a given conditions (other predicates).

func HasAssessment added in v1.27.12

func HasAssessment() predicate.WorkflowInstance

HasAssessment applies the HasEdge predicate on the "assessment" edge.

func HasAssessmentResponse added in v1.27.12

func HasAssessmentResponse() predicate.WorkflowInstance

HasAssessmentResponse applies the HasEdge predicate on the "assessment_response" edge.

func HasAssessmentResponseWith added in v1.27.12

func HasAssessmentResponseWith(preds ...predicate.AssessmentResponse) predicate.WorkflowInstance

HasAssessmentResponseWith applies the HasEdge predicate on the "assessment_response" edge with a given conditions (other predicates).

func HasAssessmentWith added in v1.27.12

func HasAssessmentWith(preds ...predicate.Assessment) predicate.WorkflowInstance

HasAssessmentWith applies the HasEdge predicate on the "assessment" edge with a given conditions (other predicates).

func HasCampaign added in v1.5.0

func HasCampaign() predicate.WorkflowInstance

HasCampaign applies the HasEdge predicate on the "campaign" edge.

func HasCampaignTarget added in v1.5.0

func HasCampaignTarget() predicate.WorkflowInstance

HasCampaignTarget applies the HasEdge predicate on the "campaign_target" edge.

func HasCampaignTargetWith added in v1.5.0

func HasCampaignTargetWith(preds ...predicate.CampaignTarget) predicate.WorkflowInstance

HasCampaignTargetWith applies the HasEdge predicate on the "campaign_target" edge with a given conditions (other predicates).

func HasCampaignWith added in v1.5.0

func HasCampaignWith(preds ...predicate.Campaign) predicate.WorkflowInstance

HasCampaignWith applies the HasEdge predicate on the "campaign" edge with a given conditions (other predicates).

func HasControl added in v0.49.5

func HasControl() predicate.WorkflowInstance

HasControl applies the HasEdge predicate on the "control" edge.

func HasControlWith added in v0.49.5

func HasControlWith(preds ...predicate.Control) predicate.WorkflowInstance

HasControlWith applies the HasEdge predicate on the "control" edge with a given conditions (other predicates).

func HasEmailTemplates added in v1.7.0

func HasEmailTemplates() predicate.WorkflowInstance

HasEmailTemplates applies the HasEdge predicate on the "email_templates" edge.

func HasEmailTemplatesWith added in v1.7.0

func HasEmailTemplatesWith(preds ...predicate.EmailTemplate) predicate.WorkflowInstance

HasEmailTemplatesWith applies the HasEdge predicate on the "email_templates" edge with a given conditions (other predicates).

func HasEvidence added in v0.49.5

func HasEvidence() predicate.WorkflowInstance

HasEvidence applies the HasEdge predicate on the "evidence" edge.

func HasEvidenceWith added in v0.49.5

func HasEvidenceWith(preds ...predicate.Evidence) predicate.WorkflowInstance

HasEvidenceWith applies the HasEdge predicate on the "evidence" edge with a given conditions (other predicates).

func HasFinding added in v1.27.12

func HasFinding() predicate.WorkflowInstance

HasFinding applies the HasEdge predicate on the "finding" edge.

func HasFindingWith added in v1.27.12

func HasFindingWith(preds ...predicate.Finding) predicate.WorkflowInstance

HasFindingWith applies the HasEdge predicate on the "finding" edge with a given conditions (other predicates).

func HasIdentityHolder added in v1.5.0

func HasIdentityHolder() predicate.WorkflowInstance

HasIdentityHolder applies the HasEdge predicate on the "identity_holder" edge.

func HasIdentityHolderWith added in v1.5.0

func HasIdentityHolderWith(preds ...predicate.IdentityHolder) predicate.WorkflowInstance

HasIdentityHolderWith applies the HasEdge predicate on the "identity_holder" edge with a given conditions (other predicates).

func HasIntegration added in v1.27.12

func HasIntegration() predicate.WorkflowInstance

HasIntegration applies the HasEdge predicate on the "integration" edge.

func HasIntegrationWith added in v1.27.12

func HasIntegrationWith(preds ...predicate.Integration) predicate.WorkflowInstance

HasIntegrationWith applies the HasEdge predicate on the "integration" edge with a given conditions (other predicates).

func HasInternalPolicy added in v0.49.5

func HasInternalPolicy() predicate.WorkflowInstance

HasInternalPolicy applies the HasEdge predicate on the "internal_policy" edge.

func HasInternalPolicyWith added in v0.49.5

func HasInternalPolicyWith(preds ...predicate.InternalPolicy) predicate.WorkflowInstance

HasInternalPolicyWith applies the HasEdge predicate on the "internal_policy" edge with a given conditions (other predicates).

func HasOwner

func HasOwner() predicate.WorkflowInstance

HasOwner applies the HasEdge predicate on the "owner" edge.

func HasOwnerWith

func HasOwnerWith(preds ...predicate.Organization) predicate.WorkflowInstance

HasOwnerWith applies the HasEdge predicate on the "owner" edge with a given conditions (other predicates).

func HasPlatform added in v1.5.0

func HasPlatform() predicate.WorkflowInstance

HasPlatform applies the HasEdge predicate on the "platform" edge.

func HasPlatformWith added in v1.5.0

func HasPlatformWith(preds ...predicate.Platform) predicate.WorkflowInstance

HasPlatformWith applies the HasEdge predicate on the "platform" edge with a given conditions (other predicates).

func HasProcedure added in v0.52.0

func HasProcedure() predicate.WorkflowInstance

HasProcedure applies the HasEdge predicate on the "procedure" edge.

func HasProcedureWith added in v0.52.0

func HasProcedureWith(preds ...predicate.Procedure) predicate.WorkflowInstance

HasProcedureWith applies the HasEdge predicate on the "procedure" edge with a given conditions (other predicates).

func HasRemediation added in v1.27.12

func HasRemediation() predicate.WorkflowInstance

HasRemediation applies the HasEdge predicate on the "remediation" edge.

func HasRemediationWith added in v1.27.12

func HasRemediationWith(preds ...predicate.Remediation) predicate.WorkflowInstance

HasRemediationWith applies the HasEdge predicate on the "remediation" edge with a given conditions (other predicates).

func HasRisk added in v1.27.12

func HasRisk() predicate.WorkflowInstance

HasRisk applies the HasEdge predicate on the "risk" edge.

func HasRiskWith added in v1.27.12

func HasRiskWith(preds ...predicate.Risk) predicate.WorkflowInstance

HasRiskWith applies the HasEdge predicate on the "risk" edge with a given conditions (other predicates).

func HasSubcontrol added in v0.52.0

func HasSubcontrol() predicate.WorkflowInstance

HasSubcontrol applies the HasEdge predicate on the "subcontrol" edge.

func HasSubcontrolWith added in v0.52.0

func HasSubcontrolWith(preds ...predicate.Subcontrol) predicate.WorkflowInstance

HasSubcontrolWith applies the HasEdge predicate on the "subcontrol" edge with a given conditions (other predicates).

func HasTask added in v1.27.12

func HasTask() predicate.WorkflowInstance

HasTask applies the HasEdge predicate on the "task" edge.

func HasTaskWith added in v1.27.12

func HasTaskWith(preds ...predicate.Task) predicate.WorkflowInstance

HasTaskWith applies the HasEdge predicate on the "task" edge with a given conditions (other predicates).

func HasVulnerability added in v1.27.12

func HasVulnerability() predicate.WorkflowInstance

HasVulnerability applies the HasEdge predicate on the "vulnerability" edge.

func HasVulnerabilityWith added in v1.27.12

func HasVulnerabilityWith(preds ...predicate.Vulnerability) predicate.WorkflowInstance

HasVulnerabilityWith applies the HasEdge predicate on the "vulnerability" edge with a given conditions (other predicates).

func HasWorkflowAssignments

func HasWorkflowAssignments() predicate.WorkflowInstance

HasWorkflowAssignments applies the HasEdge predicate on the "workflow_assignments" edge.

func HasWorkflowAssignmentsWith

func HasWorkflowAssignmentsWith(preds ...predicate.WorkflowAssignment) predicate.WorkflowInstance

HasWorkflowAssignmentsWith applies the HasEdge predicate on the "workflow_assignments" edge with a given conditions (other predicates).

func HasWorkflowDefinition

func HasWorkflowDefinition() predicate.WorkflowInstance

HasWorkflowDefinition applies the HasEdge predicate on the "workflow_definition" edge.

func HasWorkflowDefinitionWith

func HasWorkflowDefinitionWith(preds ...predicate.WorkflowDefinition) predicate.WorkflowInstance

HasWorkflowDefinitionWith applies the HasEdge predicate on the "workflow_definition" edge with a given conditions (other predicates).

func HasWorkflowEvents

func HasWorkflowEvents() predicate.WorkflowInstance

HasWorkflowEvents applies the HasEdge predicate on the "workflow_events" edge.

func HasWorkflowEventsWith

func HasWorkflowEventsWith(preds ...predicate.WorkflowEvent) predicate.WorkflowInstance

HasWorkflowEventsWith applies the HasEdge predicate on the "workflow_events" edge with a given conditions (other predicates).

func HasWorkflowObjectRefs

func HasWorkflowObjectRefs() predicate.WorkflowInstance

HasWorkflowObjectRefs applies the HasEdge predicate on the "workflow_object_refs" edge.

func HasWorkflowObjectRefsWith

func HasWorkflowObjectRefsWith(preds ...predicate.WorkflowObjectRef) predicate.WorkflowInstance

HasWorkflowObjectRefsWith applies the HasEdge predicate on the "workflow_object_refs" edge with a given conditions (other predicates).

func HasWorkflowProposal added in v0.52.0

func HasWorkflowProposal() predicate.WorkflowInstance

HasWorkflowProposal applies the HasEdge predicate on the "workflow_proposal" edge.

func HasWorkflowProposalWith added in v0.52.0

func HasWorkflowProposalWith(preds ...predicate.WorkflowProposal) predicate.WorkflowInstance

HasWorkflowProposalWith applies the HasEdge predicate on the "workflow_proposal" edge with a given conditions (other predicates).

func ID

ID filters vertices based on their ID field.

func IDContainsFold

func IDContainsFold(id string) predicate.WorkflowInstance

IDContainsFold applies the ContainsFold predicate on the ID field.

func IDEQ

IDEQ applies the EQ predicate on the ID field.

func IDEqualFold

func IDEqualFold(id string) predicate.WorkflowInstance

IDEqualFold applies the EqualFold predicate on the ID field.

func IDGT

IDGT applies the GT predicate on the ID field.

func IDGTE

IDGTE applies the GTE predicate on the ID field.

func IDIn

func IDIn(ids ...string) predicate.WorkflowInstance

IDIn applies the In predicate on the ID field.

func IDLT

IDLT applies the LT predicate on the ID field.

func IDLTE

IDLTE applies the LTE predicate on the ID field.

func IDNEQ

IDNEQ applies the NEQ predicate on the ID field.

func IDNotIn

func IDNotIn(ids ...string) predicate.WorkflowInstance

IDNotIn applies the NotIn predicate on the ID field.

func IdentityHolderID added in v1.5.0

func IdentityHolderID(v string) predicate.WorkflowInstance

IdentityHolderID applies equality check predicate on the "identity_holder_id" field. It's identical to IdentityHolderIDEQ.

func IdentityHolderIDContains added in v1.5.0

func IdentityHolderIDContains(v string) predicate.WorkflowInstance

IdentityHolderIDContains applies the Contains predicate on the "identity_holder_id" field.

func IdentityHolderIDContainsFold added in v1.5.0

func IdentityHolderIDContainsFold(v string) predicate.WorkflowInstance

IdentityHolderIDContainsFold applies the ContainsFold predicate on the "identity_holder_id" field.

func IdentityHolderIDEQ added in v1.5.0

func IdentityHolderIDEQ(v string) predicate.WorkflowInstance

IdentityHolderIDEQ applies the EQ predicate on the "identity_holder_id" field.

func IdentityHolderIDEqualFold added in v1.5.0

func IdentityHolderIDEqualFold(v string) predicate.WorkflowInstance

IdentityHolderIDEqualFold applies the EqualFold predicate on the "identity_holder_id" field.

func IdentityHolderIDGT added in v1.5.0

func IdentityHolderIDGT(v string) predicate.WorkflowInstance

IdentityHolderIDGT applies the GT predicate on the "identity_holder_id" field.

func IdentityHolderIDGTE added in v1.5.0

func IdentityHolderIDGTE(v string) predicate.WorkflowInstance

IdentityHolderIDGTE applies the GTE predicate on the "identity_holder_id" field.

func IdentityHolderIDHasPrefix added in v1.5.0

func IdentityHolderIDHasPrefix(v string) predicate.WorkflowInstance

IdentityHolderIDHasPrefix applies the HasPrefix predicate on the "identity_holder_id" field.

func IdentityHolderIDHasSuffix added in v1.5.0

func IdentityHolderIDHasSuffix(v string) predicate.WorkflowInstance

IdentityHolderIDHasSuffix applies the HasSuffix predicate on the "identity_holder_id" field.

func IdentityHolderIDIn added in v1.5.0

func IdentityHolderIDIn(vs ...string) predicate.WorkflowInstance

IdentityHolderIDIn applies the In predicate on the "identity_holder_id" field.

func IdentityHolderIDIsNil added in v1.5.0

func IdentityHolderIDIsNil() predicate.WorkflowInstance

IdentityHolderIDIsNil applies the IsNil predicate on the "identity_holder_id" field.

func IdentityHolderIDLT added in v1.5.0

func IdentityHolderIDLT(v string) predicate.WorkflowInstance

IdentityHolderIDLT applies the LT predicate on the "identity_holder_id" field.

func IdentityHolderIDLTE added in v1.5.0

func IdentityHolderIDLTE(v string) predicate.WorkflowInstance

IdentityHolderIDLTE applies the LTE predicate on the "identity_holder_id" field.

func IdentityHolderIDNEQ added in v1.5.0

func IdentityHolderIDNEQ(v string) predicate.WorkflowInstance

IdentityHolderIDNEQ applies the NEQ predicate on the "identity_holder_id" field.

func IdentityHolderIDNotIn added in v1.5.0

func IdentityHolderIDNotIn(vs ...string) predicate.WorkflowInstance

IdentityHolderIDNotIn applies the NotIn predicate on the "identity_holder_id" field.

func IdentityHolderIDNotNil added in v1.5.0

func IdentityHolderIDNotNil() predicate.WorkflowInstance

IdentityHolderIDNotNil applies the NotNil predicate on the "identity_holder_id" field.

func IntegrationID added in v1.27.12

func IntegrationID(v string) predicate.WorkflowInstance

IntegrationID applies equality check predicate on the "integration_id" field. It's identical to IntegrationIDEQ.

func IntegrationIDContains added in v1.27.12

func IntegrationIDContains(v string) predicate.WorkflowInstance

IntegrationIDContains applies the Contains predicate on the "integration_id" field.

func IntegrationIDContainsFold added in v1.27.12

func IntegrationIDContainsFold(v string) predicate.WorkflowInstance

IntegrationIDContainsFold applies the ContainsFold predicate on the "integration_id" field.

func IntegrationIDEQ added in v1.27.12

func IntegrationIDEQ(v string) predicate.WorkflowInstance

IntegrationIDEQ applies the EQ predicate on the "integration_id" field.

func IntegrationIDEqualFold added in v1.27.12

func IntegrationIDEqualFold(v string) predicate.WorkflowInstance

IntegrationIDEqualFold applies the EqualFold predicate on the "integration_id" field.

func IntegrationIDGT added in v1.27.12

func IntegrationIDGT(v string) predicate.WorkflowInstance

IntegrationIDGT applies the GT predicate on the "integration_id" field.

func IntegrationIDGTE added in v1.27.12

func IntegrationIDGTE(v string) predicate.WorkflowInstance

IntegrationIDGTE applies the GTE predicate on the "integration_id" field.

func IntegrationIDHasPrefix added in v1.27.12

func IntegrationIDHasPrefix(v string) predicate.WorkflowInstance

IntegrationIDHasPrefix applies the HasPrefix predicate on the "integration_id" field.

func IntegrationIDHasSuffix added in v1.27.12

func IntegrationIDHasSuffix(v string) predicate.WorkflowInstance

IntegrationIDHasSuffix applies the HasSuffix predicate on the "integration_id" field.

func IntegrationIDIn added in v1.27.12

func IntegrationIDIn(vs ...string) predicate.WorkflowInstance

IntegrationIDIn applies the In predicate on the "integration_id" field.

func IntegrationIDIsNil added in v1.27.12

func IntegrationIDIsNil() predicate.WorkflowInstance

IntegrationIDIsNil applies the IsNil predicate on the "integration_id" field.

func IntegrationIDLT added in v1.27.12

func IntegrationIDLT(v string) predicate.WorkflowInstance

IntegrationIDLT applies the LT predicate on the "integration_id" field.

func IntegrationIDLTE added in v1.27.12

func IntegrationIDLTE(v string) predicate.WorkflowInstance

IntegrationIDLTE applies the LTE predicate on the "integration_id" field.

func IntegrationIDNEQ added in v1.27.12

func IntegrationIDNEQ(v string) predicate.WorkflowInstance

IntegrationIDNEQ applies the NEQ predicate on the "integration_id" field.

func IntegrationIDNotIn added in v1.27.12

func IntegrationIDNotIn(vs ...string) predicate.WorkflowInstance

IntegrationIDNotIn applies the NotIn predicate on the "integration_id" field.

func IntegrationIDNotNil added in v1.27.12

func IntegrationIDNotNil() predicate.WorkflowInstance

IntegrationIDNotNil applies the NotNil predicate on the "integration_id" field.

func InternalPolicyID added in v0.49.5

func InternalPolicyID(v string) predicate.WorkflowInstance

InternalPolicyID applies equality check predicate on the "internal_policy_id" field. It's identical to InternalPolicyIDEQ.

func InternalPolicyIDContains added in v0.49.5

func InternalPolicyIDContains(v string) predicate.WorkflowInstance

InternalPolicyIDContains applies the Contains predicate on the "internal_policy_id" field.

func InternalPolicyIDContainsFold added in v0.49.5

func InternalPolicyIDContainsFold(v string) predicate.WorkflowInstance

InternalPolicyIDContainsFold applies the ContainsFold predicate on the "internal_policy_id" field.

func InternalPolicyIDEQ added in v0.49.5

func InternalPolicyIDEQ(v string) predicate.WorkflowInstance

InternalPolicyIDEQ applies the EQ predicate on the "internal_policy_id" field.

func InternalPolicyIDEqualFold added in v0.49.5

func InternalPolicyIDEqualFold(v string) predicate.WorkflowInstance

InternalPolicyIDEqualFold applies the EqualFold predicate on the "internal_policy_id" field.

func InternalPolicyIDGT added in v0.49.5

func InternalPolicyIDGT(v string) predicate.WorkflowInstance

InternalPolicyIDGT applies the GT predicate on the "internal_policy_id" field.

func InternalPolicyIDGTE added in v0.49.5

func InternalPolicyIDGTE(v string) predicate.WorkflowInstance

InternalPolicyIDGTE applies the GTE predicate on the "internal_policy_id" field.

func InternalPolicyIDHasPrefix added in v0.49.5

func InternalPolicyIDHasPrefix(v string) predicate.WorkflowInstance

InternalPolicyIDHasPrefix applies the HasPrefix predicate on the "internal_policy_id" field.

func InternalPolicyIDHasSuffix added in v0.49.5

func InternalPolicyIDHasSuffix(v string) predicate.WorkflowInstance

InternalPolicyIDHasSuffix applies the HasSuffix predicate on the "internal_policy_id" field.

func InternalPolicyIDIn added in v0.49.5

func InternalPolicyIDIn(vs ...string) predicate.WorkflowInstance

InternalPolicyIDIn applies the In predicate on the "internal_policy_id" field.

func InternalPolicyIDIsNil added in v0.49.5

func InternalPolicyIDIsNil() predicate.WorkflowInstance

InternalPolicyIDIsNil applies the IsNil predicate on the "internal_policy_id" field.

func InternalPolicyIDLT added in v0.49.5

func InternalPolicyIDLT(v string) predicate.WorkflowInstance

InternalPolicyIDLT applies the LT predicate on the "internal_policy_id" field.

func InternalPolicyIDLTE added in v0.49.5

func InternalPolicyIDLTE(v string) predicate.WorkflowInstance

InternalPolicyIDLTE applies the LTE predicate on the "internal_policy_id" field.

func InternalPolicyIDNEQ added in v0.49.5

func InternalPolicyIDNEQ(v string) predicate.WorkflowInstance

InternalPolicyIDNEQ applies the NEQ predicate on the "internal_policy_id" field.

func InternalPolicyIDNotIn added in v0.49.5

func InternalPolicyIDNotIn(vs ...string) predicate.WorkflowInstance

InternalPolicyIDNotIn applies the NotIn predicate on the "internal_policy_id" field.

func InternalPolicyIDNotNil added in v0.49.5

func InternalPolicyIDNotNil() predicate.WorkflowInstance

InternalPolicyIDNotNil applies the NotNil predicate on the "internal_policy_id" field.

func LastEvaluatedAt

func LastEvaluatedAt(v time.Time) predicate.WorkflowInstance

LastEvaluatedAt applies equality check predicate on the "last_evaluated_at" field. It's identical to LastEvaluatedAtEQ.

func LastEvaluatedAtEQ

func LastEvaluatedAtEQ(v time.Time) predicate.WorkflowInstance

LastEvaluatedAtEQ applies the EQ predicate on the "last_evaluated_at" field.

func LastEvaluatedAtGT

func LastEvaluatedAtGT(v time.Time) predicate.WorkflowInstance

LastEvaluatedAtGT applies the GT predicate on the "last_evaluated_at" field.

func LastEvaluatedAtGTE

func LastEvaluatedAtGTE(v time.Time) predicate.WorkflowInstance

LastEvaluatedAtGTE applies the GTE predicate on the "last_evaluated_at" field.

func LastEvaluatedAtIn

func LastEvaluatedAtIn(vs ...time.Time) predicate.WorkflowInstance

LastEvaluatedAtIn applies the In predicate on the "last_evaluated_at" field.

func LastEvaluatedAtIsNil

func LastEvaluatedAtIsNil() predicate.WorkflowInstance

LastEvaluatedAtIsNil applies the IsNil predicate on the "last_evaluated_at" field.

func LastEvaluatedAtLT

func LastEvaluatedAtLT(v time.Time) predicate.WorkflowInstance

LastEvaluatedAtLT applies the LT predicate on the "last_evaluated_at" field.

func LastEvaluatedAtLTE

func LastEvaluatedAtLTE(v time.Time) predicate.WorkflowInstance

LastEvaluatedAtLTE applies the LTE predicate on the "last_evaluated_at" field.

func LastEvaluatedAtNEQ

func LastEvaluatedAtNEQ(v time.Time) predicate.WorkflowInstance

LastEvaluatedAtNEQ applies the NEQ predicate on the "last_evaluated_at" field.

func LastEvaluatedAtNotIn

func LastEvaluatedAtNotIn(vs ...time.Time) predicate.WorkflowInstance

LastEvaluatedAtNotIn applies the NotIn predicate on the "last_evaluated_at" field.

func LastEvaluatedAtNotNil

func LastEvaluatedAtNotNil() predicate.WorkflowInstance

LastEvaluatedAtNotNil applies the NotNil predicate on the "last_evaluated_at" field.

func Not

Not applies the not operator on the given predicate.

func Or

Or groups predicates with the OR operator between them.

func OwnerID

OwnerID applies equality check predicate on the "owner_id" field. It's identical to OwnerIDEQ.

func OwnerIDContains

func OwnerIDContains(v string) predicate.WorkflowInstance

OwnerIDContains applies the Contains predicate on the "owner_id" field.

func OwnerIDContainsFold

func OwnerIDContainsFold(v string) predicate.WorkflowInstance

OwnerIDContainsFold applies the ContainsFold predicate on the "owner_id" field.

func OwnerIDEQ

func OwnerIDEQ(v string) predicate.WorkflowInstance

OwnerIDEQ applies the EQ predicate on the "owner_id" field.

func OwnerIDEqualFold

func OwnerIDEqualFold(v string) predicate.WorkflowInstance

OwnerIDEqualFold applies the EqualFold predicate on the "owner_id" field.

func OwnerIDGT

func OwnerIDGT(v string) predicate.WorkflowInstance

OwnerIDGT applies the GT predicate on the "owner_id" field.

func OwnerIDGTE

func OwnerIDGTE(v string) predicate.WorkflowInstance

OwnerIDGTE applies the GTE predicate on the "owner_id" field.

func OwnerIDHasPrefix

func OwnerIDHasPrefix(v string) predicate.WorkflowInstance

OwnerIDHasPrefix applies the HasPrefix predicate on the "owner_id" field.

func OwnerIDHasSuffix

func OwnerIDHasSuffix(v string) predicate.WorkflowInstance

OwnerIDHasSuffix applies the HasSuffix predicate on the "owner_id" field.

func OwnerIDIn

func OwnerIDIn(vs ...string) predicate.WorkflowInstance

OwnerIDIn applies the In predicate on the "owner_id" field.

func OwnerIDIsNil

func OwnerIDIsNil() predicate.WorkflowInstance

OwnerIDIsNil applies the IsNil predicate on the "owner_id" field.

func OwnerIDLT

func OwnerIDLT(v string) predicate.WorkflowInstance

OwnerIDLT applies the LT predicate on the "owner_id" field.

func OwnerIDLTE

func OwnerIDLTE(v string) predicate.WorkflowInstance

OwnerIDLTE applies the LTE predicate on the "owner_id" field.

func OwnerIDNEQ

func OwnerIDNEQ(v string) predicate.WorkflowInstance

OwnerIDNEQ applies the NEQ predicate on the "owner_id" field.

func OwnerIDNotIn

func OwnerIDNotIn(vs ...string) predicate.WorkflowInstance

OwnerIDNotIn applies the NotIn predicate on the "owner_id" field.

func OwnerIDNotNil

func OwnerIDNotNil() predicate.WorkflowInstance

OwnerIDNotNil applies the NotNil predicate on the "owner_id" field.

func PlatformID added in v1.5.0

func PlatformID(v string) predicate.WorkflowInstance

PlatformID applies equality check predicate on the "platform_id" field. It's identical to PlatformIDEQ.

func PlatformIDContains added in v1.5.0

func PlatformIDContains(v string) predicate.WorkflowInstance

PlatformIDContains applies the Contains predicate on the "platform_id" field.

func PlatformIDContainsFold added in v1.5.0

func PlatformIDContainsFold(v string) predicate.WorkflowInstance

PlatformIDContainsFold applies the ContainsFold predicate on the "platform_id" field.

func PlatformIDEQ added in v1.5.0

func PlatformIDEQ(v string) predicate.WorkflowInstance

PlatformIDEQ applies the EQ predicate on the "platform_id" field.

func PlatformIDEqualFold added in v1.5.0

func PlatformIDEqualFold(v string) predicate.WorkflowInstance

PlatformIDEqualFold applies the EqualFold predicate on the "platform_id" field.

func PlatformIDGT added in v1.5.0

func PlatformIDGT(v string) predicate.WorkflowInstance

PlatformIDGT applies the GT predicate on the "platform_id" field.

func PlatformIDGTE added in v1.5.0

func PlatformIDGTE(v string) predicate.WorkflowInstance

PlatformIDGTE applies the GTE predicate on the "platform_id" field.

func PlatformIDHasPrefix added in v1.5.0

func PlatformIDHasPrefix(v string) predicate.WorkflowInstance

PlatformIDHasPrefix applies the HasPrefix predicate on the "platform_id" field.

func PlatformIDHasSuffix added in v1.5.0

func PlatformIDHasSuffix(v string) predicate.WorkflowInstance

PlatformIDHasSuffix applies the HasSuffix predicate on the "platform_id" field.

func PlatformIDIn added in v1.5.0

func PlatformIDIn(vs ...string) predicate.WorkflowInstance

PlatformIDIn applies the In predicate on the "platform_id" field.

func PlatformIDIsNil added in v1.5.0

func PlatformIDIsNil() predicate.WorkflowInstance

PlatformIDIsNil applies the IsNil predicate on the "platform_id" field.

func PlatformIDLT added in v1.5.0

func PlatformIDLT(v string) predicate.WorkflowInstance

PlatformIDLT applies the LT predicate on the "platform_id" field.

func PlatformIDLTE added in v1.5.0

func PlatformIDLTE(v string) predicate.WorkflowInstance

PlatformIDLTE applies the LTE predicate on the "platform_id" field.

func PlatformIDNEQ added in v1.5.0

func PlatformIDNEQ(v string) predicate.WorkflowInstance

PlatformIDNEQ applies the NEQ predicate on the "platform_id" field.

func PlatformIDNotIn added in v1.5.0

func PlatformIDNotIn(vs ...string) predicate.WorkflowInstance

PlatformIDNotIn applies the NotIn predicate on the "platform_id" field.

func PlatformIDNotNil added in v1.5.0

func PlatformIDNotNil() predicate.WorkflowInstance

PlatformIDNotNil applies the NotNil predicate on the "platform_id" field.

func ProcedureID added in v0.52.0

func ProcedureID(v string) predicate.WorkflowInstance

ProcedureID applies equality check predicate on the "procedure_id" field. It's identical to ProcedureIDEQ.

func ProcedureIDContains added in v0.52.0

func ProcedureIDContains(v string) predicate.WorkflowInstance

ProcedureIDContains applies the Contains predicate on the "procedure_id" field.

func ProcedureIDContainsFold added in v0.52.0

func ProcedureIDContainsFold(v string) predicate.WorkflowInstance

ProcedureIDContainsFold applies the ContainsFold predicate on the "procedure_id" field.

func ProcedureIDEQ added in v0.52.0

func ProcedureIDEQ(v string) predicate.WorkflowInstance

ProcedureIDEQ applies the EQ predicate on the "procedure_id" field.

func ProcedureIDEqualFold added in v0.52.0

func ProcedureIDEqualFold(v string) predicate.WorkflowInstance

ProcedureIDEqualFold applies the EqualFold predicate on the "procedure_id" field.

func ProcedureIDGT added in v0.52.0

func ProcedureIDGT(v string) predicate.WorkflowInstance

ProcedureIDGT applies the GT predicate on the "procedure_id" field.

func ProcedureIDGTE added in v0.52.0

func ProcedureIDGTE(v string) predicate.WorkflowInstance

ProcedureIDGTE applies the GTE predicate on the "procedure_id" field.

func ProcedureIDHasPrefix added in v0.52.0

func ProcedureIDHasPrefix(v string) predicate.WorkflowInstance

ProcedureIDHasPrefix applies the HasPrefix predicate on the "procedure_id" field.

func ProcedureIDHasSuffix added in v0.52.0

func ProcedureIDHasSuffix(v string) predicate.WorkflowInstance

ProcedureIDHasSuffix applies the HasSuffix predicate on the "procedure_id" field.

func ProcedureIDIn added in v0.52.0

func ProcedureIDIn(vs ...string) predicate.WorkflowInstance

ProcedureIDIn applies the In predicate on the "procedure_id" field.

func ProcedureIDIsNil added in v0.52.0

func ProcedureIDIsNil() predicate.WorkflowInstance

ProcedureIDIsNil applies the IsNil predicate on the "procedure_id" field.

func ProcedureIDLT added in v0.52.0

func ProcedureIDLT(v string) predicate.WorkflowInstance

ProcedureIDLT applies the LT predicate on the "procedure_id" field.

func ProcedureIDLTE added in v0.52.0

func ProcedureIDLTE(v string) predicate.WorkflowInstance

ProcedureIDLTE applies the LTE predicate on the "procedure_id" field.

func ProcedureIDNEQ added in v0.52.0

func ProcedureIDNEQ(v string) predicate.WorkflowInstance

ProcedureIDNEQ applies the NEQ predicate on the "procedure_id" field.

func ProcedureIDNotIn added in v0.52.0

func ProcedureIDNotIn(vs ...string) predicate.WorkflowInstance

ProcedureIDNotIn applies the NotIn predicate on the "procedure_id" field.

func ProcedureIDNotNil added in v0.52.0

func ProcedureIDNotNil() predicate.WorkflowInstance

ProcedureIDNotNil applies the NotNil predicate on the "procedure_id" field.

func RemediationID added in v1.27.12

func RemediationID(v string) predicate.WorkflowInstance

RemediationID applies equality check predicate on the "remediation_id" field. It's identical to RemediationIDEQ.

func RemediationIDContains added in v1.27.12

func RemediationIDContains(v string) predicate.WorkflowInstance

RemediationIDContains applies the Contains predicate on the "remediation_id" field.

func RemediationIDContainsFold added in v1.27.12

func RemediationIDContainsFold(v string) predicate.WorkflowInstance

RemediationIDContainsFold applies the ContainsFold predicate on the "remediation_id" field.

func RemediationIDEQ added in v1.27.12

func RemediationIDEQ(v string) predicate.WorkflowInstance

RemediationIDEQ applies the EQ predicate on the "remediation_id" field.

func RemediationIDEqualFold added in v1.27.12

func RemediationIDEqualFold(v string) predicate.WorkflowInstance

RemediationIDEqualFold applies the EqualFold predicate on the "remediation_id" field.

func RemediationIDGT added in v1.27.12

func RemediationIDGT(v string) predicate.WorkflowInstance

RemediationIDGT applies the GT predicate on the "remediation_id" field.

func RemediationIDGTE added in v1.27.12

func RemediationIDGTE(v string) predicate.WorkflowInstance

RemediationIDGTE applies the GTE predicate on the "remediation_id" field.

func RemediationIDHasPrefix added in v1.27.12

func RemediationIDHasPrefix(v string) predicate.WorkflowInstance

RemediationIDHasPrefix applies the HasPrefix predicate on the "remediation_id" field.

func RemediationIDHasSuffix added in v1.27.12

func RemediationIDHasSuffix(v string) predicate.WorkflowInstance

RemediationIDHasSuffix applies the HasSuffix predicate on the "remediation_id" field.

func RemediationIDIn added in v1.27.12

func RemediationIDIn(vs ...string) predicate.WorkflowInstance

RemediationIDIn applies the In predicate on the "remediation_id" field.

func RemediationIDIsNil added in v1.27.12

func RemediationIDIsNil() predicate.WorkflowInstance

RemediationIDIsNil applies the IsNil predicate on the "remediation_id" field.

func RemediationIDLT added in v1.27.12

func RemediationIDLT(v string) predicate.WorkflowInstance

RemediationIDLT applies the LT predicate on the "remediation_id" field.

func RemediationIDLTE added in v1.27.12

func RemediationIDLTE(v string) predicate.WorkflowInstance

RemediationIDLTE applies the LTE predicate on the "remediation_id" field.

func RemediationIDNEQ added in v1.27.12

func RemediationIDNEQ(v string) predicate.WorkflowInstance

RemediationIDNEQ applies the NEQ predicate on the "remediation_id" field.

func RemediationIDNotIn added in v1.27.12

func RemediationIDNotIn(vs ...string) predicate.WorkflowInstance

RemediationIDNotIn applies the NotIn predicate on the "remediation_id" field.

func RemediationIDNotNil added in v1.27.12

func RemediationIDNotNil() predicate.WorkflowInstance

RemediationIDNotNil applies the NotNil predicate on the "remediation_id" field.

func RiskID added in v1.27.12

RiskID applies equality check predicate on the "risk_id" field. It's identical to RiskIDEQ.

func RiskIDContains added in v1.27.12

func RiskIDContains(v string) predicate.WorkflowInstance

RiskIDContains applies the Contains predicate on the "risk_id" field.

func RiskIDContainsFold added in v1.27.12

func RiskIDContainsFold(v string) predicate.WorkflowInstance

RiskIDContainsFold applies the ContainsFold predicate on the "risk_id" field.

func RiskIDEQ added in v1.27.12

func RiskIDEQ(v string) predicate.WorkflowInstance

RiskIDEQ applies the EQ predicate on the "risk_id" field.

func RiskIDEqualFold added in v1.27.12

func RiskIDEqualFold(v string) predicate.WorkflowInstance

RiskIDEqualFold applies the EqualFold predicate on the "risk_id" field.

func RiskIDGT added in v1.27.12

func RiskIDGT(v string) predicate.WorkflowInstance

RiskIDGT applies the GT predicate on the "risk_id" field.

func RiskIDGTE added in v1.27.12

func RiskIDGTE(v string) predicate.WorkflowInstance

RiskIDGTE applies the GTE predicate on the "risk_id" field.

func RiskIDHasPrefix added in v1.27.12

func RiskIDHasPrefix(v string) predicate.WorkflowInstance

RiskIDHasPrefix applies the HasPrefix predicate on the "risk_id" field.

func RiskIDHasSuffix added in v1.27.12

func RiskIDHasSuffix(v string) predicate.WorkflowInstance

RiskIDHasSuffix applies the HasSuffix predicate on the "risk_id" field.

func RiskIDIn added in v1.27.12

func RiskIDIn(vs ...string) predicate.WorkflowInstance

RiskIDIn applies the In predicate on the "risk_id" field.

func RiskIDIsNil added in v1.27.12

func RiskIDIsNil() predicate.WorkflowInstance

RiskIDIsNil applies the IsNil predicate on the "risk_id" field.

func RiskIDLT added in v1.27.12

func RiskIDLT(v string) predicate.WorkflowInstance

RiskIDLT applies the LT predicate on the "risk_id" field.

func RiskIDLTE added in v1.27.12

func RiskIDLTE(v string) predicate.WorkflowInstance

RiskIDLTE applies the LTE predicate on the "risk_id" field.

func RiskIDNEQ added in v1.27.12

func RiskIDNEQ(v string) predicate.WorkflowInstance

RiskIDNEQ applies the NEQ predicate on the "risk_id" field.

func RiskIDNotIn added in v1.27.12

func RiskIDNotIn(vs ...string) predicate.WorkflowInstance

RiskIDNotIn applies the NotIn predicate on the "risk_id" field.

func RiskIDNotNil added in v1.27.12

func RiskIDNotNil() predicate.WorkflowInstance

RiskIDNotNil applies the NotNil predicate on the "risk_id" field.

func StateEQ

StateEQ applies the EQ predicate on the "state" field.

func StateIn

StateIn applies the In predicate on the "state" field.

func StateNEQ

StateNEQ applies the NEQ predicate on the "state" field.

func StateNotIn

StateNotIn applies the NotIn predicate on the "state" field.

func StateValidator

func StateValidator(s enums.WorkflowInstanceState) error

StateValidator is a validator for the "state" field enum values. It is called by the builders before save.

func SubcontrolID added in v0.52.0

func SubcontrolID(v string) predicate.WorkflowInstance

SubcontrolID applies equality check predicate on the "subcontrol_id" field. It's identical to SubcontrolIDEQ.

func SubcontrolIDContains added in v0.52.0

func SubcontrolIDContains(v string) predicate.WorkflowInstance

SubcontrolIDContains applies the Contains predicate on the "subcontrol_id" field.

func SubcontrolIDContainsFold added in v0.52.0

func SubcontrolIDContainsFold(v string) predicate.WorkflowInstance

SubcontrolIDContainsFold applies the ContainsFold predicate on the "subcontrol_id" field.

func SubcontrolIDEQ added in v0.52.0

func SubcontrolIDEQ(v string) predicate.WorkflowInstance

SubcontrolIDEQ applies the EQ predicate on the "subcontrol_id" field.

func SubcontrolIDEqualFold added in v0.52.0

func SubcontrolIDEqualFold(v string) predicate.WorkflowInstance

SubcontrolIDEqualFold applies the EqualFold predicate on the "subcontrol_id" field.

func SubcontrolIDGT added in v0.52.0

func SubcontrolIDGT(v string) predicate.WorkflowInstance

SubcontrolIDGT applies the GT predicate on the "subcontrol_id" field.

func SubcontrolIDGTE added in v0.52.0

func SubcontrolIDGTE(v string) predicate.WorkflowInstance

SubcontrolIDGTE applies the GTE predicate on the "subcontrol_id" field.

func SubcontrolIDHasPrefix added in v0.52.0

func SubcontrolIDHasPrefix(v string) predicate.WorkflowInstance

SubcontrolIDHasPrefix applies the HasPrefix predicate on the "subcontrol_id" field.

func SubcontrolIDHasSuffix added in v0.52.0

func SubcontrolIDHasSuffix(v string) predicate.WorkflowInstance

SubcontrolIDHasSuffix applies the HasSuffix predicate on the "subcontrol_id" field.

func SubcontrolIDIn added in v0.52.0

func SubcontrolIDIn(vs ...string) predicate.WorkflowInstance

SubcontrolIDIn applies the In predicate on the "subcontrol_id" field.

func SubcontrolIDIsNil added in v0.52.0

func SubcontrolIDIsNil() predicate.WorkflowInstance

SubcontrolIDIsNil applies the IsNil predicate on the "subcontrol_id" field.

func SubcontrolIDLT added in v0.52.0

func SubcontrolIDLT(v string) predicate.WorkflowInstance

SubcontrolIDLT applies the LT predicate on the "subcontrol_id" field.

func SubcontrolIDLTE added in v0.52.0

func SubcontrolIDLTE(v string) predicate.WorkflowInstance

SubcontrolIDLTE applies the LTE predicate on the "subcontrol_id" field.

func SubcontrolIDNEQ added in v0.52.0

func SubcontrolIDNEQ(v string) predicate.WorkflowInstance

SubcontrolIDNEQ applies the NEQ predicate on the "subcontrol_id" field.

func SubcontrolIDNotIn added in v0.52.0

func SubcontrolIDNotIn(vs ...string) predicate.WorkflowInstance

SubcontrolIDNotIn applies the NotIn predicate on the "subcontrol_id" field.

func SubcontrolIDNotNil added in v0.52.0

func SubcontrolIDNotNil() predicate.WorkflowInstance

SubcontrolIDNotNil applies the NotNil predicate on the "subcontrol_id" field.

func TagsIsNil

func TagsIsNil() predicate.WorkflowInstance

TagsIsNil applies the IsNil predicate on the "tags" field.

func TagsNotNil

func TagsNotNil() predicate.WorkflowInstance

TagsNotNil applies the NotNil predicate on the "tags" field.

func TaskID added in v1.27.12

TaskID applies equality check predicate on the "task_id" field. It's identical to TaskIDEQ.

func TaskIDContains added in v1.27.12

func TaskIDContains(v string) predicate.WorkflowInstance

TaskIDContains applies the Contains predicate on the "task_id" field.

func TaskIDContainsFold added in v1.27.12

func TaskIDContainsFold(v string) predicate.WorkflowInstance

TaskIDContainsFold applies the ContainsFold predicate on the "task_id" field.

func TaskIDEQ added in v1.27.12

func TaskIDEQ(v string) predicate.WorkflowInstance

TaskIDEQ applies the EQ predicate on the "task_id" field.

func TaskIDEqualFold added in v1.27.12

func TaskIDEqualFold(v string) predicate.WorkflowInstance

TaskIDEqualFold applies the EqualFold predicate on the "task_id" field.

func TaskIDGT added in v1.27.12

func TaskIDGT(v string) predicate.WorkflowInstance

TaskIDGT applies the GT predicate on the "task_id" field.

func TaskIDGTE added in v1.27.12

func TaskIDGTE(v string) predicate.WorkflowInstance

TaskIDGTE applies the GTE predicate on the "task_id" field.

func TaskIDHasPrefix added in v1.27.12

func TaskIDHasPrefix(v string) predicate.WorkflowInstance

TaskIDHasPrefix applies the HasPrefix predicate on the "task_id" field.

func TaskIDHasSuffix added in v1.27.12

func TaskIDHasSuffix(v string) predicate.WorkflowInstance

TaskIDHasSuffix applies the HasSuffix predicate on the "task_id" field.

func TaskIDIn added in v1.27.12

func TaskIDIn(vs ...string) predicate.WorkflowInstance

TaskIDIn applies the In predicate on the "task_id" field.

func TaskIDIsNil added in v1.27.12

func TaskIDIsNil() predicate.WorkflowInstance

TaskIDIsNil applies the IsNil predicate on the "task_id" field.

func TaskIDLT added in v1.27.12

func TaskIDLT(v string) predicate.WorkflowInstance

TaskIDLT applies the LT predicate on the "task_id" field.

func TaskIDLTE added in v1.27.12

func TaskIDLTE(v string) predicate.WorkflowInstance

TaskIDLTE applies the LTE predicate on the "task_id" field.

func TaskIDNEQ added in v1.27.12

func TaskIDNEQ(v string) predicate.WorkflowInstance

TaskIDNEQ applies the NEQ predicate on the "task_id" field.

func TaskIDNotIn added in v1.27.12

func TaskIDNotIn(vs ...string) predicate.WorkflowInstance

TaskIDNotIn applies the NotIn predicate on the "task_id" field.

func TaskIDNotNil added in v1.27.12

func TaskIDNotNil() predicate.WorkflowInstance

TaskIDNotNil applies the NotNil predicate on the "task_id" field.

func UpdatedAt

func UpdatedAt(v time.Time) predicate.WorkflowInstance

UpdatedAt applies equality check predicate on the "updated_at" field. It's identical to UpdatedAtEQ.

func UpdatedAtEQ

func UpdatedAtEQ(v time.Time) predicate.WorkflowInstance

UpdatedAtEQ applies the EQ predicate on the "updated_at" field.

func UpdatedAtGT

func UpdatedAtGT(v time.Time) predicate.WorkflowInstance

UpdatedAtGT applies the GT predicate on the "updated_at" field.

func UpdatedAtGTE

func UpdatedAtGTE(v time.Time) predicate.WorkflowInstance

UpdatedAtGTE applies the GTE predicate on the "updated_at" field.

func UpdatedAtIn

func UpdatedAtIn(vs ...time.Time) predicate.WorkflowInstance

UpdatedAtIn applies the In predicate on the "updated_at" field.

func UpdatedAtIsNil

func UpdatedAtIsNil() predicate.WorkflowInstance

UpdatedAtIsNil applies the IsNil predicate on the "updated_at" field.

func UpdatedAtLT

func UpdatedAtLT(v time.Time) predicate.WorkflowInstance

UpdatedAtLT applies the LT predicate on the "updated_at" field.

func UpdatedAtLTE

func UpdatedAtLTE(v time.Time) predicate.WorkflowInstance

UpdatedAtLTE applies the LTE predicate on the "updated_at" field.

func UpdatedAtNEQ

func UpdatedAtNEQ(v time.Time) predicate.WorkflowInstance

UpdatedAtNEQ applies the NEQ predicate on the "updated_at" field.

func UpdatedAtNotIn

func UpdatedAtNotIn(vs ...time.Time) predicate.WorkflowInstance

UpdatedAtNotIn applies the NotIn predicate on the "updated_at" field.

func UpdatedAtNotNil

func UpdatedAtNotNil() predicate.WorkflowInstance

UpdatedAtNotNil applies the NotNil predicate on the "updated_at" field.

func UpdatedBy

func UpdatedBy(v string) predicate.WorkflowInstance

UpdatedBy applies equality check predicate on the "updated_by" field. It's identical to UpdatedByEQ.

func UpdatedByContains

func UpdatedByContains(v string) predicate.WorkflowInstance

UpdatedByContains applies the Contains predicate on the "updated_by" field.

func UpdatedByContainsFold

func UpdatedByContainsFold(v string) predicate.WorkflowInstance

UpdatedByContainsFold applies the ContainsFold predicate on the "updated_by" field.

func UpdatedByEQ

func UpdatedByEQ(v string) predicate.WorkflowInstance

UpdatedByEQ applies the EQ predicate on the "updated_by" field.

func UpdatedByEqualFold

func UpdatedByEqualFold(v string) predicate.WorkflowInstance

UpdatedByEqualFold applies the EqualFold predicate on the "updated_by" field.

func UpdatedByGT

func UpdatedByGT(v string) predicate.WorkflowInstance

UpdatedByGT applies the GT predicate on the "updated_by" field.

func UpdatedByGTE

func UpdatedByGTE(v string) predicate.WorkflowInstance

UpdatedByGTE applies the GTE predicate on the "updated_by" field.

func UpdatedByHasPrefix

func UpdatedByHasPrefix(v string) predicate.WorkflowInstance

UpdatedByHasPrefix applies the HasPrefix predicate on the "updated_by" field.

func UpdatedByHasSuffix

func UpdatedByHasSuffix(v string) predicate.WorkflowInstance

UpdatedByHasSuffix applies the HasSuffix predicate on the "updated_by" field.

func UpdatedByImpersonator added in v1.26.0

func UpdatedByImpersonator(v string) predicate.WorkflowInstance

UpdatedByImpersonator applies equality check predicate on the "updated_by_impersonator" field. It's identical to UpdatedByImpersonatorEQ.

func UpdatedByImpersonatorContains added in v1.26.0

func UpdatedByImpersonatorContains(v string) predicate.WorkflowInstance

UpdatedByImpersonatorContains applies the Contains predicate on the "updated_by_impersonator" field.

func UpdatedByImpersonatorContainsFold added in v1.26.0

func UpdatedByImpersonatorContainsFold(v string) predicate.WorkflowInstance

UpdatedByImpersonatorContainsFold applies the ContainsFold predicate on the "updated_by_impersonator" field.

func UpdatedByImpersonatorEQ added in v1.26.0

func UpdatedByImpersonatorEQ(v string) predicate.WorkflowInstance

UpdatedByImpersonatorEQ applies the EQ predicate on the "updated_by_impersonator" field.

func UpdatedByImpersonatorEqualFold added in v1.26.0

func UpdatedByImpersonatorEqualFold(v string) predicate.WorkflowInstance

UpdatedByImpersonatorEqualFold applies the EqualFold predicate on the "updated_by_impersonator" field.

func UpdatedByImpersonatorGT added in v1.26.0

func UpdatedByImpersonatorGT(v string) predicate.WorkflowInstance

UpdatedByImpersonatorGT applies the GT predicate on the "updated_by_impersonator" field.

func UpdatedByImpersonatorGTE added in v1.26.0

func UpdatedByImpersonatorGTE(v string) predicate.WorkflowInstance

UpdatedByImpersonatorGTE applies the GTE predicate on the "updated_by_impersonator" field.

func UpdatedByImpersonatorHasPrefix added in v1.26.0

func UpdatedByImpersonatorHasPrefix(v string) predicate.WorkflowInstance

UpdatedByImpersonatorHasPrefix applies the HasPrefix predicate on the "updated_by_impersonator" field.

func UpdatedByImpersonatorHasSuffix added in v1.26.0

func UpdatedByImpersonatorHasSuffix(v string) predicate.WorkflowInstance

UpdatedByImpersonatorHasSuffix applies the HasSuffix predicate on the "updated_by_impersonator" field.

func UpdatedByImpersonatorIn added in v1.26.0

func UpdatedByImpersonatorIn(vs ...string) predicate.WorkflowInstance

UpdatedByImpersonatorIn applies the In predicate on the "updated_by_impersonator" field.

func UpdatedByImpersonatorIsNil added in v1.26.0

func UpdatedByImpersonatorIsNil() predicate.WorkflowInstance

UpdatedByImpersonatorIsNil applies the IsNil predicate on the "updated_by_impersonator" field.

func UpdatedByImpersonatorLT added in v1.26.0

func UpdatedByImpersonatorLT(v string) predicate.WorkflowInstance

UpdatedByImpersonatorLT applies the LT predicate on the "updated_by_impersonator" field.

func UpdatedByImpersonatorLTE added in v1.26.0

func UpdatedByImpersonatorLTE(v string) predicate.WorkflowInstance

UpdatedByImpersonatorLTE applies the LTE predicate on the "updated_by_impersonator" field.

func UpdatedByImpersonatorNEQ added in v1.26.0

func UpdatedByImpersonatorNEQ(v string) predicate.WorkflowInstance

UpdatedByImpersonatorNEQ applies the NEQ predicate on the "updated_by_impersonator" field.

func UpdatedByImpersonatorNotIn added in v1.26.0

func UpdatedByImpersonatorNotIn(vs ...string) predicate.WorkflowInstance

UpdatedByImpersonatorNotIn applies the NotIn predicate on the "updated_by_impersonator" field.

func UpdatedByImpersonatorNotNil added in v1.26.0

func UpdatedByImpersonatorNotNil() predicate.WorkflowInstance

UpdatedByImpersonatorNotNil applies the NotNil predicate on the "updated_by_impersonator" field.

func UpdatedByIn

func UpdatedByIn(vs ...string) predicate.WorkflowInstance

UpdatedByIn applies the In predicate on the "updated_by" field.

func UpdatedByIsNil

func UpdatedByIsNil() predicate.WorkflowInstance

UpdatedByIsNil applies the IsNil predicate on the "updated_by" field.

func UpdatedByLT

func UpdatedByLT(v string) predicate.WorkflowInstance

UpdatedByLT applies the LT predicate on the "updated_by" field.

func UpdatedByLTE

func UpdatedByLTE(v string) predicate.WorkflowInstance

UpdatedByLTE applies the LTE predicate on the "updated_by" field.

func UpdatedByNEQ

func UpdatedByNEQ(v string) predicate.WorkflowInstance

UpdatedByNEQ applies the NEQ predicate on the "updated_by" field.

func UpdatedByNotIn

func UpdatedByNotIn(vs ...string) predicate.WorkflowInstance

UpdatedByNotIn applies the NotIn predicate on the "updated_by" field.

func UpdatedByNotNil

func UpdatedByNotNil() predicate.WorkflowInstance

UpdatedByNotNil applies the NotNil predicate on the "updated_by" field.

func ValidColumn

func ValidColumn(column string) bool

ValidColumn reports if the column name is valid (part of the table columns).

func VulnerabilityID added in v1.27.12

func VulnerabilityID(v string) predicate.WorkflowInstance

VulnerabilityID applies equality check predicate on the "vulnerability_id" field. It's identical to VulnerabilityIDEQ.

func VulnerabilityIDContains added in v1.27.12

func VulnerabilityIDContains(v string) predicate.WorkflowInstance

VulnerabilityIDContains applies the Contains predicate on the "vulnerability_id" field.

func VulnerabilityIDContainsFold added in v1.27.12

func VulnerabilityIDContainsFold(v string) predicate.WorkflowInstance

VulnerabilityIDContainsFold applies the ContainsFold predicate on the "vulnerability_id" field.

func VulnerabilityIDEQ added in v1.27.12

func VulnerabilityIDEQ(v string) predicate.WorkflowInstance

VulnerabilityIDEQ applies the EQ predicate on the "vulnerability_id" field.

func VulnerabilityIDEqualFold added in v1.27.12

func VulnerabilityIDEqualFold(v string) predicate.WorkflowInstance

VulnerabilityIDEqualFold applies the EqualFold predicate on the "vulnerability_id" field.

func VulnerabilityIDGT added in v1.27.12

func VulnerabilityIDGT(v string) predicate.WorkflowInstance

VulnerabilityIDGT applies the GT predicate on the "vulnerability_id" field.

func VulnerabilityIDGTE added in v1.27.12

func VulnerabilityIDGTE(v string) predicate.WorkflowInstance

VulnerabilityIDGTE applies the GTE predicate on the "vulnerability_id" field.

func VulnerabilityIDHasPrefix added in v1.27.12

func VulnerabilityIDHasPrefix(v string) predicate.WorkflowInstance

VulnerabilityIDHasPrefix applies the HasPrefix predicate on the "vulnerability_id" field.

func VulnerabilityIDHasSuffix added in v1.27.12

func VulnerabilityIDHasSuffix(v string) predicate.WorkflowInstance

VulnerabilityIDHasSuffix applies the HasSuffix predicate on the "vulnerability_id" field.

func VulnerabilityIDIn added in v1.27.12

func VulnerabilityIDIn(vs ...string) predicate.WorkflowInstance

VulnerabilityIDIn applies the In predicate on the "vulnerability_id" field.

func VulnerabilityIDIsNil added in v1.27.12

func VulnerabilityIDIsNil() predicate.WorkflowInstance

VulnerabilityIDIsNil applies the IsNil predicate on the "vulnerability_id" field.

func VulnerabilityIDLT added in v1.27.12

func VulnerabilityIDLT(v string) predicate.WorkflowInstance

VulnerabilityIDLT applies the LT predicate on the "vulnerability_id" field.

func VulnerabilityIDLTE added in v1.27.12

func VulnerabilityIDLTE(v string) predicate.WorkflowInstance

VulnerabilityIDLTE applies the LTE predicate on the "vulnerability_id" field.

func VulnerabilityIDNEQ added in v1.27.12

func VulnerabilityIDNEQ(v string) predicate.WorkflowInstance

VulnerabilityIDNEQ applies the NEQ predicate on the "vulnerability_id" field.

func VulnerabilityIDNotIn added in v1.27.12

func VulnerabilityIDNotIn(vs ...string) predicate.WorkflowInstance

VulnerabilityIDNotIn applies the NotIn predicate on the "vulnerability_id" field.

func VulnerabilityIDNotNil added in v1.27.12

func VulnerabilityIDNotNil() predicate.WorkflowInstance

VulnerabilityIDNotNil applies the NotNil predicate on the "vulnerability_id" field.

func WorkflowDefinitionID

func WorkflowDefinitionID(v string) predicate.WorkflowInstance

WorkflowDefinitionID applies equality check predicate on the "workflow_definition_id" field. It's identical to WorkflowDefinitionIDEQ.

func WorkflowDefinitionIDContains

func WorkflowDefinitionIDContains(v string) predicate.WorkflowInstance

WorkflowDefinitionIDContains applies the Contains predicate on the "workflow_definition_id" field.

func WorkflowDefinitionIDContainsFold

func WorkflowDefinitionIDContainsFold(v string) predicate.WorkflowInstance

WorkflowDefinitionIDContainsFold applies the ContainsFold predicate on the "workflow_definition_id" field.

func WorkflowDefinitionIDEQ

func WorkflowDefinitionIDEQ(v string) predicate.WorkflowInstance

WorkflowDefinitionIDEQ applies the EQ predicate on the "workflow_definition_id" field.

func WorkflowDefinitionIDEqualFold

func WorkflowDefinitionIDEqualFold(v string) predicate.WorkflowInstance

WorkflowDefinitionIDEqualFold applies the EqualFold predicate on the "workflow_definition_id" field.

func WorkflowDefinitionIDGT

func WorkflowDefinitionIDGT(v string) predicate.WorkflowInstance

WorkflowDefinitionIDGT applies the GT predicate on the "workflow_definition_id" field.

func WorkflowDefinitionIDGTE

func WorkflowDefinitionIDGTE(v string) predicate.WorkflowInstance

WorkflowDefinitionIDGTE applies the GTE predicate on the "workflow_definition_id" field.

func WorkflowDefinitionIDHasPrefix

func WorkflowDefinitionIDHasPrefix(v string) predicate.WorkflowInstance

WorkflowDefinitionIDHasPrefix applies the HasPrefix predicate on the "workflow_definition_id" field.

func WorkflowDefinitionIDHasSuffix

func WorkflowDefinitionIDHasSuffix(v string) predicate.WorkflowInstance

WorkflowDefinitionIDHasSuffix applies the HasSuffix predicate on the "workflow_definition_id" field.

func WorkflowDefinitionIDIn

func WorkflowDefinitionIDIn(vs ...string) predicate.WorkflowInstance

WorkflowDefinitionIDIn applies the In predicate on the "workflow_definition_id" field.

func WorkflowDefinitionIDLT

func WorkflowDefinitionIDLT(v string) predicate.WorkflowInstance

WorkflowDefinitionIDLT applies the LT predicate on the "workflow_definition_id" field.

func WorkflowDefinitionIDLTE

func WorkflowDefinitionIDLTE(v string) predicate.WorkflowInstance

WorkflowDefinitionIDLTE applies the LTE predicate on the "workflow_definition_id" field.

func WorkflowDefinitionIDNEQ

func WorkflowDefinitionIDNEQ(v string) predicate.WorkflowInstance

WorkflowDefinitionIDNEQ applies the NEQ predicate on the "workflow_definition_id" field.

func WorkflowDefinitionIDNotIn

func WorkflowDefinitionIDNotIn(vs ...string) predicate.WorkflowInstance

WorkflowDefinitionIDNotIn applies the NotIn predicate on the "workflow_definition_id" field.

func WorkflowProposalID added in v0.52.0

func WorkflowProposalID(v string) predicate.WorkflowInstance

WorkflowProposalID applies equality check predicate on the "workflow_proposal_id" field. It's identical to WorkflowProposalIDEQ.

func WorkflowProposalIDContains added in v0.52.0

func WorkflowProposalIDContains(v string) predicate.WorkflowInstance

WorkflowProposalIDContains applies the Contains predicate on the "workflow_proposal_id" field.

func WorkflowProposalIDContainsFold added in v0.52.0

func WorkflowProposalIDContainsFold(v string) predicate.WorkflowInstance

WorkflowProposalIDContainsFold applies the ContainsFold predicate on the "workflow_proposal_id" field.

func WorkflowProposalIDEQ added in v0.52.0

func WorkflowProposalIDEQ(v string) predicate.WorkflowInstance

WorkflowProposalIDEQ applies the EQ predicate on the "workflow_proposal_id" field.

func WorkflowProposalIDEqualFold added in v0.52.0

func WorkflowProposalIDEqualFold(v string) predicate.WorkflowInstance

WorkflowProposalIDEqualFold applies the EqualFold predicate on the "workflow_proposal_id" field.

func WorkflowProposalIDGT added in v0.52.0

func WorkflowProposalIDGT(v string) predicate.WorkflowInstance

WorkflowProposalIDGT applies the GT predicate on the "workflow_proposal_id" field.

func WorkflowProposalIDGTE added in v0.52.0

func WorkflowProposalIDGTE(v string) predicate.WorkflowInstance

WorkflowProposalIDGTE applies the GTE predicate on the "workflow_proposal_id" field.

func WorkflowProposalIDHasPrefix added in v0.52.0

func WorkflowProposalIDHasPrefix(v string) predicate.WorkflowInstance

WorkflowProposalIDHasPrefix applies the HasPrefix predicate on the "workflow_proposal_id" field.

func WorkflowProposalIDHasSuffix added in v0.52.0

func WorkflowProposalIDHasSuffix(v string) predicate.WorkflowInstance

WorkflowProposalIDHasSuffix applies the HasSuffix predicate on the "workflow_proposal_id" field.

func WorkflowProposalIDIn added in v0.52.0

func WorkflowProposalIDIn(vs ...string) predicate.WorkflowInstance

WorkflowProposalIDIn applies the In predicate on the "workflow_proposal_id" field.

func WorkflowProposalIDIsNil added in v0.52.0

func WorkflowProposalIDIsNil() predicate.WorkflowInstance

WorkflowProposalIDIsNil applies the IsNil predicate on the "workflow_proposal_id" field.

func WorkflowProposalIDLT added in v0.52.0

func WorkflowProposalIDLT(v string) predicate.WorkflowInstance

WorkflowProposalIDLT applies the LT predicate on the "workflow_proposal_id" field.

func WorkflowProposalIDLTE added in v0.52.0

func WorkflowProposalIDLTE(v string) predicate.WorkflowInstance

WorkflowProposalIDLTE applies the LTE predicate on the "workflow_proposal_id" field.

func WorkflowProposalIDNEQ added in v0.52.0

func WorkflowProposalIDNEQ(v string) predicate.WorkflowInstance

WorkflowProposalIDNEQ applies the NEQ predicate on the "workflow_proposal_id" field.

func WorkflowProposalIDNotIn added in v0.52.0

func WorkflowProposalIDNotIn(vs ...string) predicate.WorkflowInstance

WorkflowProposalIDNotIn applies the NotIn predicate on the "workflow_proposal_id" field.

func WorkflowProposalIDNotNil added in v0.52.0

func WorkflowProposalIDNotNil() predicate.WorkflowInstance

WorkflowProposalIDNotNil applies the NotNil predicate on the "workflow_proposal_id" field.

Types

type OrderOption

type OrderOption func(*sql.Selector)

OrderOption defines the ordering options for the WorkflowInstance queries.

func ByActionPlanField added in v0.52.0

func ByActionPlanField(field string, opts ...sql.OrderTermOption) OrderOption

ByActionPlanField orders the results by action_plan field.

func ByActionPlanID added in v0.52.0

func ByActionPlanID(opts ...sql.OrderTermOption) OrderOption

ByActionPlanID orders the results by the action_plan_id field.

func ByAssessmentField added in v1.27.12

func ByAssessmentField(field string, opts ...sql.OrderTermOption) OrderOption

ByAssessmentField orders the results by assessment field.

func ByAssessmentID added in v1.27.12

func ByAssessmentID(opts ...sql.OrderTermOption) OrderOption

ByAssessmentID orders the results by the assessment_id field.

func ByAssessmentResponseField added in v1.27.12

func ByAssessmentResponseField(field string, opts ...sql.OrderTermOption) OrderOption

ByAssessmentResponseField orders the results by assessment_response field.

func ByAssessmentResponseID added in v1.27.12

func ByAssessmentResponseID(opts ...sql.OrderTermOption) OrderOption

ByAssessmentResponseID orders the results by the assessment_response_id field.

func ByCampaignField added in v1.5.0

func ByCampaignField(field string, opts ...sql.OrderTermOption) OrderOption

ByCampaignField orders the results by campaign field.

func ByCampaignID added in v1.5.0

func ByCampaignID(opts ...sql.OrderTermOption) OrderOption

ByCampaignID orders the results by the campaign_id field.

func ByCampaignTargetField added in v1.5.0

func ByCampaignTargetField(field string, opts ...sql.OrderTermOption) OrderOption

ByCampaignTargetField orders the results by campaign_target field.

func ByCampaignTargetID added in v1.5.0

func ByCampaignTargetID(opts ...sql.OrderTermOption) OrderOption

ByCampaignTargetID orders the results by the campaign_target_id field.

func ByControlField added in v0.49.5

func ByControlField(field string, opts ...sql.OrderTermOption) OrderOption

ByControlField orders the results by control field.

func ByControlID added in v0.49.5

func ByControlID(opts ...sql.OrderTermOption) OrderOption

ByControlID orders the results by the control_id field.

func ByCreatedAt

func ByCreatedAt(opts ...sql.OrderTermOption) OrderOption

ByCreatedAt orders the results by the created_at field.

func ByCreatedBy

func ByCreatedBy(opts ...sql.OrderTermOption) OrderOption

ByCreatedBy orders the results by the created_by field.

func ByCurrentActionIndex added in v0.52.0

func ByCurrentActionIndex(opts ...sql.OrderTermOption) OrderOption

ByCurrentActionIndex orders the results by the current_action_index field.

func ByDeletedAt

func ByDeletedAt(opts ...sql.OrderTermOption) OrderOption

ByDeletedAt orders the results by the deleted_at field.

func ByDeletedBy

func ByDeletedBy(opts ...sql.OrderTermOption) OrderOption

ByDeletedBy orders the results by the deleted_by field.

func ByDisplayID

func ByDisplayID(opts ...sql.OrderTermOption) OrderOption

ByDisplayID orders the results by the display_id field.

func ByEmailTemplates added in v1.7.0

func ByEmailTemplates(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByEmailTemplates orders the results by email_templates terms.

func ByEmailTemplatesCount added in v1.7.0

func ByEmailTemplatesCount(opts ...sql.OrderTermOption) OrderOption

ByEmailTemplatesCount orders the results by email_templates count.

func ByEvidenceField added in v0.49.5

func ByEvidenceField(field string, opts ...sql.OrderTermOption) OrderOption

ByEvidenceField orders the results by evidence field.

func ByEvidenceID added in v0.49.5

func ByEvidenceID(opts ...sql.OrderTermOption) OrderOption

ByEvidenceID orders the results by the evidence_id field.

func ByFindingField added in v1.27.12

func ByFindingField(field string, opts ...sql.OrderTermOption) OrderOption

ByFindingField orders the results by finding field.

func ByFindingID added in v1.27.12

func ByFindingID(opts ...sql.OrderTermOption) OrderOption

ByFindingID orders the results by the finding_id field.

func ByID

func ByID(opts ...sql.OrderTermOption) OrderOption

ByID orders the results by the id field.

func ByIdentityHolderField added in v1.5.0

func ByIdentityHolderField(field string, opts ...sql.OrderTermOption) OrderOption

ByIdentityHolderField orders the results by identity_holder field.

func ByIdentityHolderID added in v1.5.0

func ByIdentityHolderID(opts ...sql.OrderTermOption) OrderOption

ByIdentityHolderID orders the results by the identity_holder_id field.

func ByIntegrationField added in v1.27.12

func ByIntegrationField(field string, opts ...sql.OrderTermOption) OrderOption

ByIntegrationField orders the results by integration field.

func ByIntegrationID added in v1.27.12

func ByIntegrationID(opts ...sql.OrderTermOption) OrderOption

ByIntegrationID orders the results by the integration_id field.

func ByInternalPolicyField added in v0.49.5

func ByInternalPolicyField(field string, opts ...sql.OrderTermOption) OrderOption

ByInternalPolicyField orders the results by internal_policy field.

func ByInternalPolicyID added in v0.49.5

func ByInternalPolicyID(opts ...sql.OrderTermOption) OrderOption

ByInternalPolicyID orders the results by the internal_policy_id field.

func ByLastEvaluatedAt

func ByLastEvaluatedAt(opts ...sql.OrderTermOption) OrderOption

ByLastEvaluatedAt orders the results by the last_evaluated_at field.

func ByOwnerField

func ByOwnerField(field string, opts ...sql.OrderTermOption) OrderOption

ByOwnerField orders the results by owner field.

func ByOwnerID

func ByOwnerID(opts ...sql.OrderTermOption) OrderOption

ByOwnerID orders the results by the owner_id field.

func ByPlatformField added in v1.5.0

func ByPlatformField(field string, opts ...sql.OrderTermOption) OrderOption

ByPlatformField orders the results by platform field.

func ByPlatformID added in v1.5.0

func ByPlatformID(opts ...sql.OrderTermOption) OrderOption

ByPlatformID orders the results by the platform_id field.

func ByProcedureField added in v0.52.0

func ByProcedureField(field string, opts ...sql.OrderTermOption) OrderOption

ByProcedureField orders the results by procedure field.

func ByProcedureID added in v0.52.0

func ByProcedureID(opts ...sql.OrderTermOption) OrderOption

ByProcedureID orders the results by the procedure_id field.

func ByRemediationField added in v1.27.12

func ByRemediationField(field string, opts ...sql.OrderTermOption) OrderOption

ByRemediationField orders the results by remediation field.

func ByRemediationID added in v1.27.12

func ByRemediationID(opts ...sql.OrderTermOption) OrderOption

ByRemediationID orders the results by the remediation_id field.

func ByRiskField added in v1.27.12

func ByRiskField(field string, opts ...sql.OrderTermOption) OrderOption

ByRiskField orders the results by risk field.

func ByRiskID added in v1.27.12

func ByRiskID(opts ...sql.OrderTermOption) OrderOption

ByRiskID orders the results by the risk_id field.

func ByState

func ByState(opts ...sql.OrderTermOption) OrderOption

ByState orders the results by the state field.

func BySubcontrolField added in v0.52.0

func BySubcontrolField(field string, opts ...sql.OrderTermOption) OrderOption

BySubcontrolField orders the results by subcontrol field.

func BySubcontrolID added in v0.52.0

func BySubcontrolID(opts ...sql.OrderTermOption) OrderOption

BySubcontrolID orders the results by the subcontrol_id field.

func ByTaskField added in v1.27.12

func ByTaskField(field string, opts ...sql.OrderTermOption) OrderOption

ByTaskField orders the results by task field.

func ByTaskID added in v1.27.12

func ByTaskID(opts ...sql.OrderTermOption) OrderOption

ByTaskID orders the results by the task_id field.

func ByUpdatedAt

func ByUpdatedAt(opts ...sql.OrderTermOption) OrderOption

ByUpdatedAt orders the results by the updated_at field.

func ByUpdatedBy

func ByUpdatedBy(opts ...sql.OrderTermOption) OrderOption

ByUpdatedBy orders the results by the updated_by field.

func ByUpdatedByImpersonator added in v1.26.0

func ByUpdatedByImpersonator(opts ...sql.OrderTermOption) OrderOption

ByUpdatedByImpersonator orders the results by the updated_by_impersonator field.

func ByVulnerabilityField added in v1.27.12

func ByVulnerabilityField(field string, opts ...sql.OrderTermOption) OrderOption

ByVulnerabilityField orders the results by vulnerability field.

func ByVulnerabilityID added in v1.27.12

func ByVulnerabilityID(opts ...sql.OrderTermOption) OrderOption

ByVulnerabilityID orders the results by the vulnerability_id field.

func ByWorkflowAssignments

func ByWorkflowAssignments(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByWorkflowAssignments orders the results by workflow_assignments terms.

func ByWorkflowAssignmentsCount

func ByWorkflowAssignmentsCount(opts ...sql.OrderTermOption) OrderOption

ByWorkflowAssignmentsCount orders the results by workflow_assignments count.

func ByWorkflowDefinitionField

func ByWorkflowDefinitionField(field string, opts ...sql.OrderTermOption) OrderOption

ByWorkflowDefinitionField orders the results by workflow_definition field.

func ByWorkflowDefinitionID

func ByWorkflowDefinitionID(opts ...sql.OrderTermOption) OrderOption

ByWorkflowDefinitionID orders the results by the workflow_definition_id field.

func ByWorkflowEvents

func ByWorkflowEvents(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByWorkflowEvents orders the results by workflow_events terms.

func ByWorkflowEventsCount

func ByWorkflowEventsCount(opts ...sql.OrderTermOption) OrderOption

ByWorkflowEventsCount orders the results by workflow_events count.

func ByWorkflowObjectRefs

func ByWorkflowObjectRefs(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByWorkflowObjectRefs orders the results by workflow_object_refs terms.

func ByWorkflowObjectRefsCount

func ByWorkflowObjectRefsCount(opts ...sql.OrderTermOption) OrderOption

ByWorkflowObjectRefsCount orders the results by workflow_object_refs count.

func ByWorkflowProposalField added in v0.52.0

func ByWorkflowProposalField(field string, opts ...sql.OrderTermOption) OrderOption

ByWorkflowProposalField orders the results by workflow_proposal field.

func ByWorkflowProposalID added in v0.52.0

func ByWorkflowProposalID(opts ...sql.OrderTermOption) OrderOption

ByWorkflowProposalID orders the results by the workflow_proposal_id field.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL