View Source ValueFlows.Knowledge.ResourceSpecification (bonfire_umbrella v0.9.10-cooperation-beta.62)

Summary

Types

@type t() :: %ValueFlows.Knowledge.ResourceSpecification{
  __meta__: term(),
  activity: term(),
  caretaker: term(),
  conforming_resources: term(),
  context: term(),
  context_id: term(),
  controlled: term(),
  creator: term(),
  creator_id: term(),
  default_unit_of_effort: term(),
  default_unit_of_effort_id: term(),
  deleted_at: term(),
  direct_replies: term(),
  disabled_at: term(),
  feed_publishes: term(),
  id: term(),
  image: term(),
  image_id: term(),
  is_disabled: term(),
  is_public: term(),
  name: term(),
  note: term(),
  peered: term(),
  published_at: term(),
  replied: term(),
  resource_classified_as: term(),
  tagged: term(),
  tags: term(),
  updated_at: term()
}

Functions

Callback implementation for Bonfire.Common.SchemaModule.context_module/0.

Link to this function

create_changeset(creator, attrs)

View Source
Link to this function

create_changeset(creator, context, attrs)

View Source

Callback implementation for Bonfire.Common.SchemaModule.query_module/0.

Link to this function

update_changeset(resource_spec, attrs)

View Source
Link to this function

update_changeset(resource_spec, context, attrs)

View Source