workflowobjectref

package
v2.3.0 Latest Latest
Warning

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

Go to latest
Published: Aug 28, 2026 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the workflowobjectref type in the database.
	Label = "workflow_object_ref"
	// 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"
	// FieldDisplayID holds the string denoting the display_id field in the database.
	FieldDisplayID = "display_id"
	// FieldOwnerID holds the string denoting the owner_id field in the database.
	FieldOwnerID = "owner_id"
	// FieldWorkflowInstanceID holds the string denoting the workflow_instance_id field in the database.
	FieldWorkflowInstanceID = "workflow_instance_id"
	// FieldControlID holds the string denoting the control_id field in the database.
	FieldControlID = "control_id"
	// FieldTaskID holds the string denoting the task_id field in the database.
	FieldTaskID = "task_id"
	// FieldInternalPolicyID holds the string denoting the internal_policy_id field in the database.
	FieldInternalPolicyID = "internal_policy_id"
	// FieldFindingID holds the string denoting the finding_id field in the database.
	FieldFindingID = "finding_id"
	// FieldDirectoryAccountID holds the string denoting the directory_account_id field in the database.
	FieldDirectoryAccountID = "directory_account_id"
	// FieldDirectoryGroupID holds the string denoting the directory_group_id field in the database.
	FieldDirectoryGroupID = "directory_group_id"
	// FieldDirectoryMembershipID holds the string denoting the directory_membership_id field in the database.
	FieldDirectoryMembershipID = "directory_membership_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"
	// FieldVulnerabilityID holds the string denoting the vulnerability_id field in the database.
	FieldVulnerabilityID = "vulnerability_id"
	// FieldRiskID holds the string denoting the risk_id field in the database.
	FieldRiskID = "risk_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"
	// FieldRemediationID holds the string denoting the remediation_id field in the database.
	FieldRemediationID = "remediation_id"
	// EdgeOwner holds the string denoting the owner edge name in mutations.
	EdgeOwner = "owner"
	// EdgeWorkflowInstance holds the string denoting the workflow_instance edge name in mutations.
	EdgeWorkflowInstance = "workflow_instance"
	// EdgeWorkflowProposals holds the string denoting the workflow_proposals edge name in mutations.
	EdgeWorkflowProposals = "workflow_proposals"
	// EdgeControl holds the string denoting the control edge name in mutations.
	EdgeControl = "control"
	// EdgeTask holds the string denoting the task edge name in mutations.
	EdgeTask = "task"
	// EdgeInternalPolicy holds the string denoting the internal_policy edge name in mutations.
	EdgeInternalPolicy = "internal_policy"
	// EdgeFinding holds the string denoting the finding edge name in mutations.
	EdgeFinding = "finding"
	// EdgeDirectoryAccount holds the string denoting the directory_account edge name in mutations.
	EdgeDirectoryAccount = "directory_account"
	// EdgeDirectoryGroup holds the string denoting the directory_group edge name in mutations.
	EdgeDirectoryGroup = "directory_group"
	// EdgeDirectoryMembership holds the string denoting the directory_membership edge name in mutations.
	EdgeDirectoryMembership = "directory_membership"
	// 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"
	// EdgeVulnerability holds the string denoting the vulnerability edge name in mutations.
	EdgeVulnerability = "vulnerability"
	// EdgeRisk holds the string denoting the risk edge name in mutations.
	EdgeRisk = "risk"
	// 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"
	// EdgeRemediation holds the string denoting the remediation edge name in mutations.
	EdgeRemediation = "remediation"
	// Table holds the table name of the workflowobjectref in the database.
	Table = "workflow_object_refs"
	// OwnerTable is the table that holds the owner relation/edge.
	OwnerTable = "workflow_object_refs"
	// 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"
	// WorkflowInstanceTable is the table that holds the workflow_instance relation/edge.
	WorkflowInstanceTable = "workflow_object_refs"
	// WorkflowInstanceInverseTable is the table name for the WorkflowInstance entity.
	// It exists in this package in order to avoid circular dependency with the "workflowinstance" package.
	WorkflowInstanceInverseTable = "workflow_instances"
	// WorkflowInstanceColumn is the table column denoting the workflow_instance relation/edge.
	WorkflowInstanceColumn = "workflow_instance_id"
	// WorkflowProposalsTable is the table that holds the workflow_proposals relation/edge.
	WorkflowProposalsTable = "workflow_proposals"
	// WorkflowProposalsInverseTable is the table name for the WorkflowProposal entity.
	// It exists in this package in order to avoid circular dependency with the "workflowproposal" package.
	WorkflowProposalsInverseTable = "workflow_proposals"
	// WorkflowProposalsColumn is the table column denoting the workflow_proposals relation/edge.
	WorkflowProposalsColumn = "workflow_object_ref_id"
	// ControlTable is the table that holds the control relation/edge.
	ControlTable = "workflow_object_refs"
	// 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"
	// TaskTable is the table that holds the task relation/edge.
	TaskTable = "workflow_object_refs"
	// 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"
	// InternalPolicyTable is the table that holds the internal_policy relation/edge.
	InternalPolicyTable = "workflow_object_refs"
	// 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"
	// FindingTable is the table that holds the finding relation/edge.
	FindingTable = "workflow_object_refs"
	// 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"
	// DirectoryAccountTable is the table that holds the directory_account relation/edge.
	DirectoryAccountTable = "workflow_object_refs"
	// DirectoryAccountInverseTable is the table name for the DirectoryAccount entity.
	// It exists in this package in order to avoid circular dependency with the "directoryaccount" package.
	DirectoryAccountInverseTable = "directory_accounts"
	// DirectoryAccountColumn is the table column denoting the directory_account relation/edge.
	DirectoryAccountColumn = "directory_account_id"
	// DirectoryGroupTable is the table that holds the directory_group relation/edge.
	DirectoryGroupTable = "workflow_object_refs"
	// DirectoryGroupInverseTable is the table name for the DirectoryGroup entity.
	// It exists in this package in order to avoid circular dependency with the "directorygroup" package.
	DirectoryGroupInverseTable = "directory_groups"
	// DirectoryGroupColumn is the table column denoting the directory_group relation/edge.
	DirectoryGroupColumn = "directory_group_id"
	// DirectoryMembershipTable is the table that holds the directory_membership relation/edge.
	DirectoryMembershipTable = "workflow_object_refs"
	// DirectoryMembershipInverseTable is the table name for the DirectoryMembership entity.
	// It exists in this package in order to avoid circular dependency with the "directorymembership" package.
	DirectoryMembershipInverseTable = "directory_memberships"
	// DirectoryMembershipColumn is the table column denoting the directory_membership relation/edge.
	DirectoryMembershipColumn = "directory_membership_id"
	// EvidenceTable is the table that holds the evidence relation/edge.
	EvidenceTable = "workflow_object_refs"
	// 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_object_refs"
	// 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_object_refs"
	// 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_object_refs"
	// 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_object_refs"
	// 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_object_refs"
	// 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_object_refs"
	// 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_object_refs"
	// 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"
	// VulnerabilityTable is the table that holds the vulnerability relation/edge.
	VulnerabilityTable = "workflow_object_refs"
	// 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"
	// RiskTable is the table that holds the risk relation/edge.
	RiskTable = "workflow_object_refs"
	// 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"
	// AssessmentTable is the table that holds the assessment relation/edge.
	AssessmentTable = "workflow_object_refs"
	// 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_object_refs"
	// 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"
	// RemediationTable is the table that holds the remediation relation/edge.
	RemediationTable = "workflow_object_refs"
	// 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"
)

Variables

