Prophet::Change - encapsulates a change to a single record in a Prophet replica.
version 0.751
The record type for the record.
The UUID of the record being changed.
One of add_file
,
add_dir
,
update_file
,
delete
.
A boolean value specifying whether this change represents a conflict resolution or not.
Returns a list of Prophet::PropChanges associated with this Change. Takes an optional arrayref to fully replace the set of propchanges.
Returns true if this change contains any Prophet::PropChanges and false if it doesn't.
Takes a Prophet::Conflict object and creates a Prophet::Change object representing the conflict resolution.
Adds a new Prophet::PropChange to this Prophet::Change.
Takes a name
,
and the old
and new
values.
Returns a reference to a representation of this change as a hash.
Returns a string representing this change.
If $args{header_callback}
is specified,
the string returned from passing $self
to the callback is prepended to the change string before it is returned.
Takes a reference to a hash representation of a change (such as is returned by "as_hash" or serialized json) and returns a new Prophet::Change representation of it.
This method should be invoked as a class method, not an object method.
For example: Prophet::Change->new_from_hashref($ref_to_change_hash)
This software is Copyright (c) 2009 by Best Practical Solutions.
This is free software, licensed under:
The MIT (X11) License
You can make new bug reports, and view existing ones, through the web interface at https://rt.cpan.org/Public/Dist/Display.html?Name=Prophet.