workflowassignmenthistory

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: 8 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the workflowassignmenthistory type in the database.
	Label = "workflow_assignment_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"
	// FieldDeletedAt holds the string denoting the deleted_at field in the database.
	FieldDeletedAt = "deleted_at"
	// FieldDeletedBy holds the string denoting the deleted_by field in the database.
	FieldDeletedBy = "deleted_by"
	// FieldDisplayID holds the string denoting the display_id field in the database.
	FieldDisplayID = "display_id"
	// FieldTags holds the string denoting the tags field in the database.
	FieldTags = "tags"
	// FieldOwnerID holds the string denoting the owner_id field in the database.
	FieldOwnerID = "owner_id"
	// FieldWorkflowInstanceID holds the string denoting the workflow_instance_id field in the database.
	FieldWorkflowInstanceID = "workflow_instance_id"
	// FieldAssignmentKey holds the string denoting the assignment_key field in the database.
	FieldAssignmentKey = "assignment_key"
	// FieldRole holds the string denoting the role field in the database.
	FieldRole = "role"
	// FieldLabel holds the string denoting the label field in the database.
	FieldLabel = "label"
	// FieldRequired holds the string denoting the required field in the database.
	FieldRequired = "required"
	// FieldStatus holds the string denoting the status field in the database.
	FieldStatus = "status"
	// FieldMetadata holds the string denoting the metadata field in the database.
	FieldMetadata = "metadata"
	// FieldDecidedAt holds the string denoting the decided_at field in the database.
	FieldDecidedAt = "decided_at"
	// FieldActorUserID holds the string denoting the actor_user_id field in the database.
	FieldActorUserID = "actor_user_id"
	// FieldActorGroupID holds the string denoting the actor_group_id field in the database.
	FieldActorGroupID = "actor_group_id"
	// FieldNotes holds the string denoting the notes field in the database.
	FieldNotes = "notes"
	// Table holds the table name of the workflowassignmenthistory in the database.
	Table = "workflow_assignment_history"
)
View Source
const DefaultStatus enums.WorkflowAssignmentStatus = "PENDING"

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
	// DefaultTags holds the default value on creation for the "tags" field.
	DefaultTags []string
	// DefaultRole holds the default value on creation for the "role" field.
	DefaultRole string
	// DefaultRequired holds the default value on creation for the "required" field.
	DefaultRequired bool
	// 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 workflowassignmenthistory fields.

Functions

func ActorGroupID

ActorGroupID applies equality check predicate on the "actor_group_id" field. It's identical to ActorGroupIDEQ.

func ActorGroupIDContains

func ActorGroupIDContains(v string) predicate.WorkflowAssignmentHistory

ActorGroupIDContains applies the Contains predicate on the "actor_group_id" field.

func ActorGroupIDContainsFold

func ActorGroupIDContainsFold(v string) predicate.WorkflowAssignmentHistory

ActorGroupIDContainsFold applies the ContainsFold predicate on the "actor_group_id" field.

func ActorGroupIDEQ

func ActorGroupIDEQ(v string) predicate.WorkflowAssignmentHistory

ActorGroupIDEQ applies the EQ predicate on the "actor_group_id" field.

func ActorGroupIDEqualFold

func ActorGroupIDEqualFold(v string) predicate.WorkflowAssignmentHistory

ActorGroupIDEqualFold applies the EqualFold predicate on the "actor_group_id" field.

func ActorGroupIDGT

func ActorGroupIDGT(v string) predicate.WorkflowAssignmentHistory

ActorGroupIDGT applies the GT predicate on the "actor_group_id" field.

func ActorGroupIDGTE

func ActorGroupIDGTE(v string) predicate.WorkflowAssignmentHistory

ActorGroupIDGTE applies the GTE predicate on the "actor_group_id" field.

func ActorGroupIDHasPrefix

func ActorGroupIDHasPrefix(v string) predicate.WorkflowAssignmentHistory

ActorGroupIDHasPrefix applies the HasPrefix predicate on the "actor_group_id" field.

func ActorGroupIDHasSuffix

func ActorGroupIDHasSuffix(v string) predicate.WorkflowAssignmentHistory

ActorGroupIDHasSuffix applies the HasSuffix predicate on the "actor_group_id" field.

func ActorGroupIDIn

func ActorGroupIDIn(vs ...string) predicate.WorkflowAssignmentHistory

ActorGroupIDIn applies the In predicate on the "actor_group_id" field.

func ActorGroupIDIsNil

func ActorGroupIDIsNil() predicate.WorkflowAssignmentHistory

ActorGroupIDIsNil applies the IsNil predicate on the "actor_group_id" field.

func ActorGroupIDLT

func ActorGroupIDLT(v string) predicate.WorkflowAssignmentHistory

ActorGroupIDLT applies the LT predicate on the "actor_group_id" field.

func ActorGroupIDLTE

func ActorGroupIDLTE(v string) predicate.WorkflowAssignmentHistory

ActorGroupIDLTE applies the LTE predicate on the "actor_group_id" field.

func ActorGroupIDNEQ

func ActorGroupIDNEQ(v string) predicate.WorkflowAssignmentHistory

ActorGroupIDNEQ applies the NEQ predicate on the "actor_group_id" field.

func ActorGroupIDNotIn

func ActorGroupIDNotIn(vs ...string) predicate.WorkflowAssignmentHistory

ActorGroupIDNotIn applies the NotIn predicate on the "actor_group_id" field.

func ActorGroupIDNotNil

func ActorGroupIDNotNil() predicate.WorkflowAssignmentHistory

ActorGroupIDNotNil applies the NotNil predicate on the "actor_group_id" field.

func ActorUserID

ActorUserID applies equality check predicate on the "actor_user_id" field. It's identical to ActorUserIDEQ.

func ActorUserIDContains

func ActorUserIDContains(v string) predicate.WorkflowAssignmentHistory

ActorUserIDContains applies the Contains predicate on the "actor_user_id" field.

func ActorUserIDContainsFold

func ActorUserIDContainsFold(v string) predicate.WorkflowAssignmentHistory

ActorUserIDContainsFold applies the ContainsFold predicate on the "actor_user_id" field.

func ActorUserIDEQ

ActorUserIDEQ applies the EQ predicate on the "actor_user_id" field.

func ActorUserIDEqualFold

func ActorUserIDEqualFold(v string) predicate.WorkflowAssignmentHistory

ActorUserIDEqualFold applies the EqualFold predicate on the "actor_user_id" field.

func ActorUserIDGT

ActorUserIDGT applies the GT predicate on the "actor_user_id" field.

func ActorUserIDGTE

func ActorUserIDGTE(v string) predicate.WorkflowAssignmentHistory

ActorUserIDGTE applies the GTE predicate on the "actor_user_id" field.

func ActorUserIDHasPrefix

func ActorUserIDHasPrefix(v string) predicate.WorkflowAssignmentHistory

ActorUserIDHasPrefix applies the HasPrefix predicate on the "actor_user_id" field.

func ActorUserIDHasSuffix

func ActorUserIDHasSuffix(v string) predicate.WorkflowAssignmentHistory

ActorUserIDHasSuffix applies the HasSuffix predicate on the "actor_user_id" field.

func ActorUserIDIn

func ActorUserIDIn(vs ...string) predicate.WorkflowAssignmentHistory

ActorUserIDIn applies the In predicate on the "actor_user_id" field.

func ActorUserIDIsNil

func ActorUserIDIsNil() predicate.WorkflowAssignmentHistory

ActorUserIDIsNil applies the IsNil predicate on the "actor_user_id" field.

func ActorUserIDLT

ActorUserIDLT applies the LT predicate on the "actor_user_id" field.

func ActorUserIDLTE

func ActorUserIDLTE(v string) predicate.WorkflowAssignmentHistory

ActorUserIDLTE applies the LTE predicate on the "actor_user_id" field.

func ActorUserIDNEQ

func ActorUserIDNEQ(v string) predicate.WorkflowAssignmentHistory

ActorUserIDNEQ applies the NEQ predicate on the "actor_user_id" field.

func ActorUserIDNotIn

func ActorUserIDNotIn(vs ...string) predicate.WorkflowAssignmentHistory

ActorUserIDNotIn applies the NotIn predicate on the "actor_user_id" field.

func ActorUserIDNotNil

func ActorUserIDNotNil() predicate.WorkflowAssignmentHistory

ActorUserIDNotNil applies the NotNil predicate on the "actor_user_id" field.

func And

