| Methods in org.nuiton.topia.replication.operation with parameters of type ReplicationOperationDef |
void |
AttachDependency.run(ReplicationOperationDef operationDef,
TopiaContextImplementor srcCtxt,
TopiaContextImplementor dstCtxt,
List<? extends TopiaEntity> nodeEntities,
Map<Class<? extends TopiaEntity>,List<String>> data)
|
void |
DettachDependency.run(ReplicationOperationDef operationDef,
TopiaContextImplementor srcCtxt,
TopiaContextImplementor dstCtxt,
List<? extends TopiaEntity> nodeEntities,
Map<Class<? extends TopiaEntity>,List<String>> data)
|
void |
AttachLink.run(ReplicationOperationDef operationDef,
TopiaContextImplementor srcCtxt,
TopiaContextImplementor dstCtxt,
List<? extends TopiaEntity> nodeEntities,
Map<Class<? extends TopiaEntity>,List<String>> data)
|
void |
AttachAssociation.run(ReplicationOperationDef operationDef,
TopiaContextImplementor srcCtxt,
TopiaContextImplementor dstCtxt,
List<? extends TopiaEntity> nodeEntities,
Map<Class<? extends TopiaEntity>,List<String>> data)
|
void |
Duplicate.run(ReplicationOperationDef operationDef,
TopiaContextImplementor srcCtxt,
TopiaContextImplementor dstCtxt,
List<? extends TopiaEntity> entities,
Map<Class<? extends TopiaEntity>,List<String>> data)
|
void |
LoadLink.run(ReplicationOperationDef operationDef,
TopiaContextImplementor srcCtxt,
TopiaContextImplementor dstCtxt,
List<? extends TopiaEntity> nodeEntities,
Map<Class<? extends TopiaEntity>,List<String>> data)
|
void |
DettachAssociation.run(ReplicationOperationDef operationDef,
TopiaContextImplementor srcCtxt,
TopiaContextImplementor dstCtxt,
List<? extends TopiaEntity> entities,
Map<Class<? extends TopiaEntity>,List<String>> data)
|