| Modifier and Type | Method and Description |
|---|---|
Set<Context.Type> |
ContextOperator.getAllowedContextType() |
| Modifier and Type | Method and Description |
|---|---|
Context.Type |
Report.getContextType() |
| Constructor and Description |
|---|
Report(String contextId,
String contextName,
Context.Type contextType,
String operationName,
String user) |
| Modifier and Type | Method and Description |
|---|---|
Context.Type |
Context.Type.getPossibleParent() |
Context.Type |
Context.getType() |
static Context.Type |
Context.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Context.Type[] |
Context.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Context(Context parent,
String id,
String name,
Context.Type type) |
Copyright © 2020. All Rights Reserved.