Added a way to force add to context
This commit is contained in:
parent
d5411dd739
commit
0e67832e24
|
@ -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";
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue