Rename rehome to replace_references
This commit is contained in:
parent
30c063d59c
commit
3319b482f2
|
@ -239,8 +239,14 @@ public class ProviderConstants {
|
||||||
* Operation name for the "$export-poll-status" operation
|
* Operation name for the "$export-poll-status" operation
|
||||||
*/
|
*/
|
||||||
public static final String OPERATION_EXPORT_POLL_STATUS = "$export-poll-status";
|
public static final String OPERATION_EXPORT_POLL_STATUS = "$export-poll-status";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Operation name for the "$export" operation
|
* Operation name for the "$export" operation
|
||||||
*/
|
*/
|
||||||
public static final String OPERATION_EXPORT = "$export";
|
public static final String OPERATION_EXPORT = "$export";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Operation name for the "$replace_references" operation
|
||||||
|
*/
|
||||||
|
public static final String OPERATION_REPLACE_REFERENCES = "$replace_references";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue