| Package | Description |
|---|---|
| org.alfresco.repo.avm | |
| org.alfresco.repo.remote | |
| org.alfresco.service.cmr.avmsync | |
| org.alfresco.service.cmr.remote |
| Modifier and Type | Method and Description |
|---|---|
List<AVMDifference> |
AVMSyncServiceImpl.compare(int srcVersion,
String srcPath,
int dstVersion,
String dstPath,
org.alfresco.util.NameMatcher excluder)
Get a difference list between two corresponding node trees.
|
List<AVMDifference> |
AVMSyncServiceImpl.compare(int srcVersion,
String srcPath,
int dstVersion,
String dstPath,
org.alfresco.util.NameMatcher excluder,
boolean expandDirs) |
List<AVMDifference> |
AVMSyncServiceTransportImpl.compare(String ticket,
int srcVersion,
String srcPath,
int dstVersion,
String dstPath,
org.alfresco.util.NameMatcher excluder) |
List<AVMDifference> |
AVMSyncServiceTransportImpl.compare(String ticket,
int srcVersion,
String srcPath,
int dstVersion,
String dstPath,
org.alfresco.util.NameMatcher excluder,
boolean expandDirs) |
| Modifier and Type | Method and Description |
|---|---|
void |
AVMSyncServiceImpl.update(List<AVMDifference> diffList,
org.alfresco.util.NameMatcher excluder,
boolean ignoreConflicts,
boolean ignoreOlder,
boolean overrideConflicts,
boolean overrideOlder,
String tag,
String description)
Updates the destination nodes in the AVMDifferences
with the source nodes.
|
void |
AVMSyncServiceTransportImpl.update(String ticket,
List<AVMDifference> diffList,
org.alfresco.util.NameMatcher excluder,
boolean ignoreConflicts,
boolean ignoreOlder,
boolean overrideConflicts,
boolean overrideOlder,
String tag,
String description) |
| Modifier and Type | Method and Description |
|---|---|
List<AVMDifference> |
AVMSyncServiceRemote.compare(int srcVersion,
String srcPath,
int dstVersion,
String dstPath,
org.alfresco.util.NameMatcher excluder) |
List<AVMDifference> |
AVMSyncServiceRemote.compare(int srcVersion,
String srcPath,
int dstVersion,
String dstPath,
org.alfresco.util.NameMatcher excluder,
boolean expandDirs) |
| Modifier and Type | Method and Description |
|---|---|
void |
AVMSyncServiceRemote.update(List<AVMDifference> diffList,
org.alfresco.util.NameMatcher excluder,
boolean ignoreConflicts,
boolean ignoreOlder,
boolean overrideConflicts,
boolean overrideOlder,
String tag,
String description) |
| Modifier and Type | Method and Description |
|---|---|
List<AVMDifference> |
AVMSyncService.compare(int srcVersion,
String srcPath,
int dstVersion,
String dstPath,
org.alfresco.util.NameMatcher excluder)
Get a difference list between two corresponding node trees.
|
List<AVMDifference> |
AVMSyncService.compare(int srcVersion,
String srcPath,
int dstVersion,
String dstPath,
org.alfresco.util.NameMatcher excluder,
boolean expandDirs)
Get a difference list between two corresponding node trees
Note: new/modified directories can be optionally expanded to include new/modified children
|
| Modifier and Type | Method and Description |
|---|---|
int |
AVMDifference.compareTo(AVMDifference other) |
| Modifier and Type | Method and Description |
|---|---|
void |
AVMSyncService.update(List<AVMDifference> diffList,
org.alfresco.util.NameMatcher excluder,
boolean ignoreConflicts,
boolean ignoreOlder,
boolean overrideConflicts,
boolean overrideOlder,
String tag,
String description)
Updates the destination nodes in the AVMDifferences
with the source nodes.
|
| Modifier and Type | Method and Description |
|---|---|
List<AVMDifference> |
AVMSyncServiceTransport.compare(String ticket,
int srcVersion,
String srcPath,
int dstVersion,
String dstPath,
org.alfresco.util.NameMatcher excluder)
Get a difference list between two corresponding node trees.
|
List<AVMDifference> |
AVMSyncServiceTransport.compare(String ticket,
int srcVersion,
String srcPath,
int dstVersion,
String dstPath,
org.alfresco.util.NameMatcher excluder,
boolean expandDirs)
Get a difference list between two corresponding node trees.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AVMSyncServiceTransport.update(String ticket,
List<AVMDifference> diffList,
org.alfresco.util.NameMatcher excluder,
boolean ignoreConflicts,
boolean ignoreOlder,
boolean overrideConflicts,
boolean overrideOlder,
String tag,
String description)
Updates the destination nodes in the AVMDifferences
with the source nodes.
|
Copyright © 2005–2014 Alfresco Software. All rights reserved.