And groups predicates with the AND operator between them.

func AssignmentKey

AssignmentKey applies equality check predicate on the "assignment_key" field. It's identical to AssignmentKeyEQ.

func AssignmentKeyContains

func AssignmentKeyContains(v string) predicate.WorkflowAssignmentHistory

AssignmentKeyContains applies the Contains predicate on the "assignment_key" field.

func AssignmentKeyContainsFold

func AssignmentKeyContainsFold(v string) predicate.WorkflowAssignmentHistory

AssignmentKeyContainsFold applies the ContainsFold predicate on the "assignment_key" field.

func AssignmentKeyEQ

func AssignmentKeyEQ(v string) predicate.WorkflowAssignmentHistory

AssignmentKeyEQ applies the EQ predicate on the "assignment_key" field.

func AssignmentKeyEqualFold

func AssignmentKeyEqualFold(v string) predicate.WorkflowAssignmentHistory

AssignmentKeyEqualFold applies the EqualFold predicate on the "assignment_key" field.

func AssignmentKeyGT

func AssignmentKeyGT(v string) predicate.WorkflowAssignmentHistory

AssignmentKeyGT applies the GT predicate on the "assignment_key" field.

func AssignmentKeyGTE

func AssignmentKeyGTE(v string) predicate.WorkflowAssignmentHistory

AssignmentKeyGTE applies the GTE predicate on the "assignment_key" field.

func AssignmentKeyHasPrefix

func AssignmentKeyHasPrefix(v string) predicate.WorkflowAssignmentHistory

AssignmentKeyHasPrefix applies the HasPrefix predicate on the "assignment_key" field.

func AssignmentKeyHasSuffix

func AssignmentKeyHasSuffix(v string) predicate.WorkflowAssignmentHistory

AssignmentKeyHasSuffix applies the HasSuffix predicate on the "assignment_key" field.

func AssignmentKeyIn

func AssignmentKeyIn(vs ...string) predicate.WorkflowAssignmentHistory

AssignmentKeyIn applies the In predicate on the "assignment_key" field.

func AssignmentKeyLT

func AssignmentKeyLT(v string) predicate.WorkflowAssignmentHistory

AssignmentKeyLT applies the LT predicate on the "assignment_key" field.

func AssignmentKeyLTE

func AssignmentKeyLTE(v string) predicate.WorkflowAssignmentHistory

AssignmentKeyLTE applies the LTE predicate on the "assignment_key" field.

func AssignmentKeyNEQ

func AssignmentKeyNEQ(v string) predicate.WorkflowAssignmentHistory

AssignmentKeyNEQ applies the NEQ predicate on the "assignment_key" field.

func AssignmentKeyNotIn

func AssignmentKeyNotIn(vs ...string) predicate.WorkflowAssignmentHistory

AssignmentKeyNotIn applies the NotIn predicate on the "assignment_key" 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.WorkflowAssignmentHistory

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

func CreatedAtIsNil

func CreatedAtIsNil() predicate.WorkflowAssignmentHistory

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

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

func CreatedAtNotNil

func CreatedAtNotNil() predicate.WorkflowAssignmentHistory

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

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

func CreatedByContainsFold

func CreatedByContainsFold(v string) predicate.WorkflowAssignmentHistory

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

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

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

func CreatedByHasSuffix

func CreatedByHasSuffix(v string) predicate.WorkflowAssignmentHistory

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

func CreatedByIn

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

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

func CreatedByIsNil

func CreatedByIsNil() predicate.WorkflowAssignmentHistory

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

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

func CreatedByNotNil

func CreatedByNotNil() predicate.WorkflowAssignmentHistory

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

func DecidedAt

DecidedAt applies equality check predicate on the "decided_at" field. It's identical to DecidedAtEQ.

func DecidedAtEQ

DecidedAtEQ applies the EQ predicate on the "decided_at" field.

func DecidedAtGT

DecidedAtGT applies the GT predicate on the "decided_at" field.

func DecidedAtGTE

DecidedAtGTE applies the GTE predicate on the "decided_at" field.

func DecidedAtIn

func DecidedAtIn(vs ...time.Time) predicate.WorkflowAssignmentHistory

DecidedAtIn applies the In predicate on the "decided_at" field.

func DecidedAtIsNil

func DecidedAtIsNil() predicate.WorkflowAssignmentHistory

