workflowobjectrefhistory

package
v0.48.2 Latest Latest
Warning

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

Go to latest
Published: Dec 3, 2025 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the workflowobjectrefhistory type in the database.
	Label = "workflow_object_ref_history"
	// FieldID holds the string denoting the id field in the database.
	FieldID = "id"
	// FieldHistoryTime holds the string denoting the history_time field in the database.
	FieldHistoryTime = "history_time"
	// FieldRef holds the string denoting the ref field in the database.
	FieldRef = "ref"
	// FieldOperation holds the string denoting the operation field in the database.
	FieldOperation = "operation"
	// 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"
	// 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"
	// Table holds the table name of the workflowobjectrefhistory in the database.
	Table = "workflow_object_ref_history"
)

Variables

View Source
var (
	Hooks        [1]ent.Hook
	Interceptors [1]ent.Interceptor
	Policy       ent.Policy
	// DefaultHistoryTime holds the default value on creation for the "history_time" field.
	DefaultHistoryTime func() time.Time
	// 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
	// DefaultID holds the default value on creation for the "id" field.
	DefaultID func() string
)

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

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

Columns holds all SQL columns for workflowobjectrefhistory fields.

Functions

func And

And groups predicates with the AND operator between them.

func ControlID

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

func ControlIDContains

func ControlIDContains(v string) predicate.WorkflowObjectRefHistory

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

func ControlIDContainsFold

func ControlIDContainsFold(v string) predicate.WorkflowObjectRefHistory

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

func ControlIDEQ

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

func ControlIDEqualFold

func ControlIDEqualFold(v string) predicate.WorkflowObjectRefHistory

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

func ControlIDGT

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

func ControlIDGTE

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

func ControlIDHasPrefix

func ControlIDHasPrefix(v string) predicate.WorkflowObjectRefHistory

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

func ControlIDHasSuffix

func ControlIDHasSuffix(v string) predicate.WorkflowObjectRefHistory

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

func ControlIDIn

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

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

func ControlIDIsNil

func ControlIDIsNil() predicate.WorkflowObjectRefHistory

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

func ControlIDLT

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

func ControlIDLTE

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

func ControlIDNEQ

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

func ControlIDNotIn

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

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

func ControlIDNotNil

func ControlIDNotNil() predicate.WorkflowObjectRefHistory

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

func CreatedAt

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

func CreatedAtEQ

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

func CreatedAtGT

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

func CreatedAtGTE

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

func CreatedAtIn

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

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

func CreatedAtIsNil

func CreatedAtIsNil() predicate.WorkflowObjectRefHistory

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

func CreatedAtLT

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

func CreatedAtLTE

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

func CreatedAtNEQ

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

func CreatedAtNotIn

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

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

func CreatedAtNotNil

func CreatedAtNotNil() predicate.WorkflowObjectRefHistory

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

func CreatedBy

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

func CreatedByContains

func CreatedByContains(v string) predicate.WorkflowObjectRefHistory

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

func CreatedByContainsFold

func CreatedByContainsFold(v string) predicate.WorkflowObjectRefHistory

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

func CreatedByEQ

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

func CreatedByEqualFold

func CreatedByEqualFold(v string) predicate.WorkflowObjectRefHistory

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

func CreatedByGT

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

func CreatedByGTE

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

func CreatedByHasPrefix

func CreatedByHasPrefix(v string) predicate.WorkflowObjectRefHistory

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

func CreatedByHasSuffix

func CreatedByHasSuffix(v string) predicate.WorkflowObjectRefHistory

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

func CreatedByIn

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

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

func CreatedByIsNil

func CreatedByIsNil() predicate.WorkflowObjectRefHistory

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

func CreatedByLT

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

func CreatedByLTE

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

func CreatedByNEQ

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

func CreatedByNotIn

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

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

func CreatedByNotNil

func CreatedByNotNil() predicate.WorkflowObjectRefHistory

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

func DirectoryAccountID

