public interface IDfOperationContext
Modifier and Type | Method and Description |
---|---|
java.lang.String |
get(java.lang.String key)
Returns a corresponding value, if set, or null.
|
void |
set(java.lang.String key,
java.lang.String value)
Allows setting contextual information in the form of key, value pair.
|
java.lang.String get(java.lang.String key)
key
- an additional form of distinguishing information for instantiating a context aware operationvoid set(java.lang.String key, java.lang.String value) throws DfException
key
- an additional form of distinguishing information. Currently, the only supported key is "domain"value
- Corresponding valueDfException
Copyright 1994-2023 OpenText Corporation. All rights reserved.