| Package | Description |
|---|---|
| de.innovationgate.wga.server.api |
OpenWGA Server API classes.
|
| de.innovationgate.wgpublisher.expressions.tmlscript | |
| de.innovationgate.wgpublisher.so |
| Modifier and Type | Method and Description |
|---|---|
ObjectScope |
ManagedGlobalConfig.getScope() |
static ObjectScope |
ObjectScope.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ObjectScope[] |
ObjectScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ManagedGlobalConfig.setScope(ObjectScope scope) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<ObjectScope> |
TMLScriptAppGlobalRegistry.getUsedManagedGlobalScopes() |
| Constructor and Description |
|---|
ScopeObjectRegistry(ObjectScope scope,
java.lang.String name,
ScopeObjectContextCreator context) |