func DirectoryAccountID(v string) predicate.WorkflowObjectRefHistory

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

func DirectoryAccountIDContains

func DirectoryAccountIDContains(v string) predicate.WorkflowObjectRefHistory

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

func DirectoryAccountIDContainsFold

func DirectoryAccountIDContainsFold(v string) predicate.WorkflowObjectRefHistory

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

func DirectoryAccountIDEQ

func DirectoryAccountIDEQ(v string) predicate.WorkflowObjectRefHistory

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

func DirectoryAccountIDEqualFold

func DirectoryAccountIDEqualFold(v string) predicate.WorkflowObjectRefHistory

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

func DirectoryAccountIDGT

func DirectoryAccountIDGT(v string) predicate.WorkflowObjectRefHistory

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

func DirectoryAccountIDGTE

func DirectoryAccountIDGTE(v string) predicate.WorkflowObjectRefHistory

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

func DirectoryAccountIDHasPrefix

func DirectoryAccountIDHasPrefix(v string) predicate.WorkflowObjectRefHistory

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

func DirectoryAccountIDHasSuffix

func DirectoryAccountIDHasSuffix(v string) predicate.WorkflowObjectRefHistory

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

func DirectoryAccountIDIn

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

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

func DirectoryAccountIDIsNil

func DirectoryAccountIDIsNil() predicate.WorkflowObjectRefHistory

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

func DirectoryAccountIDLT

func DirectoryAccountIDLT(v string) predicate.WorkflowObjectRefHistory

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

func DirectoryAccountIDLTE

func DirectoryAccountIDLTE(v string) predicate.WorkflowObjectRefHistory

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

func DirectoryAccountIDNEQ

func DirectoryAccountIDNEQ(v string) predicate.WorkflowObjectRefHistory

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

func DirectoryAccountIDNotIn

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

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

func DirectoryAccountIDNotNil

func DirectoryAccountIDNotNil() predicate.WorkflowObjectRefHistory

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

func DirectoryGroupID

func DirectoryGroupID(v string) predicate.WorkflowObjectRefHistory

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

func DirectoryGroupIDContains

func DirectoryGroupIDContains(v string) predicate.WorkflowObjectRefHistory

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

func DirectoryGroupIDContainsFold

func DirectoryGroupIDContainsFold(v string) predicate.WorkflowObjectRefHistory

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

func DirectoryGroupIDEQ

func DirectoryGroupIDEQ(v string) predicate.WorkflowObjectRefHistory

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

func DirectoryGroupIDEqualFold

func DirectoryGroupIDEqualFold(v string) predicate.WorkflowObjectRefHistory

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

func DirectoryGroupIDGT

func DirectoryGroupIDGT(v string) predicate.WorkflowObjectRefHistory

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

func DirectoryGroupIDGTE

func DirectoryGroupIDGTE(v string) predicate.WorkflowObjectRefHistory

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

func DirectoryGroupIDHasPrefix

func DirectoryGroupIDHasPrefix(v string) predicate.WorkflowObjectRefHistory

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

func DirectoryGroupIDHasSuffix

func DirectoryGroupIDHasSuffix(v string) predicate.WorkflowObjectRefHistory

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

func DirectoryGroupIDIn

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

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

func DirectoryGroupIDIsNil

func DirectoryGroupIDIsNil() predicate.WorkflowObjectRefHistory

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

func DirectoryGroupIDLT

func DirectoryGroupIDLT(v string) predicate.WorkflowObjectRefHistory

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

func DirectoryGroupIDLTE

func DirectoryGroupIDLTE(v string) predicate.WorkflowObjectRefHistory

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

func DirectoryGroupIDNEQ

func DirectoryGroupIDNEQ(v string) predicate.WorkflowObjectRefHistory

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

func DirectoryGroupIDNotIn

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

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

func DirectoryGroupIDNotNil

func DirectoryGroupIDNotNil() predicate.WorkflowObjectRefHistory

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

func DirectoryMembershipID

func DirectoryMembershipID(v string) predicate.WorkflowObjectRefHistory

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

func DirectoryMembershipIDContains

func DirectoryMembershipIDContains(v string) predicate.WorkflowObjectRefHistory

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

func DirectoryMembershipIDContainsFold

func DirectoryMembershipIDContainsFold(v string) predicate.WorkflowObjectRefHistory

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

func DirectoryMembershipIDEQ

func DirectoryMembershipIDEQ(v string) predicate.WorkflowObjectRefHistory

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

func DirectoryMembershipIDEqualFold

func DirectoryMembershipIDEqualFold(v string) predicate.WorkflowObjectRefHistory

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

func DirectoryMembershipIDGT

func DirectoryMembershipIDGT(v string) predicate.WorkflowObjectRefHistory

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

func DirectoryMembershipIDGTE

func DirectoryMembershipIDGTE(v string) predicate.WorkflowObjectRefHistory

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

func DirectoryMembershipIDHasPrefix

func DirectoryMembershipIDHasPrefix(v string) predicate.WorkflowObjectRefHistory

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

func DirectoryMembershipIDHasSuffix

func DirectoryMembershipIDHasSuffix(v string) predicate.WorkflowObjectRefHistory

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

func DirectoryMembershipIDIn

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

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

func DirectoryMembershipIDIsNil

func DirectoryMembershipIDIsNil() predicate.WorkflowObjectRefHistory

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

func DirectoryMembershipIDLT

func DirectoryMembershipIDLT(v string) predicate.WorkflowObjectRefHistory

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

func DirectoryMembershipIDLTE

func DirectoryMembershipIDLTE(v string) predicate.WorkflowObjectRefHistory

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

func DirectoryMembershipIDNEQ

func DirectoryMembershipIDNEQ(v string) predicate.WorkflowObjectRefHistory

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

func DirectoryMembershipIDNotIn

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

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

func DirectoryMembershipIDNotNil

func DirectoryMembershipIDNotNil() predicate.WorkflowObjectRefHistory

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

func DisplayID

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

func DisplayIDContains

func DisplayIDContains(v string) predicate.WorkflowObjectRefHistory

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

func DisplayIDContainsFold

func DisplayIDContainsFold(v string) predicate.WorkflowObjectRefHistory

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

func DisplayIDEQ

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

func DisplayIDEqualFold

func DisplayIDEqualFold(v string) predicate.WorkflowObjectRefHistory

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

func DisplayIDGT

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

func DisplayIDGTE

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

func DisplayIDHasPrefix

func DisplayIDHasPrefix(v string) predicate.WorkflowObjectRefHistory

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

func DisplayIDHasSuffix

func DisplayIDHasSuffix(v string) predicate.WorkflowObjectRefHistory

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

func DisplayIDIn

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

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

func DisplayIDLT

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

func DisplayIDLTE

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

func DisplayIDNEQ

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

func DisplayIDNotIn

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

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

func FindingID

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

func FindingIDContains

func FindingIDContains(v string) predicate.WorkflowObjectRefHistory

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

func FindingIDContainsFold

func FindingIDContainsFold(v string) predicate.WorkflowObjectRefHistory

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

func FindingIDEQ

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

func FindingIDEqualFold

func FindingIDEqualFold(v string) predicate.WorkflowObjectRefHistory

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

func FindingIDGT

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

func FindingIDGTE

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

func FindingIDHasPrefix

func FindingIDHasPrefix(v string) predicate.WorkflowObjectRefHistory

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

func FindingIDHasSuffix

func FindingIDHasSuffix(v string) predicate.WorkflowObjectRefHistory

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

func FindingIDIn

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

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

func FindingIDIsNil

func FindingIDIsNil() predicate.WorkflowObjectRefHistory

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

func FindingIDLT

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

func FindingIDLTE

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

func FindingIDNEQ

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

func FindingIDNotIn

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

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

func FindingIDNotNil