DecidedAtIsNil applies the IsNil predicate on the "decided_at" field.

func DecidedAtLT

DecidedAtLT applies the LT predicate on the "decided_at" field.

func DecidedAtLTE

DecidedAtLTE applies the LTE predicate on the "decided_at" field.

func DecidedAtNEQ

DecidedAtNEQ applies the NEQ predicate on the "decided_at" field.

func DecidedAtNotIn

func DecidedAtNotIn(vs ...time.Time) predicate.WorkflowAssignmentHistory

DecidedAtNotIn applies the NotIn predicate on the "decided_at" field.

func DecidedAtNotNil

func DecidedAtNotNil() predicate.WorkflowAssignmentHistory

DecidedAtNotNil applies the NotNil predicate on the "decided_at" field.

func DeletedAt

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

func DeletedAtEQ

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

func DeletedAtGT

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

func DeletedAtGTE

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

func DeletedAtIn

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

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

func DeletedAtIsNil

func DeletedAtIsNil() predicate.WorkflowAssignmentHistory

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

func DeletedAtLT

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

func DeletedAtLTE

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

func DeletedAtNEQ

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

func DeletedAtNotIn

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

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

func DeletedAtNotNil

func DeletedAtNotNil() predicate.WorkflowAssignmentHistory

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

func DeletedBy

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

func DeletedByContains

func DeletedByContains(v string) predicate.WorkflowAssignmentHistory

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

func DeletedByContainsFold

func DeletedByContainsFold(v string) predicate.WorkflowAssignmentHistory

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

func DeletedByEQ

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

func DeletedByEqualFold

func DeletedByEqualFold(v string) predicate.WorkflowAssignmentHistory

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

func DeletedByGT

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

func DeletedByGTE

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

func DeletedByHasPrefix

func DeletedByHasPrefix(v string) predicate.WorkflowAssignmentHistory

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

func DeletedByHasSuffix

func DeletedByHasSuffix(v string) predicate.WorkflowAssignmentHistory

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

func DeletedByIn

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

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

func DeletedByIsNil

func DeletedByIsNil() predicate.WorkflowAssignmentHistory

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

func DeletedByLT

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

func DeletedByLTE

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

func DeletedByNEQ

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

func DeletedByNotIn

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

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

func DeletedByNotNil

func DeletedByNotNil() predicate.WorkflowAssignmentHistory

DeletedByNotNil applies the NotNil predicate on the "deleted_by" 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.WorkflowAssignmentHistory

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

func DisplayIDContainsFold

func DisplayIDContainsFold(v string) predicate.WorkflowAssignmentHistory

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

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

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

func DisplayIDHasSuffix

func DisplayIDHasSuffix(v string) predicate.WorkflowAssignmentHistory

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

func DisplayIDIn

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

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

DisplayIDNotIn applies the NotIn predicate on the "display_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.WorkflowAssignmentHistory

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

func HistoryTimeIn

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

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

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

func HistoryTimeNEQ

func HistoryTimeNEQ(v time.Time) predicate.WorkflowAssignmentHistory

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

func HistoryTimeNotIn

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

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

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 LabelContains

LabelContains applies the Contains predicate on the "label" field.

func LabelContainsFold

func LabelContainsFold(v string) predicate.WorkflowAssignmentHistory

LabelContainsFold applies the ContainsFold predicate on the "label" field.

func LabelEQ

LabelEQ applies the EQ predicate on the "label" field.

func LabelEqualFold

func LabelEqualFold(v string) predicate.WorkflowAssignmentHistory

LabelEqualFold applies the EqualFold predicate on the "label" field.

func LabelGT

LabelGT applies the GT predicate on the "label" field.

func LabelGTE

LabelGTE applies the GTE predicate on the "label" field.

func LabelHasPrefix

func LabelHasPrefix(v string) predicate.WorkflowAssignmentHistory

LabelHasPrefix applies the HasPrefix predicate on the "label" field.

func LabelHasSuffix

func LabelHasSuffix(v string) predicate.WorkflowAssignmentHistory

LabelHasSuffix applies the HasSuffix predicate on the "label" field.

func LabelIn

LabelIn applies the In predicate on the "label" field.

func LabelIsNil

LabelIsNil applies the IsNil predicate on the "label" field.

