Rit::Base::Resource::Change
Represent a group of changes done to the database.
$c->changes_add() $c->changes_add( $num )
$num
defaults to 1
Returns: The new total number of changes
Returns: a Rit::Base::List of arcs
$c->sysdesig(\%args, $ident)
$this->autocommit( \%args )
This will submit/activate all new arcs.
All arc subjects will be marked with Rit::Base::Resource/mark_updated if they already have a node record.
If the current user has root access; All submitted arcs will be activated.
Supported args:
activate - tries to activate all arcs update - the time of the update
Returns: The number of new arcs processed
Commits resources and explicitly commits the dbh. This will usually be done by hooks.