func FindingIDNotNil() predicate.WorkflowObjectRefHistory

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

func HistoryTime

HistoryTime applies equality check predicate on the "history_time" field. It's identical to HistoryTimeEQ.

func HistoryTimeEQ

HistoryTimeEQ applies the EQ predicate on the "history_time" field.

func HistoryTimeGT

HistoryTimeGT applies the GT predicate on the "history_time" field.

func HistoryTimeGTE

func HistoryTimeGTE(v time.Time) predicate.WorkflowObjectRefHistory

HistoryTimeGTE applies the GTE predicate on the "history_time" field.

func HistoryTimeIn

func HistoryTimeIn(vs ...time.Time) predicate.WorkflowObjectRefHistory

HistoryTimeIn applies the In predicate on the "history_time" field.

func HistoryTimeLT

HistoryTimeLT applies the LT predicate on the "history_time" field.

func HistoryTimeLTE

func HistoryTimeLTE(v time.Time) predicate.WorkflowObjectRefHistory

HistoryTimeLTE applies the LTE predicate on the "history_time" field.

func HistoryTimeNEQ

func HistoryTimeNEQ(v time.Time) predicate.WorkflowObjectRefHistory

HistoryTimeNEQ applies the NEQ predicate on the "history_time" field.

func HistoryTimeNotIn

func HistoryTimeNotIn(vs ...time.Time) predicate.WorkflowObjectRefHistory

HistoryTimeNotIn applies the NotIn predicate on the "history_time" field.

func ID

ID filters vertices based on their ID field.

func IDContainsFold

func IDContainsFold(id string) predicate.WorkflowObjectRefHistory

IDContainsFold applies the ContainsFold predicate on the ID field.

func IDEQ

IDEQ applies the EQ predicate on the ID field.

func IDEqualFold

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

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

IDNotIn applies the NotIn predicate on the ID field.

func InternalPolicyID

func InternalPolicyID(v string) predicate.WorkflowObjectRefHistory

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

func InternalPolicyIDContains

func InternalPolicyIDContains(v string) predicate.WorkflowObjectRefHistory

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

func InternalPolicyIDContainsFold

func InternalPolicyIDContainsFold(v string) predicate.WorkflowObjectRefHistory

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

func InternalPolicyIDEQ

func InternalPolicyIDEQ(v string) predicate.WorkflowObjectRefHistory

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

func InternalPolicyIDEqualFold

func InternalPolicyIDEqualFold(v string) predicate.WorkflowObjectRefHistory

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

func InternalPolicyIDGT

func InternalPolicyIDGT(v string) predicate.WorkflowObjectRefHistory

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

func InternalPolicyIDGTE

func InternalPolicyIDGTE(v string) predicate.WorkflowObjectRefHistory

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

func InternalPolicyIDHasPrefix

func InternalPolicyIDHasPrefix(v string) predicate.WorkflowObjectRefHistory

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

func InternalPolicyIDHasSuffix

func InternalPolicyIDHasSuffix(v string) predicate.WorkflowObjectRefHistory

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

func InternalPolicyIDIn

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

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

func InternalPolicyIDIsNil

func InternalPolicyIDIsNil() predicate.WorkflowObjectRefHistory

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

func InternalPolicyIDLT

func InternalPolicyIDLT(v string) predicate.WorkflowObjectRefHistory

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

func InternalPolicyIDLTE

func InternalPolicyIDLTE(v string) predicate.WorkflowObjectRefHistory

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

func InternalPolicyIDNEQ

func InternalPolicyIDNEQ(v string) predicate.WorkflowObjectRefHistory

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

func InternalPolicyIDNotIn

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

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

func InternalPolicyIDNotNil

func InternalPolicyIDNotNil() predicate.WorkflowObjectRefHistory

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

func Not

Not applies the not operator on the given predicate.

func OperationEQ

OperationEQ applies the EQ predicate on the "operation" field.

func OperationIn

OperationIn applies the In predicate on the "operation" field.

func OperationNEQ