func LabelLT

LabelLT applies the LT predicate on the "label" field.

func LabelLTE

LabelLTE applies the LTE predicate on the "label" field.

func LabelNEQ

LabelNEQ applies the NEQ predicate on the "label" field.

func LabelNotIn

func LabelNotIn(vs ...string) predicate.WorkflowAssignmentHistory

LabelNotIn applies the NotIn predicate on the "label" field.

func LabelNotNil

LabelNotNil applies the NotNil predicate on the "label" field.

func MetadataIsNil

func MetadataIsNil() predicate.WorkflowAssignmentHistory

MetadataIsNil applies the IsNil predicate on the "metadata" field.

func MetadataNotNil

func MetadataNotNil() predicate.WorkflowAssignmentHistory

MetadataNotNil applies the NotNil predicate on the "metadata" field.

func Not

Not applies the not operator on the given predicate.

func Notes

Notes applies equality check predicate on the "notes" field. It's identical to NotesEQ.

func NotesContains

NotesContains applies the Contains predicate on the "notes" field.

func NotesContainsFold

func NotesContainsFold(v string) predicate.WorkflowAssignmentHistory

NotesContainsFold applies the ContainsFold predicate on the "notes" field.

func NotesEQ

NotesEQ applies the EQ predicate on the "notes" field.

func NotesEqualFold

func NotesEqualFold(v string) predicate.WorkflowAssignmentHistory

NotesEqualFold applies the EqualFold predicate on the "notes" field.

func NotesGT

NotesGT applies the GT predicate on the "notes" field.

func NotesGTE

NotesGTE applies the GTE predicate on the "notes" field.

func NotesHasPrefix

func NotesHasPrefix(v string) predicate.WorkflowAssignmentHistory

NotesHasPrefix applies the HasPrefix predicate on the "notes" field.

func NotesHasSuffix

func NotesHasSuffix(v string) predicate.WorkflowAssignmentHistory

NotesHasSuffix applies the HasSuffix predicate on the "notes" field.

func NotesIn

NotesIn applies the In predicate on the "notes" field.

func NotesIsNil

NotesIsNil applies the IsNil predicate on the "notes" field.

func NotesLT

NotesLT applies the LT predicate on the "notes" field.

func NotesLTE

NotesLTE applies the LTE predicate on the "notes" field.

func NotesNEQ

NotesNEQ applies the NEQ predicate on the "notes" field.

func NotesNotIn

func NotesNotIn(vs ...string) predicate.WorkflowAssignmentHistory

NotesNotIn applies the NotIn predicate on the "notes" field.

func NotesNotNil

NotesNotNil applies the NotNil predicate on the "notes" field.

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

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

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

func OwnerIDContainsFold

func OwnerIDContainsFold(v string) predicate.WorkflowAssignmentHistory

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

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

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

func OwnerIDHasSuffix

func OwnerIDHasSuffix(v string) predicate.WorkflowAssignmentHistory

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

func OwnerIDIn

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

func OwnerIDIsNil

func OwnerIDIsNil() predicate.WorkflowAssignmentHistory

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

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

func OwnerIDNotNil

func OwnerIDNotNil() predicate.WorkflowAssignmentHistory

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

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 Required

Required applies equality check predicate on the "required" field. It's identical to RequiredEQ.

func RequiredEQ

RequiredEQ applies the EQ predicate on the "required" field.

func RequiredNEQ

RequiredNEQ applies the NEQ predicate on the "required" field.

func Role

Role applies equality check predicate on the "role" field. It's identical to RoleEQ.

func RoleContains

RoleContains applies the Contains predicate on the "role" field.

func RoleContainsFold

func RoleContainsFold(v string) predicate.WorkflowAssignmentHistory

RoleContainsFold applies the ContainsFold predicate on the "role" field.

func RoleEQ

RoleEQ applies the EQ predicate on the "role" field.

func RoleEqualFold

RoleEqualFold applies the EqualFold predicate on the "role" field.

func RoleGT

RoleGT applies the GT predicate on the "role" field.

func RoleGTE

RoleGTE applies the GTE predicate on the "role" field.

func RoleHasPrefix

RoleHasPrefix applies the HasPrefix predicate on the "role" field.

func RoleHasSuffix

RoleHasSuffix applies the HasSuffix predicate on the "role" field.

