Difference between revisions of "InstanceReplication"
(→See also) |
|||
Line 4: | Line 4: | ||
The instance replication configuration is used as general starting point of the execution, it can be enabled/disabled. | The instance replication configuration is used as general starting point of the execution, it can be enabled/disabled. | ||
− | |||
− | |||
== Configuration Types == | == Configuration Types == | ||
Line 63: | Line 61: | ||
[[ReferenceReplication]]<br> | [[ReferenceReplication]]<br> | ||
[[RelationReplication]]<br> | [[RelationReplication]]<br> | ||
+ | |||
+ | [[Category:Replicating]] |
Revision as of 10:24, 4 November 2015
An instance replication configuration defines how to replicate (copy) a single instance.
The instance replication configuration is used as general starting point of the execution, it can be enabled/disabled.
Contents
Configuration Types
A template provides possibility to configure what information to be replicated:
- Properties to be copied
- Referencing objects to be copied
- Relations to be copied
Properties
Property | Type | Purpose |
---|---|---|
Enabled | Boolean | Gives the possibility to enable/disable an instance replication configuration. If not enabled, the process cannot be executed. |
TargetMetaClass | MetaClass | The reference to the MetaClass of the instances the configuration is valid for. |
Configurable Members
InstanceReplicationEnabled
Determines whether the replication of the given source object is allowed. This member can be overwritten if a specific implementation is needed.
{...}
PropertyReplicationEnabled
Determines as copying a propertyvalue to the target is enabled. This member can be overwritten if a specific implementation is needed.
{...}
ReferenceReplicationEnabled
Determines as replicating the given reference to the target is enabled. This member can be overwritten if a specific implementation is needed.
{...}
See also
ReplicationConfiguration
DocumentReplication
ReferenceReplication
RelationReplication