# Functions
CheckChildrenForGroupIDs returns an error if given children not found.
CheckChildrenForGroupIDsWithLoop return an error if given children not found or tree loop detected.
ComputeAudit compute audit on action.
CreateBuiltinActions add builtin actions in database if needed.
Delete action in database.
DeleteAllTypeJoinedByIDs deletes all joined action by ids.
DeleteRequirementsByActionID deletes all requirements related to given action.
DeleteTypeJoinedByID deletes joined action for id.
Export given action to writer.
GetActionUsages returns the list of actions using an action.
GetAuditByActionIDAndID returns audit for given action id and audit id.
GetAuditLatestByActionID returns action latest audit by action id.
GetAuditOldestByActionID returns action oldtest audit by action id.
GetAuditsByActionID returns all action audits by action ids.
GetPipelineUsages returns the list of pipelines using an action.
GetRequirementsDistinctBinary retrieves all binary requirements in database.
GetRequirementsTypeModelAndValueStartBy returns action requirements from database for given criteria.
Insert given action and its components in database.
InsertAudit in database.
InsertRequirement in database.
LoadAllByIDs retrieves in database action with given ids.
LoadAllByIDsWithTypeBuiltinOrPluginOrDefaultInGroupIDs returns all actions for given ids.
LoadAllByTypes actions from database.
LoadAllTypeBuiltInOrPluginOrDefaultForGroupIDs actions from database.
LoadAllTypeDefaultByGroupIDs actions from database.
LoadByID retrieves in database the action with given id.
LoadByTypesAndName returns an action from database with given name and type in list.
LoadTypeDefaultByNameAndGroupID returns an action from database with given name and group id.
RetrieveForGroupAndName try to find an action for given group and name.
Update given action and its components in database.
UpdateRequirement in database.
Used checks if action is used in another action or in a pipeline.
# Variables
LoadOptions provides all options on action loads functions.
# Type aliases
LoadOptionFunc for action.