MidgardSqlContentManagerJob

MidgardSqlContentManagerJob

Synopsis

#include <midgard/midgard.h>

                    MidgardSqlContentManagerJob;
struct              MidgardSqlContentManagerJobClass;
MidgardConnection * midgard_sql_content_manager_job_get_connection
                                                        (MidgardSqlContentManagerJob *self,
                                                         GError **error);

Object Hierarchy

  GObject
   +----MidgardSqlContentManagerJob
         +----MidgardSqlContentManagerJobCreate
         +----MidgardSqlContentManagerJobUpdate
         +----MidgardSqlContentManagerJobLoad
         +----MidgardSqlContentManagerJobDelete
         +----MidgardSqlContentManagerJobPurge

Implemented Interfaces

MidgardSqlContentManagerJob implements MidgardExecutable, MidgardJob, MidgardValidable and MidgardContentManagerJob.

Properties

  "connection"               MidgardConnection*    : Write / Construct Only
  "contentobject"            GObject*              : Write / Construct Only
  "model"                    MidgardModel*         : Write / Construct Only
  "reference"                MidgardObjectReference*  : Write / Construct Only

Description

Details

MidgardSqlContentManagerJob

typedef struct _MidgardSqlContentManagerJob MidgardSqlContentManagerJob;


struct MidgardSqlContentManagerJobClass

struct MidgardSqlContentManagerJobClass {
	GObjectClass parent;
};


midgard_sql_content_manager_job_get_connection ()

MidgardConnection * midgard_sql_content_manager_job_get_connection
                                                        (MidgardSqlContentManagerJob *self,
                                                         GError **error);

Get job's connection.

self :

MidgardSqlContentManagerJob instance

error :

pointer to store returned error

Returns :

MidgardConnection instance or NULL on failure. [transfer full]

Since 10.05.08

Property Details

The "connection" property

  "connection"               MidgardConnection*    : Write / Construct Only

Midgard connection


The "contentobject" property

  "contentobject"            GObject*              : Write / Construct Only

Content object


The "model" property

  "model"                    MidgardModel*         : Write / Construct Only

Model for content object


The "reference" property

  "reference"                MidgardObjectReference*  : Write / Construct Only

Reference object