View Source
var (
	Hooks        [6]ent.Hook
	Interceptors [2]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
	// OwnerIDValidator is a validator for the "owner_id" field. It is called by the builders before save.
	OwnerIDValidator func(string) error
	// WorkflowInstanceIDValidator is a validator for the "workflow_instance_id" field. It is called by the builders before save.
	WorkflowInstanceIDValidator func(string) 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/v2/internal/ent/generated/runtime"

Columns holds all SQL columns for workflowobjectref fields.

View Source
var ForeignKeys = []string{
	"workflow_instance_workflow_object_refs",
}

ForeignKeys holds the SQL foreign-keys that are owned by the "workflow_object_refs" table and are not defined as standalone fields in the schema.

Functions

func ActionPlanID

func ActionPlanID(v string) predicate.WorkflowObjectRef

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

func ActionPlanIDContains

func ActionPlanIDContains(v string) predicate.WorkflowObjectRef

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

func ActionPlanIDContainsFold

func ActionPlanIDContainsFold(v string) predicate.WorkflowObjectRef

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

func ActionPlanIDEQ

func ActionPlanIDEQ(v string) predicate.WorkflowObjectRef

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

func ActionPlanIDEqualFold

func ActionPlanIDEqualFold(v string) predicate.WorkflowObjectRef

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

func ActionPlanIDGT

func ActionPlanIDGT(v string) predicate.WorkflowObjectRef

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

func ActionPlanIDGTE

func ActionPlanIDGTE(v string) predicate.WorkflowObjectRef

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

func ActionPlanIDHasPrefix

func ActionPlanIDHasPrefix(v string) predicate.WorkflowObjectRef

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

func ActionPlanIDHasSuffix

func ActionPlanIDHasSuffix(v string) predicate.WorkflowObjectRef

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

func ActionPlanIDIn

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

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

func ActionPlanIDIsNil

func ActionPlanIDIsNil() predicate.WorkflowObjectRef

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

func ActionPlanIDLT

func ActionPlanIDLT(v string) predicate.WorkflowObjectRef

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

func ActionPlanIDLTE

func ActionPlanIDLTE(v string) predicate.WorkflowObjectRef

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

func ActionPlanIDNEQ

func ActionPlanIDNEQ(v string) predicate.WorkflowObjectRef

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

func ActionPlanIDNotIn

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

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

func ActionPlanIDNotNil

func ActionPlanIDNotNil() predicate.WorkflowObjectRef

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

func And

And groups predicates with the AND operator between them.

func AssessmentID

func AssessmentID(v string) predicate.WorkflowObjectRef

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

func AssessmentIDContains

func AssessmentIDContains(v string) predicate.WorkflowObjectRef

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

func AssessmentIDContainsFold

func AssessmentIDContainsFold(v string) predicate.WorkflowObjectRef

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

func AssessmentIDEQ

func AssessmentIDEQ(v string) predicate.WorkflowObjectRef

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

func AssessmentIDEqualFold

func AssessmentIDEqualFold(v string) predicate.WorkflowObjectRef

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

func AssessmentIDGT

func AssessmentIDGT(v string) predicate.WorkflowObjectRef

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

func AssessmentIDGTE

func AssessmentIDGTE(v string) predicate.WorkflowObjectRef

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

func AssessmentIDHasPrefix

func AssessmentIDHasPrefix(v string) predicate.WorkflowObjectRef

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

func AssessmentIDHasSuffix

func AssessmentIDHasSuffix(v string) predicate.WorkflowObjectRef

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

func AssessmentIDIn

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

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

func AssessmentIDIsNil

func AssessmentIDIsNil() predicate.WorkflowObjectRef

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

func AssessmentIDLT

func AssessmentIDLT(v string) predicate.WorkflowObjectRef

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

func AssessmentIDLTE

func AssessmentIDLTE(v string) predicate.WorkflowObjectRef

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

func AssessmentIDNEQ

func AssessmentIDNEQ(v string) predicate.WorkflowObjectRef

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

func AssessmentIDNotIn

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

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

func AssessmentIDNotNil

func AssessmentIDNotNil() predicate.WorkflowObjectRef

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

func AssessmentResponseID

func AssessmentResponseID(v string) predicate.WorkflowObjectRef

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

func AssessmentResponseIDContains

func AssessmentResponseIDContains(v string) predicate.WorkflowObjectRef

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

func AssessmentResponseIDContainsFold

func AssessmentResponseIDContainsFold(v string) predicate.WorkflowObjectRef

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

func AssessmentResponseIDEQ

func AssessmentResponseIDEQ(v string) predicate.WorkflowObjectRef

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

func AssessmentResponseIDEqualFold

func AssessmentResponseIDEqualFold(v string) predicate.WorkflowObjectRef

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

func AssessmentResponseIDGT

func AssessmentResponseIDGT(v string) predicate.WorkflowObjectRef

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

func AssessmentResponseIDGTE

func AssessmentResponseIDGTE(v string) predicate.WorkflowObjectRef

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

func AssessmentResponseIDHasPrefix

func AssessmentResponseIDHasPrefix(v string) predicate.WorkflowObjectRef

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

func AssessmentResponseIDHasSuffix

func AssessmentResponseIDHasSuffix(v string) predicate.WorkflowObjectRef

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

func AssessmentResponseIDIn

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

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

func AssessmentResponseIDIsNil

func AssessmentResponseIDIsNil() predicate.WorkflowObjectRef

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

func AssessmentResponseIDLT

func AssessmentResponseIDLT(v string) predicate.WorkflowObjectRef

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

func AssessmentResponseIDLTE

func AssessmentResponseIDLTE(v string) predicate.WorkflowObjectRef

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

func AssessmentResponseIDNEQ

func AssessmentResponseIDNEQ(v string) predicate.WorkflowObjectRef

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

func AssessmentResponseIDNotIn

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

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

func AssessmentResponseIDNotNil

func AssessmentResponseIDNotNil() predicate.WorkflowObjectRef

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

func CampaignID

func CampaignID(v string) predicate.WorkflowObjectRef

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

func CampaignIDContains

func CampaignIDContains(v string) predicate.WorkflowObjectRef

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

func CampaignIDContainsFold

func CampaignIDContainsFold(v string) predicate.WorkflowObjectRef

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

func CampaignIDEQ

func CampaignIDEQ(v string) predicate.WorkflowObjectRef

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

func CampaignIDEqualFold

func CampaignIDEqualFold(v string) predicate.WorkflowObjectRef

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

func CampaignIDGT

func CampaignIDGT(v string) predicate.WorkflowObjectRef

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

func CampaignIDGTE

func CampaignIDGTE(v string) predicate.WorkflowObjectRef

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

func CampaignIDHasPrefix

func CampaignIDHasPrefix(v string) predicate.WorkflowObjectRef

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

func CampaignIDHasSuffix

func CampaignIDHasSuffix(v string) predicate.WorkflowObjectRef

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

func CampaignIDIn

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

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

func CampaignIDIsNil

func CampaignIDIsNil() predicate.WorkflowObjectRef

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

func CampaignIDLT

func CampaignIDLT(v string) predicate.WorkflowObjectRef

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

func CampaignIDLTE

func CampaignIDLTE(v string) predicate.WorkflowObjectRef

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

func CampaignIDNEQ

func CampaignIDNEQ(v string) predicate.WorkflowObjectRef

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

func CampaignIDNotIn

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

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

func CampaignIDNotNil

func CampaignIDNotNil() predicate.WorkflowObjectRef

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

func CampaignTargetID

func CampaignTargetID(v string) predicate.WorkflowObjectRef

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

func CampaignTargetIDContains

func CampaignTargetIDContains(v string) predicate.WorkflowObjectRef

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

func CampaignTargetIDContainsFold

func CampaignTargetIDContainsFold(v string) predicate.WorkflowObjectRef

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

func CampaignTargetIDEQ

func CampaignTargetIDEQ(v string) predicate.WorkflowObjectRef

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

func CampaignTargetIDEqualFold

func CampaignTargetIDEqualFold(v string) predicate.WorkflowObjectRef

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

func CampaignTargetIDGT

func CampaignTargetIDGT(v string) predicate.WorkflowObjectRef

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

func CampaignTargetIDGTE

func CampaignTargetIDGTE(v string) predicate.WorkflowObjectRef

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

func CampaignTargetIDHasPrefix

func CampaignTargetIDHasPrefix(v string) predicate.WorkflowObjectRef

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

func CampaignTargetIDHasSuffix

func CampaignTargetIDHasSuffix(v string) predicate.WorkflowObjectRef

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

func CampaignTargetIDIn

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

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

func CampaignTargetIDIsNil

func CampaignTargetIDIsNil() predicate.WorkflowObjectRef

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

func CampaignTargetIDLT

func CampaignTargetIDLT(v string) predicate.WorkflowObjectRef

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

func CampaignTargetIDLTE

func CampaignTargetIDLTE(v string) predicate.WorkflowObjectRef

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

func CampaignTargetIDNEQ

func CampaignTargetIDNEQ(v string) predicate.WorkflowObjectRef

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

func CampaignTargetIDNotIn

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

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

func CampaignTargetIDNotNil

func CampaignTargetIDNotNil() predicate.WorkflowObjectRef

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

func ControlID

func ControlID(v string) predicate.WorkflowObjectRef

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

func ControlIDContains

func ControlIDContains(v string) predicate.WorkflowObjectRef

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

func ControlIDContainsFold

func ControlIDContainsFold(v string) predicate.WorkflowObjectRef

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

func ControlIDEQ

func ControlIDEQ(v string) predicate.WorkflowObjectRef

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

func ControlIDEqualFold

func ControlIDEqualFold(v string) predicate.WorkflowObjectRef

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

func ControlIDGT

func ControlIDGT(v string) predicate.WorkflowObjectRef

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

func ControlIDGTE

func ControlIDGTE(v string) predicate.WorkflowObjectRef

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

func ControlIDHasPrefix

func ControlIDHasPrefix(v string) predicate.WorkflowObjectRef

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

func ControlIDHasSuffix

func ControlIDHasSuffix(v string) predicate.WorkflowObjectRef

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

func ControlIDIn

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

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

func ControlIDIsNil

func ControlIDIsNil() predicate.WorkflowObjectRef

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

func ControlIDLT

func ControlIDLT(v string) predicate.WorkflowObjectRef

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

func ControlIDLTE

func ControlIDLTE(v string) predicate.WorkflowObjectRef

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

func ControlIDNEQ

func ControlIDNEQ(v string) predicate.WorkflowObjectRef

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

func ControlIDNotIn

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

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

func ControlIDNotNil

func ControlIDNotNil() predicate.WorkflowObjectRef

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

func CreatedAt

func CreatedAt(v time.Time) predicate.WorkflowObjectRef

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

func CreatedAtEQ

func CreatedAtEQ(v time.Time) predicate.WorkflowObjectRef

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

func CreatedAtGT

func CreatedAtGT(v time.Time) predicate.WorkflowObjectRef

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

func CreatedAtGTE

func CreatedAtGTE(v time.Time) predicate.WorkflowObjectRef

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

func CreatedAtIn

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

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

func CreatedAtIsNil

func CreatedAtIsNil() predicate.WorkflowObjectRef

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

func CreatedAtLT

func CreatedAtLT(v time.Time) predicate.WorkflowObjectRef

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

func CreatedAtLTE

func CreatedAtLTE(v time.Time) predicate.WorkflowObjectRef

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

func CreatedAtNEQ

func CreatedAtNEQ(v time.Time) predicate.WorkflowObjectRef

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

func CreatedAtNotIn

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

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

func CreatedAtNotNil

func CreatedAtNotNil() predicate.WorkflowObjectRef

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

func CreatedBy

func CreatedBy(v string) predicate.WorkflowObjectRef

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

func CreatedByContains

func CreatedByContains(v string) predicate.WorkflowObjectRef

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

func CreatedByContainsFold

func CreatedByContainsFold(v string) predicate.WorkflowObjectRef

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

func CreatedByEQ

func CreatedByEQ(v string) predicate.WorkflowObjectRef

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

func CreatedByEqualFold

func CreatedByEqualFold(v string) predicate.WorkflowObjectRef

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

func CreatedByGT

func CreatedByGT(v string) predicate.WorkflowObjectRef

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

func CreatedByGTE

func CreatedByGTE(v string) predicate.WorkflowObjectRef

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

func CreatedByHasPrefix

func CreatedByHasPrefix(v string) predicate.WorkflowObjectRef

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

func CreatedByHasSuffix

func CreatedByHasSuffix(v string) predicate.WorkflowObjectRef

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

func CreatedByIn

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

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

func CreatedByIsNil

func CreatedByIsNil() predicate.WorkflowObjectRef

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

func CreatedByLT

func CreatedByLT(v string) predicate.WorkflowObjectRef

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

func CreatedByLTE

func CreatedByLTE(v string) predicate.WorkflowObjectRef

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

func CreatedByNEQ

func CreatedByNEQ(v string) predicate.WorkflowObjectRef

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

func CreatedByNotIn

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

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

func CreatedByNotNil

func CreatedByNotNil() predicate.WorkflowObjectRef

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

func DirectoryAccountID

func DirectoryAccountID(v string) predicate.WorkflowObjectRef

DirectoryAccountID applies equality check predicate on the "directory_account_id" field. It's identical to DirectoryAccountIDEQ.

func DirectoryAccountIDContains

func DirectoryAccountIDContains(v string) predicate.WorkflowObjectRef

DirectoryAccountIDContains applies the Contains predicate on the "directory_account_id" field.

func DirectoryAccountIDContainsFold

func DirectoryAccountIDContainsFold(v string) predicate.WorkflowObjectRef

DirectoryAccountIDContainsFold applies the ContainsFold predicate on the "directory_account_id" field.

func DirectoryAccountIDEQ

func DirectoryAccountIDEQ(v string) predicate.WorkflowObjectRef

DirectoryAccountIDEQ applies the EQ predicate on the "directory_account_id" field.

func DirectoryAccountIDEqualFold

func DirectoryAccountIDEqualFold(v string) predicate.WorkflowObjectRef

DirectoryAccountIDEqualFold applies the EqualFold predicate on the "directory_account_id" field.

func DirectoryAccountIDGT

func DirectoryAccountIDGT(v string) predicate.WorkflowObjectRef

DirectoryAccountIDGT applies the GT predicate on the "directory_account_id" field.

func DirectoryAccountIDGTE

func DirectoryAccountIDGTE(v string) predicate.WorkflowObjectRef

DirectoryAccountIDGTE applies the GTE predicate on the "directory_account_id" field.

func DirectoryAccountIDHasPrefix

func DirectoryAccountIDHasPrefix(v string) predicate.WorkflowObjectRef

DirectoryAccountIDHasPrefix applies the HasPrefix predicate on the "directory_account_id" field.

func DirectoryAccountIDHasSuffix

func DirectoryAccountIDHasSuffix(v string) predicate.WorkflowObjectRef

DirectoryAccountIDHasSuffix applies the HasSuffix predicate on the "directory_account_id" field.

func DirectoryAccountIDIn

func DirectoryAccountIDIn(vs ...string) predicate.WorkflowObjectRef

DirectoryAccountIDIn applies the In predicate on the "directory_account_id" field.

func DirectoryAccountIDIsNil

func DirectoryAccountIDIsNil() predicate.WorkflowObjectRef

DirectoryAccountIDIsNil applies the IsNil predicate on the "directory_account_id" field.

func DirectoryAccountIDLT

func DirectoryAccountIDLT(v string) predicate.WorkflowObjectRef

DirectoryAccountIDLT applies the LT predicate on the "directory_account_id" field.

func DirectoryAccountIDLTE

func DirectoryAccountIDLTE(v string) predicate.WorkflowObjectRef

DirectoryAccountIDLTE applies the LTE predicate on the "directory_account_id" field.

func DirectoryAccountIDNEQ

func DirectoryAccountIDNEQ(v string) predicate.WorkflowObjectRef

DirectoryAccountIDNEQ applies the NEQ predicate on the "directory_account_id" field.

func DirectoryAccountIDNotIn

func DirectoryAccountIDNotIn(vs ...string) predicate.WorkflowObjectRef

DirectoryAccountIDNotIn applies the NotIn predicate on the "directory_account_id" field.

func DirectoryAccountIDNotNil

func DirectoryAccountIDNotNil() predicate.WorkflowObjectRef

DirectoryAccountIDNotNil applies the NotNil predicate on the "directory_account_id" field.

func DirectoryGroupID

func DirectoryGroupID(v string) predicate.WorkflowObjectRef

DirectoryGroupID applies equality check predicate on the "directory_group_id" field. It's identical to DirectoryGroupIDEQ.

func DirectoryGroupIDContains

func DirectoryGroupIDContains(v string) predicate.WorkflowObjectRef

DirectoryGroupIDContains applies the Contains predicate on the "directory_group_id" field.

func DirectoryGroupIDContainsFold

func DirectoryGroupIDContainsFold(v string) predicate.WorkflowObjectRef

DirectoryGroupIDContainsFold applies the ContainsFold predicate on the "directory_group_id" field.

func DirectoryGroupIDEQ

func DirectoryGroupIDEQ(v string) predicate.WorkflowObjectRef

DirectoryGroupIDEQ applies the EQ predicate on the "directory_group_id" field.

func DirectoryGroupIDEqualFold

func DirectoryGroupIDEqualFold(v string) predicate.WorkflowObjectRef

DirectoryGroupIDEqualFold applies the EqualFold predicate on the "directory_group_id" field.

func DirectoryGroupIDGT

func DirectoryGroupIDGT(v string) predicate.WorkflowObjectRef

DirectoryGroupIDGT applies the GT predicate on the "directory_group_id" field.

func DirectoryGroupIDGTE

func DirectoryGroupIDGTE(v string) predicate.WorkflowObjectRef

DirectoryGroupIDGTE applies the GTE predicate on the "directory_group_id" field.

func DirectoryGroupIDHasPrefix

func DirectoryGroupIDHasPrefix(v string) predicate.WorkflowObjectRef

DirectoryGroupIDHasPrefix applies the HasPrefix predicate on the "directory_group_id" field.

func DirectoryGroupIDHasSuffix

func DirectoryGroupIDHasSuffix(v string) predicate.WorkflowObjectRef

DirectoryGroupIDHasSuffix applies the HasSuffix predicate on the "directory_group_id" field.

func DirectoryGroupIDIn

func DirectoryGroupIDIn(vs ...string) predicate.WorkflowObjectRef

DirectoryGroupIDIn applies the In predicate on the "directory_group_id" field.

func DirectoryGroupIDIsNil

func DirectoryGroupIDIsNil() predicate.WorkflowObjectRef

DirectoryGroupIDIsNil applies the IsNil predicate on the "directory_group_id" field.

func DirectoryGroupIDLT

func DirectoryGroupIDLT(v string) predicate.WorkflowObjectRef

DirectoryGroupIDLT applies the LT predicate on the "directory_group_id" field.

func DirectoryGroupIDLTE

func DirectoryGroupIDLTE(v string) predicate.WorkflowObjectRef

DirectoryGroupIDLTE applies the LTE predicate on the "directory_group_id" field.

func DirectoryGroupIDNEQ

func DirectoryGroupIDNEQ(v string) predicate.WorkflowObjectRef

DirectoryGroupIDNEQ applies the NEQ predicate on the "directory_group_id" field.

func DirectoryGroupIDNotIn

func DirectoryGroupIDNotIn(vs ...string) predicate.WorkflowObjectRef

DirectoryGroupIDNotIn applies the NotIn predicate on the "directory_group_id" field.

func DirectoryGroupIDNotNil

func DirectoryGroupIDNotNil() predicate.WorkflowObjectRef

DirectoryGroupIDNotNil applies the NotNil predicate on the "directory_group_id" field.

func DirectoryMembershipID

func DirectoryMembershipID(v string) predicate.WorkflowObjectRef

DirectoryMembershipID applies equality check predicate on the "directory_membership_id" field. It's identical to DirectoryMembershipIDEQ.

func DirectoryMembershipIDContains

func DirectoryMembershipIDContains(v string) predicate.WorkflowObjectRef

DirectoryMembershipIDContains applies the Contains predicate on the "directory_membership_id" field.

func DirectoryMembershipIDContainsFold

func DirectoryMembershipIDContainsFold(v string) predicate.WorkflowObjectRef

DirectoryMembershipIDContainsFold applies the ContainsFold predicate on the "directory_membership_id" field.

func DirectoryMembershipIDEQ

func DirectoryMembershipIDEQ(v string) predicate.WorkflowObjectRef

DirectoryMembershipIDEQ applies the EQ predicate on the "directory_membership_id" field.

func DirectoryMembershipIDEqualFold

func DirectoryMembershipIDEqualFold(v string) predicate.WorkflowObjectRef

DirectoryMembershipIDEqualFold applies the EqualFold predicate on the "directory_membership_id" field.

func DirectoryMembershipIDGT

func DirectoryMembershipIDGT(v string) predicate.WorkflowObjectRef

DirectoryMembershipIDGT applies the GT predicate on the "directory_membership_id" field.

func DirectoryMembershipIDGTE

func DirectoryMembershipIDGTE(v string) predicate.WorkflowObjectRef

DirectoryMembershipIDGTE applies the GTE predicate on the "directory_membership_id" field.

func DirectoryMembershipIDHasPrefix

func DirectoryMembershipIDHasPrefix(v string) predicate.WorkflowObjectRef

DirectoryMembershipIDHasPrefix applies the HasPrefix predicate on the "directory_membership_id" field.

func DirectoryMembershipIDHasSuffix

func DirectoryMembershipIDHasSuffix(v string) predicate.WorkflowObjectRef

DirectoryMembershipIDHasSuffix applies the HasSuffix predicate on the "directory_membership_id" field.

func DirectoryMembershipIDIn

func DirectoryMembershipIDIn(vs ...string) predicate.WorkflowObjectRef

DirectoryMembershipIDIn applies the In predicate on the "directory_membership_id" field.

func DirectoryMembershipIDIsNil

func DirectoryMembershipIDIsNil() predicate.WorkflowObjectRef

DirectoryMembershipIDIsNil applies the IsNil predicate on the "directory_membership_id" field.

func DirectoryMembershipIDLT

func DirectoryMembershipIDLT(v string) predicate.WorkflowObjectRef

DirectoryMembershipIDLT applies the LT predicate on the "directory_membership_id" field.

func DirectoryMembershipIDLTE

func DirectoryMembershipIDLTE(v string) predicate.WorkflowObjectRef

DirectoryMembershipIDLTE applies the LTE predicate on the "directory_membership_id" field.

func DirectoryMembershipIDNEQ

func DirectoryMembershipIDNEQ(v string) predicate.WorkflowObjectRef

DirectoryMembershipIDNEQ applies the NEQ predicate on the "directory_membership_id" field.

func DirectoryMembershipIDNotIn

func DirectoryMembershipIDNotIn(vs ...string) predicate.WorkflowObjectRef

DirectoryMembershipIDNotIn applies the NotIn predicate on the "directory_membership_id" field.

func DirectoryMembershipIDNotNil

func DirectoryMembershipIDNotNil() predicate.WorkflowObjectRef

DirectoryMembershipIDNotNil applies the NotNil predicate on the "directory_membership_id" field.

func DisplayID

func DisplayID(v string) predicate.WorkflowObjectRef

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

func DisplayIDContains

func DisplayIDContains(v string) predicate.WorkflowObjectRef

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

func DisplayIDContainsFold

func DisplayIDContainsFold(v string) predicate.WorkflowObjectRef

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

func DisplayIDEQ

func DisplayIDEQ(v string) predicate.WorkflowObjectRef

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

func DisplayIDEqualFold

func DisplayIDEqualFold(v string) predicate.WorkflowObjectRef

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

func DisplayIDGT

func DisplayIDGT(v string) predicate.WorkflowObjectRef

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

func DisplayIDGTE

func DisplayIDGTE(v string) predicate.WorkflowObjectRef

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

func DisplayIDHasPrefix

func DisplayIDHasPrefix(v string) predicate.WorkflowObjectRef

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

func DisplayIDHasSuffix

func DisplayIDHasSuffix(v string) predicate.WorkflowObjectRef

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

func DisplayIDIn

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

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

func DisplayIDLT

func DisplayIDLT(v string) predicate.WorkflowObjectRef

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

func DisplayIDLTE

func DisplayIDLTE(v string) predicate.WorkflowObjectRef

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

func DisplayIDNEQ

func DisplayIDNEQ(v string) predicate.WorkflowObjectRef

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

func DisplayIDNotIn

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

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

func EvidenceID

func EvidenceID(v string) predicate.WorkflowObjectRef

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

func EvidenceIDContains

func EvidenceIDContains(v string) predicate.WorkflowObjectRef

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

func EvidenceIDContainsFold

func EvidenceIDContainsFold(v string) predicate.WorkflowObjectRef

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

func EvidenceIDEQ

func EvidenceIDEQ(v string) predicate.WorkflowObjectRef

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

func EvidenceIDEqualFold

func EvidenceIDEqualFold(v string) predicate.WorkflowObjectRef

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

func EvidenceIDGT

func EvidenceIDGT(v string) predicate.WorkflowObjectRef

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

func EvidenceIDGTE

func EvidenceIDGTE(v string) predicate.WorkflowObjectRef

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

func EvidenceIDHasPrefix

func EvidenceIDHasPrefix(v string) predicate.WorkflowObjectRef

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

func EvidenceIDHasSuffix

func EvidenceIDHasSuffix(v string) predicate.WorkflowObjectRef

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

func EvidenceIDIn

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

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

func EvidenceIDIsNil

func EvidenceIDIsNil() predicate.WorkflowObjectRef

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

func EvidenceIDLT

func EvidenceIDLT(v string) predicate.WorkflowObjectRef

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

func EvidenceIDLTE

func EvidenceIDLTE(v string) predicate.WorkflowObjectRef

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

func EvidenceIDNEQ

func EvidenceIDNEQ(v string) predicate.WorkflowObjectRef

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

func EvidenceIDNotIn

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

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

func EvidenceIDNotNil

func EvidenceIDNotNil() predicate.WorkflowObjectRef

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

func FindingID

func FindingID(v string) predicate.WorkflowObjectRef

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

func FindingIDContains

func FindingIDContains(v string) predicate.WorkflowObjectRef

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

func FindingIDContainsFold

func FindingIDContainsFold(v string) predicate.WorkflowObjectRef

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

func FindingIDEQ

func FindingIDEQ(v string) predicate.WorkflowObjectRef

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

func FindingIDEqualFold

func FindingIDEqualFold(v string) predicate.WorkflowObjectRef

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

func FindingIDGT

func FindingIDGT(v string) predicate.WorkflowObjectRef

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

func FindingIDGTE

func FindingIDGTE(v string) predicate.WorkflowObjectRef

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

func FindingIDHasPrefix

func FindingIDHasPrefix(v string) predicate.WorkflowObjectRef

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

func FindingIDHasSuffix

func FindingIDHasSuffix(v string) predicate.WorkflowObjectRef

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

func FindingIDIn

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

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

func FindingIDIsNil

func FindingIDIsNil() predicate.WorkflowObjectRef

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

func FindingIDLT

func FindingIDLT(v string) predicate.WorkflowObjectRef

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

func FindingIDLTE

func FindingIDLTE(v string) predicate.WorkflowObjectRef

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

func FindingIDNEQ

func FindingIDNEQ(v string) predicate.WorkflowObjectRef

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

func FindingIDNotIn

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

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

func FindingIDNotNil

func FindingIDNotNil() predicate.WorkflowObjectRef

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

func HasActionPlan

func HasActionPlan() predicate.WorkflowObjectRef

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

func HasActionPlanWith

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

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

func HasAssessment

func HasAssessment() predicate.WorkflowObjectRef

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

func HasAssessmentResponse

func HasAssessmentResponse() predicate.WorkflowObjectRef

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

func HasAssessmentResponseWith

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

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

func HasAssessmentWith

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

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

func HasCampaign

func HasCampaign() predicate.WorkflowObjectRef

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

func HasCampaignTarget

func HasCampaignTarget() predicate.WorkflowObjectRef

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

func HasCampaignTargetWith

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

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

func HasCampaignWith

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

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

func HasControl

func HasControl() predicate.WorkflowObjectRef

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

func HasControlWith

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

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

func HasDirectoryAccount

func HasDirectoryAccount() predicate.WorkflowObjectRef

HasDirectoryAccount applies the HasEdge predicate on the "directory_account" edge.

func HasDirectoryAccountWith

func HasDirectoryAccountWith(preds ...predicate.DirectoryAccount) predicate.WorkflowObjectRef

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

func HasDirectoryGroup

func HasDirectoryGroup() predicate.WorkflowObjectRef

HasDirectoryGroup applies the HasEdge predicate on the "directory_group" edge.

func HasDirectoryGroupWith

func HasDirectoryGroupWith(preds ...predicate.DirectoryGroup) predicate.WorkflowObjectRef

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

func HasDirectoryMembership

func HasDirectoryMembership() predicate.WorkflowObjectRef

HasDirectoryMembership applies the HasEdge predicate on the "directory_membership" edge.

func HasDirectoryMembershipWith

func HasDirectoryMembershipWith(preds ...predicate.DirectoryMembership) predicate.WorkflowObjectRef

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

func HasEvidence

func HasEvidence() predicate.WorkflowObjectRef

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

func HasEvidenceWith

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

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

func HasFinding

func HasFinding() predicate.WorkflowObjectRef

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

func HasFindingWith

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

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

func HasIdentityHolder

func HasIdentityHolder() predicate.WorkflowObjectRef

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

func HasIdentityHolderWith

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

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

func HasInternalPolicy

func HasInternalPolicy() predicate.WorkflowObjectRef

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

func HasInternalPolicyWith

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

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

func HasOwner

func HasOwner() predicate.WorkflowObjectRef

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

func HasOwnerWith

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

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

func HasPlatform

func HasPlatform() predicate.WorkflowObjectRef

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

func HasPlatformWith

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

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

func HasProcedure

func HasProcedure() predicate.WorkflowObjectRef

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

func HasProcedureWith

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

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

func HasRemediation

func HasRemediation() predicate.WorkflowObjectRef

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

func HasRemediationWith

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

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

func HasRisk

func HasRisk() predicate.WorkflowObjectRef

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

func HasRiskWith

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

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

func HasSubcontrol

func HasSubcontrol() predicate.WorkflowObjectRef

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

func HasSubcontrolWith

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

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

func HasTask

func HasTask() predicate.WorkflowObjectRef

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

func HasTaskWith

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

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

func HasVulnerability

func HasVulnerability() predicate.WorkflowObjectRef

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

func HasVulnerabilityWith

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

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

func HasWorkflowInstance

func HasWorkflowInstance() predicate.WorkflowObjectRef

HasWorkflowInstance applies the HasEdge predicate on the "workflow_instance" edge.

func HasWorkflowInstanceWith

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

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

func HasWorkflowProposals

func HasWorkflowProposals() predicate.WorkflowObjectRef

HasWorkflowProposals applies the HasEdge predicate on the "workflow_proposals" edge.

func HasWorkflowProposalsWith

func HasWorkflowProposalsWith(preds ...predicate.WorkflowProposal) predicate.WorkflowObjectRef

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

func ID

ID filters vertices based on their ID field.

func IDContainsFold

func IDContainsFold(id string) predicate.WorkflowObjectRef

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.WorkflowObjectRef

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.WorkflowObjectRef

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.WorkflowObjectRef

IDNotIn applies the NotIn predicate on the ID field.

func IdentityHolderID

func IdentityHolderID(v string) predicate.WorkflowObjectRef

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

func IdentityHolderIDContains

func IdentityHolderIDContains(v string) predicate.WorkflowObjectRef

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

func IdentityHolderIDContainsFold

func IdentityHolderIDContainsFold(v string) predicate.WorkflowObjectRef

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

func IdentityHolderIDEQ

func IdentityHolderIDEQ(v string) predicate.WorkflowObjectRef

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

func IdentityHolderIDEqualFold

func IdentityHolderIDEqualFold(v string) predicate.WorkflowObjectRef

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

func IdentityHolderIDGT

func IdentityHolderIDGT(v string) predicate.WorkflowObjectRef

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

func IdentityHolderIDGTE

func IdentityHolderIDGTE(v string) predicate.WorkflowObjectRef

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

func IdentityHolderIDHasPrefix

func IdentityHolderIDHasPrefix(v string) predicate.WorkflowObjectRef

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

func IdentityHolderIDHasSuffix

func IdentityHolderIDHasSuffix(v string) predicate.WorkflowObjectRef

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

func IdentityHolderIDIn

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

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

func IdentityHolderIDIsNil

func IdentityHolderIDIsNil() predicate.WorkflowObjectRef

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

func IdentityHolderIDLT

func IdentityHolderIDLT(v string) predicate.WorkflowObjectRef

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

func IdentityHolderIDLTE

func IdentityHolderIDLTE(v string) predicate.WorkflowObjectRef

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

func IdentityHolderIDNEQ

func IdentityHolderIDNEQ(v string) predicate.WorkflowObjectRef

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

func IdentityHolderIDNotIn

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

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

func IdentityHolderIDNotNil

func IdentityHolderIDNotNil() predicate.WorkflowObjectRef

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

func InternalPolicyID

func InternalPolicyID(v string) predicate.WorkflowObjectRef

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

func InternalPolicyIDContains

func InternalPolicyIDContains(v string) predicate.WorkflowObjectRef

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

func InternalPolicyIDContainsFold

func InternalPolicyIDContainsFold(v string) predicate.WorkflowObjectRef

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

func InternalPolicyIDEQ

func InternalPolicyIDEQ(v string) predicate.WorkflowObjectRef

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

func InternalPolicyIDEqualFold

func InternalPolicyIDEqualFold(v string) predicate.WorkflowObjectRef

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

func InternalPolicyIDGT

func InternalPolicyIDGT(v string) predicate.WorkflowObjectRef

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

func InternalPolicyIDGTE

func InternalPolicyIDGTE(v string) predicate.WorkflowObjectRef

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

func InternalPolicyIDHasPrefix

func InternalPolicyIDHasPrefix(v string) predicate.WorkflowObjectRef

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

func InternalPolicyIDHasSuffix

func InternalPolicyIDHasSuffix(v string) predicate.WorkflowObjectRef

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

func InternalPolicyIDIn

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

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

func InternalPolicyIDIsNil

func InternalPolicyIDIsNil() predicate.WorkflowObjectRef

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

func InternalPolicyIDLT

func InternalPolicyIDLT(v string) predicate.WorkflowObjectRef

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

func InternalPolicyIDLTE

func InternalPolicyIDLTE(v string) predicate.WorkflowObjectRef

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

func InternalPolicyIDNEQ

func InternalPolicyIDNEQ(v string) predicate.WorkflowObjectRef

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

func InternalPolicyIDNotIn

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

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

func InternalPolicyIDNotNil

func InternalPolicyIDNotNil() predicate.WorkflowObjectRef

InternalPolicyIDNotNil applies the NotNil predicate on the "internal_policy_id" 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.WorkflowObjectRef

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

func OwnerIDContainsFold

func OwnerIDContainsFold(v string) predicate.WorkflowObjectRef

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

func OwnerIDEQ

func OwnerIDEQ(v string) predicate.WorkflowObjectRef

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

func OwnerIDEqualFold

func OwnerIDEqualFold(v string) predicate.WorkflowObjectRef

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

func OwnerIDGT

func OwnerIDGT(v string) predicate.WorkflowObjectRef

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

func OwnerIDGTE

func OwnerIDGTE(v string) predicate.WorkflowObjectRef

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

func OwnerIDHasPrefix

func OwnerIDHasPrefix(v string) predicate.WorkflowObjectRef

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

func OwnerIDHasSuffix

func OwnerIDHasSuffix(v string) predicate.WorkflowObjectRef

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

func OwnerIDIn

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

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

func OwnerIDIsNil

func OwnerIDIsNil() predicate.WorkflowObjectRef

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

func OwnerIDLT

func OwnerIDLT(v string) predicate.WorkflowObjectRef

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

func OwnerIDLTE

func OwnerIDLTE(v string) predicate.WorkflowObjectRef

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

func OwnerIDNEQ

func OwnerIDNEQ(v string) predicate.WorkflowObjectRef

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

func OwnerIDNotIn

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

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

func OwnerIDNotNil

func OwnerIDNotNil() predicate.WorkflowObjectRef

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

func PlatformID

func PlatformID(v string) predicate.WorkflowObjectRef

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

func PlatformIDContains

func PlatformIDContains(v string) predicate.WorkflowObjectRef

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

func PlatformIDContainsFold

func PlatformIDContainsFold(v string) predicate.WorkflowObjectRef

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

func PlatformIDEQ

func PlatformIDEQ(v string) predicate.WorkflowObjectRef

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

func PlatformIDEqualFold

func PlatformIDEqualFold(v string) predicate.WorkflowObjectRef

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

func PlatformIDGT

func PlatformIDGT(v string) predicate.WorkflowObjectRef

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

func PlatformIDGTE

func PlatformIDGTE(v string) predicate.WorkflowObjectRef

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

func PlatformIDHasPrefix

func PlatformIDHasPrefix(v string) predicate.WorkflowObjectRef

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

func PlatformIDHasSuffix

func PlatformIDHasSuffix(v string) predicate.WorkflowObjectRef

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

func PlatformIDIn

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

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

func PlatformIDIsNil

func PlatformIDIsNil() predicate.WorkflowObjectRef

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

func PlatformIDLT

func PlatformIDLT(v string) predicate.WorkflowObjectRef

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

func PlatformIDLTE

func PlatformIDLTE(v string) predicate.WorkflowObjectRef

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

func PlatformIDNEQ

func PlatformIDNEQ(v string) predicate.WorkflowObjectRef

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

func PlatformIDNotIn

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

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

func PlatformIDNotNil

func PlatformIDNotNil() predicate.WorkflowObjectRef

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

func ProcedureID

func ProcedureID(v string) predicate.WorkflowObjectRef

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

func ProcedureIDContains

func ProcedureIDContains(v string) predicate.WorkflowObjectRef

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

func ProcedureIDContainsFold

func ProcedureIDContainsFold(v string) predicate.WorkflowObjectRef

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

func ProcedureIDEQ

func ProcedureIDEQ(v string) predicate.WorkflowObjectRef

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

func ProcedureIDEqualFold

func ProcedureIDEqualFold(v string) predicate.WorkflowObjectRef

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

func ProcedureIDGT

func ProcedureIDGT(v string) predicate.WorkflowObjectRef

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

func ProcedureIDGTE

func ProcedureIDGTE(v string) predicate.WorkflowObjectRef

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

func ProcedureIDHasPrefix

func ProcedureIDHasPrefix(v string) predicate.WorkflowObjectRef

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

func ProcedureIDHasSuffix

func ProcedureIDHasSuffix(v string) predicate.WorkflowObjectRef

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

func ProcedureIDIn

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

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

func ProcedureIDIsNil

func ProcedureIDIsNil() predicate.WorkflowObjectRef

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

func ProcedureIDLT

func ProcedureIDLT(v string) predicate.WorkflowObjectRef

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

func ProcedureIDLTE

func ProcedureIDLTE(v string) predicate.WorkflowObjectRef

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

func ProcedureIDNEQ

func ProcedureIDNEQ(v string) predicate.WorkflowObjectRef

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

func ProcedureIDNotIn

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

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

func ProcedureIDNotNil

func ProcedureIDNotNil() predicate.WorkflowObjectRef

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

func RemediationID

func RemediationID(v string) predicate.WorkflowObjectRef

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

func RemediationIDContains

func RemediationIDContains(v string) predicate.WorkflowObjectRef

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

func RemediationIDContainsFold

func RemediationIDContainsFold(v string) predicate.WorkflowObjectRef

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

func RemediationIDEQ

func RemediationIDEQ(v string) predicate.WorkflowObjectRef

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

func RemediationIDEqualFold

func RemediationIDEqualFold(v string) predicate.WorkflowObjectRef

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

func RemediationIDGT

func RemediationIDGT(v string) predicate.WorkflowObjectRef

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

func RemediationIDGTE

func RemediationIDGTE(v string) predicate.WorkflowObjectRef

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

func RemediationIDHasPrefix

func RemediationIDHasPrefix(v string) predicate.WorkflowObjectRef

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

func RemediationIDHasSuffix

func RemediationIDHasSuffix(v string) predicate.WorkflowObjectRef

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

func RemediationIDIn

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

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

func RemediationIDIsNil

func RemediationIDIsNil() predicate.WorkflowObjectRef

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

func RemediationIDLT

func RemediationIDLT(v string) predicate.WorkflowObjectRef

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

func RemediationIDLTE

func RemediationIDLTE(v string) predicate.WorkflowObjectRef

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

func RemediationIDNEQ

func RemediationIDNEQ(v string) predicate.WorkflowObjectRef

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

func RemediationIDNotIn

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

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

func RemediationIDNotNil

func RemediationIDNotNil() predicate.WorkflowObjectRef

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

func RiskID

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

func RiskIDContains

func RiskIDContains(v string) predicate.WorkflowObjectRef

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

func RiskIDContainsFold

func RiskIDContainsFold(v string) predicate.WorkflowObjectRef

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

func RiskIDEQ

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

func RiskIDEqualFold

func RiskIDEqualFold(v string) predicate.WorkflowObjectRef

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

func RiskIDGT

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

func RiskIDGTE

func RiskIDGTE(v string) predicate.WorkflowObjectRef

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

func RiskIDHasPrefix

func RiskIDHasPrefix(v string) predicate.WorkflowObjectRef

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

func RiskIDHasSuffix

func RiskIDHasSuffix(v string) predicate.WorkflowObjectRef

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

func RiskIDIn

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

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

func RiskIDIsNil

func RiskIDIsNil() predicate.WorkflowObjectRef

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

func RiskIDLT

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

func RiskIDLTE

func RiskIDLTE(v string) predicate.WorkflowObjectRef

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

func RiskIDNEQ

func RiskIDNEQ(v string) predicate.WorkflowObjectRef

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

func RiskIDNotIn

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

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

func RiskIDNotNil

func RiskIDNotNil() predicate.WorkflowObjectRef

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

func SubcontrolID

func SubcontrolID(v string) predicate.WorkflowObjectRef

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

func SubcontrolIDContains

func SubcontrolIDContains(v string) predicate.WorkflowObjectRef

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

func SubcontrolIDContainsFold

func SubcontrolIDContainsFold(v string) predicate.WorkflowObjectRef

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

func SubcontrolIDEQ

func SubcontrolIDEQ(v string) predicate.WorkflowObjectRef

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

func SubcontrolIDEqualFold

func SubcontrolIDEqualFold(v string) predicate.WorkflowObjectRef

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

func SubcontrolIDGT

func SubcontrolIDGT(v string) predicate.WorkflowObjectRef

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

func SubcontrolIDGTE

func SubcontrolIDGTE(v string) predicate.WorkflowObjectRef

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

func SubcontrolIDHasPrefix

func SubcontrolIDHasPrefix(v string) predicate.WorkflowObjectRef

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

func SubcontrolIDHasSuffix

func SubcontrolIDHasSuffix(v string) predicate.WorkflowObjectRef

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

func SubcontrolIDIn

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

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

func SubcontrolIDIsNil

func SubcontrolIDIsNil() predicate.WorkflowObjectRef

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

func SubcontrolIDLT

func SubcontrolIDLT(v string) predicate.WorkflowObjectRef

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

func SubcontrolIDLTE

func SubcontrolIDLTE(v string) predicate.WorkflowObjectRef

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

func SubcontrolIDNEQ

func SubcontrolIDNEQ(v string) predicate.WorkflowObjectRef

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

func SubcontrolIDNotIn

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

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

func SubcontrolIDNotNil

func SubcontrolIDNotNil() predicate.WorkflowObjectRef

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

func TaskID

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

func TaskIDContains

func TaskIDContains(v string) predicate.WorkflowObjectRef

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

func TaskIDContainsFold

func TaskIDContainsFold(v string) predicate.WorkflowObjectRef

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

func TaskIDEQ

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

func TaskIDEqualFold

func TaskIDEqualFold(v string) predicate.WorkflowObjectRef

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

func TaskIDGT

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

func TaskIDGTE

func TaskIDGTE(v string) predicate.WorkflowObjectRef

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

func TaskIDHasPrefix

func TaskIDHasPrefix(v string) predicate.WorkflowObjectRef

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

func TaskIDHasSuffix

func TaskIDHasSuffix(v string) predicate.WorkflowObjectRef

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

func TaskIDIn

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

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

func TaskIDIsNil

func TaskIDIsNil() predicate.WorkflowObjectRef

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

func TaskIDLT

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

func TaskIDLTE

func TaskIDLTE(v string) predicate.WorkflowObjectRef

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

func TaskIDNEQ

func TaskIDNEQ(v string) predicate.WorkflowObjectRef

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

func TaskIDNotIn

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

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

func TaskIDNotNil

func TaskIDNotNil() predicate.WorkflowObjectRef

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

func UpdatedAt

func UpdatedAt(v time.Time) predicate.WorkflowObjectRef

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

func UpdatedAtEQ

func UpdatedAtEQ(v time.Time) predicate.WorkflowObjectRef

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

func UpdatedAtGT

func UpdatedAtGT(v time.Time) predicate.WorkflowObjectRef

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

func UpdatedAtGTE

func UpdatedAtGTE(v time.Time) predicate.WorkflowObjectRef

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

func UpdatedAtIn

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

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

func UpdatedAtIsNil

func UpdatedAtIsNil() predicate.WorkflowObjectRef

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

func UpdatedAtLT

func UpdatedAtLT(v time.Time) predicate.WorkflowObjectRef

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

func UpdatedAtLTE

func UpdatedAtLTE(v time.Time) predicate.WorkflowObjectRef

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

func UpdatedAtNEQ

func UpdatedAtNEQ(v time.Time) predicate.WorkflowObjectRef

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

func UpdatedAtNotIn

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

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

func UpdatedAtNotNil

func UpdatedAtNotNil() predicate.WorkflowObjectRef

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

func UpdatedBy

func UpdatedBy(v string) predicate.WorkflowObjectRef

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

func UpdatedByContains

func UpdatedByContains(v string) predicate.WorkflowObjectRef

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

func UpdatedByContainsFold

func UpdatedByContainsFold(v string) predicate.WorkflowObjectRef

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

func UpdatedByEQ

func UpdatedByEQ(v string) predicate.WorkflowObjectRef

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

func UpdatedByEqualFold

func UpdatedByEqualFold(v string) predicate.WorkflowObjectRef

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

func UpdatedByGT

func UpdatedByGT(v string) predicate.WorkflowObjectRef

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

func UpdatedByGTE

func UpdatedByGTE(v string) predicate.WorkflowObjectRef

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

func UpdatedByHasPrefix

func UpdatedByHasPrefix(v string) predicate.WorkflowObjectRef

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

func UpdatedByHasSuffix

func UpdatedByHasSuffix(v string) predicate.WorkflowObjectRef

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

func UpdatedByImpersonator

func UpdatedByImpersonator(v string) predicate.WorkflowObjectRef

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

func UpdatedByImpersonatorContains

func UpdatedByImpersonatorContains(v string) predicate.WorkflowObjectRef

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

func UpdatedByImpersonatorContainsFold

func UpdatedByImpersonatorContainsFold(v string) predicate.WorkflowObjectRef

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

func UpdatedByImpersonatorEQ

func UpdatedByImpersonatorEQ(v string) predicate.WorkflowObjectRef

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

func UpdatedByImpersonatorEqualFold

func UpdatedByImpersonatorEqualFold(v string) predicate.WorkflowObjectRef

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

func UpdatedByImpersonatorGT

func UpdatedByImpersonatorGT(v string) predicate.WorkflowObjectRef

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

func UpdatedByImpersonatorGTE

func UpdatedByImpersonatorGTE(v string) predicate.WorkflowObjectRef

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

func UpdatedByImpersonatorHasPrefix

func UpdatedByImpersonatorHasPrefix(v string) predicate.WorkflowObjectRef

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

func UpdatedByImpersonatorHasSuffix

func UpdatedByImpersonatorHasSuffix(v string) predicate.WorkflowObjectRef

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

func UpdatedByImpersonatorIn

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

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

func UpdatedByImpersonatorIsNil

func UpdatedByImpersonatorIsNil() predicate.WorkflowObjectRef

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

func UpdatedByImpersonatorLT

func UpdatedByImpersonatorLT(v string) predicate.WorkflowObjectRef

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

func UpdatedByImpersonatorLTE

func UpdatedByImpersonatorLTE(v string) predicate.WorkflowObjectRef

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

func UpdatedByImpersonatorNEQ

func UpdatedByImpersonatorNEQ(v string) predicate.WorkflowObjectRef

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

func UpdatedByImpersonatorNotIn

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

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

func UpdatedByImpersonatorNotNil

func UpdatedByImpersonatorNotNil() predicate.WorkflowObjectRef

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

func UpdatedByIn

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

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

func UpdatedByIsNil

func UpdatedByIsNil() predicate.WorkflowObjectRef

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

func UpdatedByLT

func UpdatedByLT(v string) predicate.WorkflowObjectRef

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

func UpdatedByLTE

func UpdatedByLTE(v string) predicate.WorkflowObjectRef

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

func UpdatedByNEQ

func UpdatedByNEQ(v string) predicate.WorkflowObjectRef

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

func UpdatedByNotIn

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

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

func UpdatedByNotNil

func UpdatedByNotNil() predicate.WorkflowObjectRef

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

func VulnerabilityID(v string) predicate.WorkflowObjectRef

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

func VulnerabilityIDContains

func VulnerabilityIDContains(v string) predicate.WorkflowObjectRef

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

func VulnerabilityIDContainsFold

func VulnerabilityIDContainsFold(v string) predicate.WorkflowObjectRef

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

func VulnerabilityIDEQ

func VulnerabilityIDEQ(v string) predicate.WorkflowObjectRef

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

func VulnerabilityIDEqualFold

func VulnerabilityIDEqualFold(v string) predicate.WorkflowObjectRef

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

func VulnerabilityIDGT

func VulnerabilityIDGT(v string) predicate.WorkflowObjectRef

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

func VulnerabilityIDGTE

func VulnerabilityIDGTE(v string) predicate.WorkflowObjectRef

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

func VulnerabilityIDHasPrefix

func VulnerabilityIDHasPrefix(v string) predicate.WorkflowObjectRef

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

func VulnerabilityIDHasSuffix

func VulnerabilityIDHasSuffix(v string) predicate.WorkflowObjectRef

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

func VulnerabilityIDIn

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

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

func VulnerabilityIDIsNil

func VulnerabilityIDIsNil() predicate.WorkflowObjectRef

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

func VulnerabilityIDLT

func VulnerabilityIDLT(v string) predicate.WorkflowObjectRef

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

func VulnerabilityIDLTE

func VulnerabilityIDLTE(v string) predicate.WorkflowObjectRef

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

func VulnerabilityIDNEQ

func VulnerabilityIDNEQ(v string) predicate.WorkflowObjectRef

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

func VulnerabilityIDNotIn

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

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

func VulnerabilityIDNotNil

func VulnerabilityIDNotNil() predicate.WorkflowObjectRef

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

func WorkflowInstanceID

func WorkflowInstanceID(v string) predicate.WorkflowObjectRef

WorkflowInstanceID applies equality check predicate on the "workflow_instance_id" field. It's identical to WorkflowInstanceIDEQ.

func WorkflowInstanceIDContains

func WorkflowInstanceIDContains(v string) predicate.WorkflowObjectRef

WorkflowInstanceIDContains applies the Contains predicate on the "workflow_instance_id" field.

func WorkflowInstanceIDContainsFold

func WorkflowInstanceIDContainsFold(v string) predicate.WorkflowObjectRef

WorkflowInstanceIDContainsFold applies the ContainsFold predicate on the "workflow_instance_id" field.

func WorkflowInstanceIDEQ

func WorkflowInstanceIDEQ(v string) predicate.WorkflowObjectRef

WorkflowInstanceIDEQ applies the EQ predicate on the "workflow_instance_id" field.

func WorkflowInstanceIDEqualFold

func WorkflowInstanceIDEqualFold(v string) predicate.WorkflowObjectRef

WorkflowInstanceIDEqualFold applies the EqualFold predicate on the "workflow_instance_id" field.

func WorkflowInstanceIDGT

func WorkflowInstanceIDGT(v string) predicate.WorkflowObjectRef

WorkflowInstanceIDGT applies the GT predicate on the "workflow_instance_id" field.

func WorkflowInstanceIDGTE

func WorkflowInstanceIDGTE(v string) predicate.WorkflowObjectRef

WorkflowInstanceIDGTE applies the GTE predicate on the "workflow_instance_id" field.

func WorkflowInstanceIDHasPrefix

func WorkflowInstanceIDHasPrefix(v string) predicate.WorkflowObjectRef

WorkflowInstanceIDHasPrefix applies the HasPrefix predicate on the "workflow_instance_id" field.

func WorkflowInstanceIDHasSuffix

func WorkflowInstanceIDHasSuffix(v string) predicate.WorkflowObjectRef

WorkflowInstanceIDHasSuffix applies the HasSuffix predicate on the "workflow_instance_id" field.

func WorkflowInstanceIDIn

func WorkflowInstanceIDIn(vs ...string) predicate.WorkflowObjectRef

WorkflowInstanceIDIn applies the In predicate on the "workflow_instance_id" field.

func WorkflowInstanceIDLT

func WorkflowInstanceIDLT(v string) predicate.WorkflowObjectRef

WorkflowInstanceIDLT applies the LT predicate on the "workflow_instance_id" field.

func WorkflowInstanceIDLTE

func WorkflowInstanceIDLTE(v string) predicate.WorkflowObjectRef

WorkflowInstanceIDLTE applies the LTE predicate on the "workflow_instance_id" field.

func WorkflowInstanceIDNEQ

func WorkflowInstanceIDNEQ(v string) predicate.WorkflowObjectRef

WorkflowInstanceIDNEQ applies the NEQ predicate on the "workflow_instance_id" field.

func WorkflowInstanceIDNotIn

func WorkflowInstanceIDNotIn(vs ...string) predicate.WorkflowObjectRef

WorkflowInstanceIDNotIn applies the NotIn predicate on the "workflow_instance_id" field.

Types

type OrderOption

type OrderOption func(*sql.Selector)

OrderOption defines the ordering options for the WorkflowObjectRef queries.

func ByActionPlanField

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

ByActionPlanField orders the results by action_plan field.

func ByActionPlanID

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

ByActionPlanID orders the results by the action_plan_id field.

func ByAssessmentField

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

ByAssessmentField orders the results by assessment field.

func ByAssessmentID

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

ByAssessmentID orders the results by the assessment_id field.

func ByAssessmentResponseField

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

ByAssessmentResponseField orders the results by assessment_response field.

func ByAssessmentResponseID

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

ByAssessmentResponseID orders the results by the assessment_response_id field.

func ByCampaignField

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

ByCampaignField orders the results by campaign field.

func ByCampaignID

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

ByCampaignID orders the results by the campaign_id field.

func ByCampaignTargetField

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

ByCampaignTargetField orders the results by campaign_target field.

func ByCampaignTargetID

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

ByCampaignTargetID orders the results by the campaign_target_id field.

func ByControlField

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

ByControlField orders the results by control field.

func ByControlID

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 ByDirectoryAccountField

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

ByDirectoryAccountField orders the results by directory_account field.

func ByDirectoryAccountID

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

ByDirectoryAccountID orders the results by the directory_account_id field.

func ByDirectoryGroupField

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

ByDirectoryGroupField orders the results by directory_group field.

func ByDirectoryGroupID

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

ByDirectoryGroupID orders the results by the directory_group_id field.

func ByDirectoryMembershipField

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

ByDirectoryMembershipField orders the results by directory_membership field.

func ByDirectoryMembershipID

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

ByDirectoryMembershipID orders the results by the directory_membership_id field.

func ByDisplayID

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

ByDisplayID orders the results by the display_id field.

func ByEvidenceField

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

ByEvidenceField orders the results by evidence field.

func ByEvidenceID

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

ByEvidenceID orders the results by the evidence_id field.

func ByFindingField

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

ByFindingField orders the results by finding field.

func ByFindingID

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

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

ByIdentityHolderField orders the results by identity_holder field.

func ByIdentityHolderID

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

ByIdentityHolderID orders the results by the identity_holder_id field.

func ByInternalPolicyField

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

ByInternalPolicyField orders the results by internal_policy field.

func ByInternalPolicyID

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

ByInternalPolicyID orders the results by the internal_policy_id 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

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

ByPlatformField orders the results by platform field.

func ByPlatformID

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

ByPlatformID orders the results by the platform_id field.

func ByProcedureField

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

ByProcedureField orders the results by procedure field.

func ByProcedureID

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

ByProcedureID orders the results by the procedure_id field.

func ByRemediationField

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

ByRemediationField orders the results by remediation field.

func ByRemediationID

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

ByRemediationID orders the results by the remediation_id field.

func ByRiskField

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

ByRiskField orders the results by risk field.

func ByRiskID

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

ByRiskID orders the results by the risk_id field.

func BySubcontrolField

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

BySubcontrolField orders the results by subcontrol field.

func BySubcontrolID

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

BySubcontrolID orders the results by the subcontrol_id field.

func ByTaskField

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

ByTaskField orders the results by task field.

func ByTaskID

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

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

ByUpdatedByImpersonator orders the results by the updated_by_impersonator field.

func ByVulnerabilityField

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

ByVulnerabilityField orders the results by vulnerability field.

func ByVulnerabilityID

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

ByVulnerabilityID orders the results by the vulnerability_id field.

func ByWorkflowInstanceField

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

ByWorkflowInstanceField orders the results by workflow_instance field.

func ByWorkflowInstanceID

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

ByWorkflowInstanceID orders the results by the workflow_instance_id field.

func ByWorkflowProposals

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

ByWorkflowProposals orders the results by workflow_proposals terms.

func ByWorkflowProposalsCount

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

ByWorkflowProposalsCount orders the results by workflow_proposals count.

Jump to

Keyboard shortcuts

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