func RoleIn

RoleIn applies the In predicate on the "role" field.

func RoleLT

RoleLT applies the LT predicate on the "role" field.

func RoleLTE

RoleLTE applies the LTE predicate on the "role" field.

func RoleNEQ

RoleNEQ applies the NEQ predicate on the "role" field.

func RoleNotIn

RoleNotIn applies the NotIn predicate on the "role" field.

func StatusEQ

StatusEQ applies the EQ predicate on the "status" field.

func StatusIn

StatusIn applies the In predicate on the "status" field.

func StatusNEQ

StatusNEQ applies the NEQ predicate on the "status" field.

func StatusNotIn

StatusNotIn applies the NotIn predicate on the "status" field.

func StatusValidator

func StatusValidator(s enums.WorkflowAssignmentStatus) error

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

func TagsIsNil

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

func TagsNotNil

TagsNotNil applies the NotNil predicate on the "tags" 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.WorkflowAssignmentHistory

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

func UpdatedAtIsNil

func UpdatedAtIsNil() predicate.WorkflowAssignmentHistory

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

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

func UpdatedAtNotNil

func UpdatedAtNotNil() predicate.WorkflowAssignmentHistory

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

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

func UpdatedByContainsFold

func UpdatedByContainsFold(v string) predicate.WorkflowAssignmentHistory

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

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

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

func UpdatedByHasSuffix

func UpdatedByHasSuffix(v string) predicate.WorkflowAssignmentHistory

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

func UpdatedByIn

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

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

func UpdatedByIsNil

func UpdatedByIsNil() predicate.WorkflowAssignmentHistory

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

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

func UpdatedByNotNil

func UpdatedByNotNil() predicate.WorkflowAssignmentHistory

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

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

func WorkflowInstanceIDContains

func WorkflowInstanceIDContains(v string) predicate.WorkflowAssignmentHistory

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

func WorkflowInstanceIDContainsFold

func WorkflowInstanceIDContainsFold(v string) predicate.WorkflowAssignmentHistory

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

func WorkflowInstanceIDEQ

func WorkflowInstanceIDEQ(v string) predicate.WorkflowAssignmentHistory

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

func WorkflowInstanceIDEqualFold

func WorkflowInstanceIDEqualFold(v string) predicate.WorkflowAssignmentHistory

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

func WorkflowInstanceIDGT

func WorkflowInstanceIDGT(v string) predicate.WorkflowAssignmentHistory

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

func WorkflowInstanceIDGTE

func WorkflowInstanceIDGTE(v string) predicate.WorkflowAssignmentHistory

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

func WorkflowInstanceIDHasPrefix

func WorkflowInstanceIDHasPrefix(v string) predicate.WorkflowAssignmentHistory

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

func WorkflowInstanceIDHasSuffix

func WorkflowInstanceIDHasSuffix(v string) predicate.WorkflowAssignmentHistory

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

func WorkflowInstanceIDIn

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

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

func WorkflowInstanceIDLT

func WorkflowInstanceIDLT(v string) predicate.WorkflowAssignmentHistory

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

func WorkflowInstanceIDLTE

func WorkflowInstanceIDLTE(v string) predicate.WorkflowAssignmentHistory

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

func WorkflowInstanceIDNEQ

func WorkflowInstanceIDNEQ(v string) predicate.WorkflowAssignmentHistory

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

func WorkflowInstanceIDNotIn

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

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

func ByActorGroupID

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

ByActorGroupID orders the results by the actor_group_id field.

func ByActorUserID

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

ByActorUserID orders the results by the actor_user_id field.

func ByAssignmentKey

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

ByAssignmentKey orders the results by the assignment_key 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 ByDecidedAt

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

ByDecidedAt orders the results by the decided_at field.

func ByDeletedAt

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

ByDeletedAt orders the results by the deleted_at field.

func ByDeletedBy

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

ByDeletedBy orders the results by the deleted_by field.

func ByDisplayID

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

ByDisplayID orders the results by the display_id field.

func 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 ByLabel

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

ByLabel orders the results by the label field.

func ByNotes

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

ByNotes orders the results by the notes 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 ByRequired

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

ByRequired orders the results by the required field.

func ByRole

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

ByRole orders the results by the role field.

func ByStatus

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

ByStatus orders the results by the status 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