Difference between revisions of "ReplicationConfiguration"
(→Configuration) |
|||
Line 18: | Line 18: | ||
== Configuration == | == Configuration == | ||
There are different configuration objects: | There are different configuration objects: | ||
− | * [[InstanceReplication| Instance Replication | + | * [[InstanceReplication| Instance Replication]] |
− | * [[DocumentReplication| Document Replication | + | * [[DocumentReplication| Document Replication]] |
− | * [[ReferenceReplication| Reference Replication | + | * [[ReferenceReplication| Reference Replication]] |
− | * [[RelationReplication| Relation Replication | + | * [[RelationReplication| Relation Replication]] |
{{Category/Version|2.5.1}} | {{Category/Version|2.5.1}} | ||
− | |||
[[Category:Replicating|ReplicationConfiguration]] | [[Category:Replicating|ReplicationConfiguration]] | ||
+ | [[Category:Version 2.5|ReplicationConfiguration]] |
Revision as of 08:33, 23 November 2015
General
UBIK Replication Configuration provides the possibility to copy a set of objects. The copy mechanism gives the possibility to configure and control the detailed replicatoin behavior such as:
- Copying of objects
- Copying the value of certain properties
- Possibility to configure which property values should be copied
- Possibility to influence (intervene) every single copy process (the object itself and every single property value)
- “Copy references” => copy objects referring to the source (template) and let the new created target refer to the new “owner”
- Possibility to configure whether the copying of a reference should create a new child or should refer to the same as for the source (valid for forward references only)
- Possibility to configure which references should be copied
- Possibility to influence the copy process of a reference (cancel)
- “Copy relations” => copy the relation data object referring to the source (template) and let them target to the new “owner”
- Possibility to configure whether the copying of a relation should create a new child or should rely to the same as for the template
- Possibility to influence the copy process of a relation data (cancel)
- Possibility to configure a copying for documents: system will create a local copy of the (file)document
- Possibility to influence the copy of a document (cancel)
Configuration
There are different configuration objects: