public abstract class ScopeEntity extends Object
| Constructor and Description |
|---|
ScopeEntity() |
| Modifier and Type | Method and Description |
|---|---|
ScopeEntity |
getInstance(String name) |
abstract Map<String,ScopeEntity> |
getInstances() |
abstract Map<String,Object> |
getProperties() |
Object |
getValue(String name) |
abstract void |
remove() |
ScopeEntity |
removeScope(String name) |
Object |
removeValue(String key) |
void |
setValue(String name,
Object value) |
public abstract Map<String,ScopeEntity> getInstances()
public abstract void remove()
public ScopeEntity removeScope(String name)
public ScopeEntity getInstance(String name)
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.