V - the result type of method executeInTerritory@UESComponent public interface UESTerritoryService
| Modifier and Type | Method and Description | 
|---|---|
<V> V | 
executeInTerritory(UESURI territory,
Executes some code wrapped by instance of type Callable in specified territory. 
 | 
UESURI | 
getCurrentTerritory()
Returns UESURI of current territory. 
 | 
Executes some code wrapped by instance of type Callable in specified territory.
Example usage:TerritoryService
V - the result type of method executeInTerritoryterritory - UESURI of territory within the code should be executed.instance - Task represented by this instance will be executed in specified territory.