OperationNEQ applies the NEQ predicate on the "operation" field.

func OperationNotIn

func OperationNotIn(vs ...history.OpType) predicate.WorkflowObjectRefHistory

OperationNotIn applies the NotIn predicate on the "operation" field.

func OperationValidator

func OperationValidator(o history.OpType) error

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

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

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

func OwnerIDContainsFold

func OwnerIDContainsFold(v string) predicate.WorkflowObjectRefHistory

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

func OwnerIDEQ

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

func OwnerIDEqualFold

func OwnerIDEqualFold(v string) predicate.WorkflowObjectRefHistory

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

func OwnerIDGT

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

func OwnerIDGTE

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

func OwnerIDHasPrefix

func OwnerIDHasPrefix(v string) predicate.WorkflowObjectRefHistory

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

func OwnerIDHasSuffix

func OwnerIDHasSuffix(v string) predicate.WorkflowObjectRefHistory

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

func OwnerIDIn

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

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

func OwnerIDIsNil

func OwnerIDIsNil() predicate.WorkflowObjectRefHistory

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

func OwnerIDLT

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

func OwnerIDLTE

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

func OwnerIDNEQ

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

func OwnerIDNotIn

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

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

func OwnerIDNotNil

func OwnerIDNotNil() predicate.WorkflowObjectRefHistory

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

func Ref

Ref applies equality check predicate on the "ref" field. It's identical to RefEQ.

func RefContains

RefContains applies the Contains predicate on the "ref" field.

func RefContainsFold

func RefContainsFold(v string) predicate.WorkflowObjectRefHistory

RefContainsFold applies the ContainsFold predicate on the "ref" field.

func RefEQ

RefEQ applies the EQ predicate on the "ref" field.

func RefEqualFold

RefEqualFold applies the EqualFold predicate on the "ref" field.

func RefGT

RefGT applies the GT predicate on the "ref" field.

func RefGTE

RefGTE applies the GTE predicate on the "ref" field.

func RefHasPrefix

RefHasPrefix applies the HasPrefix predicate on the "ref" field.

func RefHasSuffix

RefHasSuffix applies the HasSuffix predicate on the "ref" field.

func RefIn

RefIn applies the In predicate on the "ref" field.

func RefIsNil

RefIsNil applies the IsNil predicate on the "ref" field.

func RefLT

RefLT applies the LT predicate on the "ref" field.

func RefLTE

RefLTE applies the LTE predicate on the "ref" field.

func RefNEQ

RefNEQ applies the NEQ predicate on the "ref" field.

func RefNotIn

RefNotIn applies the NotIn predicate on the "ref" field.

func RefNotNil

RefNotNil applies the NotNil predicate on the "ref" 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.WorkflowObjectRefHistory

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

func TaskIDContainsFold

func TaskIDContainsFold(v string) predicate.WorkflowObjectRefHistory

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

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

func TaskIDGT

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

func TaskIDGTE

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

func TaskIDHasPrefix

func TaskIDHasPrefix(v string) predicate.WorkflowObjectRefHistory

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

func TaskIDHasSuffix

func TaskIDHasSuffix(v string) predicate.WorkflowObjectRefHistory

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

func TaskIDIn

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

func TaskIDIsNil

func TaskIDIsNil() predicate.WorkflowObjectRefHistory

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

func TaskIDLT

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

func TaskIDLTE

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

func TaskIDNEQ

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

func TaskIDNotIn

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

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

func TaskIDNotNil

func TaskIDNotNil() predicate.WorkflowObjectRefHistory

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

func UpdatedAt

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

func UpdatedAtEQ

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

func UpdatedAtGT

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

func UpdatedAtGTE

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

func UpdatedAtIn

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

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

func UpdatedAtIsNil

func UpdatedAtIsNil() predicate.WorkflowObjectRefHistory

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

func UpdatedAtLT

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

func UpdatedAtLTE

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

func UpdatedAtNEQ

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

func UpdatedAtNotIn

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

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

func UpdatedAtNotNil

func UpdatedAtNotNil() predicate.WorkflowObjectRefHistory

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

func UpdatedBy

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

func UpdatedByContains

func UpdatedByContains(v string) predicate.WorkflowObjectRefHistory

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

func UpdatedByContainsFold

func UpdatedByContainsFold(v string) predicate.WorkflowObjectRefHistory

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

func UpdatedByEQ

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

func UpdatedByEqualFold

func UpdatedByEqualFold(v string) predicate.WorkflowObjectRefHistory

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

func UpdatedByGT

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

func UpdatedByGTE

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

func UpdatedByHasPrefix

func UpdatedByHasPrefix(v string) predicate.WorkflowObjectRefHistory

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

func UpdatedByHasSuffix

func UpdatedByHasSuffix(v string) predicate.WorkflowObjectRefHistory

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

func UpdatedByIn

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

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

func UpdatedByIsNil

func UpdatedByIsNil() predicate.WorkflowObjectRefHistory

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

func UpdatedByLT

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

func UpdatedByLTE

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

func UpdatedByNEQ

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

func UpdatedByNotIn

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

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

func UpdatedByNotNil

func UpdatedByNotNil() predicate.WorkflowObjectRefHistory

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 WorkflowInstanceID

func WorkflowInstanceID(v string) predicate.WorkflowObjectRefHistory

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

func WorkflowInstanceIDContains

func WorkflowInstanceIDContains(v string) predicate.WorkflowObjectRefHistory

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

func WorkflowInstanceIDContainsFold

func WorkflowInstanceIDContainsFold(v string) predicate.WorkflowObjectRefHistory

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

func WorkflowInstanceIDEQ

func WorkflowInstanceIDEQ(v string) predicate.WorkflowObjectRefHistory

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

func WorkflowInstanceIDEqualFold

func WorkflowInstanceIDEqualFold(v string) predicate.WorkflowObjectRefHistory

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

func WorkflowInstanceIDGT

func WorkflowInstanceIDGT(v string) predicate.WorkflowObjectRefHistory

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

func WorkflowInstanceIDGTE

func WorkflowInstanceIDGTE(v string) predicate.WorkflowObjectRefHistory

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

func WorkflowInstanceIDHasPrefix

func WorkflowInstanceIDHasPrefix(v string) predicate.WorkflowObjectRefHistory

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

func WorkflowInstanceIDHasSuffix

func WorkflowInstanceIDHasSuffix(v string) predicate.WorkflowObjectRefHistory

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

func WorkflowInstanceIDIn

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

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

func WorkflowInstanceIDLT

func WorkflowInstanceIDLT(v string) predicate.WorkflowObjectRefHistory

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

func WorkflowInstanceIDLTE

func WorkflowInstanceIDLTE(v string) predicate.WorkflowObjectRefHistory

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

func WorkflowInstanceIDNEQ

func WorkflowInstanceIDNEQ(v string) predicate.WorkflowObjectRefHistory

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

func WorkflowInstanceIDNotIn

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

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 WorkflowObjectRefHistory queries.

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 ByDirectoryAccountID

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

ByDirectoryAccountID orders the results by the directory_account_id field.

func ByDirectoryGroupID

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

ByDirectoryGroupID orders the results by the directory_group_id 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 ByFindingID

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

ByFindingID orders the results by the finding_id field.

func ByHistoryTime

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

ByHistoryTime orders the results by the history_time field.

func ByID

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

ByID orders the results by the id field.

func ByInternalPolicyID

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

ByInternalPolicyID orders the results by the internal_policy_id field.

func ByOperation

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

ByOperation orders the results by the operation field.

func ByOwnerID

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

ByOwnerID orders the results by the owner_id field.

func ByRef

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

ByRef orders the results by the ref 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 ByWorkflowInstanceID

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

ByWorkflowInstanceID orders the results by the workflow_instance_id field.

Jump to

Keyboard shortcuts

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