GloCusExecutionContext
Represents the types of execution context for extension points.
enum GloCusExecutionContext {
SYSTEM
USER
}
Values
GloCusExecutionContext.SYSTEM
Extension points assignments are executed under the system context.
GloCusExecutionContext.USER
Extension point assignments are executed under the user context.