Added a way to force add to context

This commit is contained in:
Luca Frosini 2022-06-08 16:04:35 +02:00
parent d5411dd739
commit 0e67832e24
1 changed files with 6 additions and 0 deletions

View File

@ -14,5 +14,11 @@ public class SharingPath {
}
public static final String DRY_RUN_QUERY_PARAMETER = "dryRun";
/**
* Used to add a resource to a context independently from the source
* context.
*/
public static final String FORCE_ADD_TO_CONTEXT_QUERY_PARAMETER = "forceAddToContext";
}