global-context/core/widget-inline/orchestrator/global-context-inline-orchestrator.service.ts
constructor()
|
| adjustAggregationForDateTime | ||||||
adjustAggregationForDateTime(params: literal type)
|
||||||
|
Parameters :
Returns :
literal type
|
| applyRefreshOptionChange | ||||||
applyRefreshOptionChange(params: literal type)
|
||||||
|
Parameters :
Returns :
literal type
|
| calculateAggregation | |||||||||
calculateAggregation(dateTimeContext: DateTimeContext | null | undefined, currentAggregation: aggregationType | null | undefined)
|
|||||||||
|
Parameters :
Returns :
aggregationType | null
|
| computeEffectiveConfig | ||||||
computeEffectiveConfig(baseConfig: GlobalContextState | null | undefined)
|
||||||
|
Parameters :
Returns :
GlobalContextState
|
| emitConfiguration | |||||||||
emitConfiguration(componentId: string, configuration: GlobalContextState | null | undefined)
|
|||||||||
|
Parameters :
Returns :
GlobalContextState
|
| executeHandler | ||||||
executeHandler(context: ExecuteHandlerContext)
|
||||||
|
Parameters :
Returns :
void
|
| getAggregationUnlinkReason |
getAggregationUnlinkReason()
|
|
Returns :
AggregationUnlinkReason | null
|
| getConfigSnapshot |
getConfigSnapshot()
|
|
Returns :
GlobalContextState
|
| getDisplayMode |
getDisplayMode()
|
|
Returns :
WidgetDisplayMode
|
| getFieldSources |
getFieldSources()
|
|
Returns :
FieldSourcesMap
|
| getGlobalState |
getGlobalState()
|
|
Returns :
Partial<GlobalContextState>
|
| getLatestVisibility |
getLatestVisibility()
|
|
Returns :
VisibilityContext | null
|
| getLinkDisableReasons |
getLinkDisableReasons()
|
|
Returns :
Partial<Record<GlobalContextState, string>>
|
| getLocalState |
getLocalState()
|
|
Returns :
Partial<GlobalContextState>
|
| handleFormChange | ||||||
handleFormChange(context: HandleFormChangeContext)
|
||||||
|
Parameters :
Returns :
void
|
| handleGlobalStateChange | ||||||
handleGlobalStateChange(context: HandleGlobalStateChangeContext)
|
||||||
|
Parameters :
Returns :
void
|
| initConfig | ||||||
initConfig(config: GlobalContextState | null | undefined)
|
||||||
|
Parameters :
Returns :
void
|
| initializeStateAndSources | ||||||
initializeStateAndSources(params: literal type)
|
||||||
|
Parameters :
Returns :
void
|
| initWidgetControls | ||||||
initWidgetControls(controls: WidgetControls | null | undefined)
|
||||||
|
Parameters :
Returns :
void
|
| ngOnDestroy |
ngOnDestroy()
|
|
Returns :
void
|
| processGlobalStateChange | |||||||||
processGlobalStateChange(state: Partial
|
|||||||||
|
Parameters :
Returns :
Partial<GlobalContextState>
|
| processRefresh | ||||||
processRefresh(params: literal type)
|
||||||
|
Parameters :
Returns :
RefreshResult
|
| resolveAggregationChangeForForm | ||||||
resolveAggregationChangeForForm(params: literal type)
|
||||||
|
Parameters :
Returns :
AggregationChangeInstruction | null
|
| resolveVisibilityContext | ||||||
resolveVisibilityContext(config: GlobalContextState | null | undefined)
|
||||||
|
Parameters :
Returns :
VisibilityContext | null
|
| setDisplayMode | ||||||
setDisplayMode(mode: WidgetDisplayMode | null | undefined)
|
||||||
|
Parameters :
Returns :
void
|
| setFieldSources | ||||||
setFieldSources(value: FieldSourcesMap)
|
||||||
|
Parameters :
Returns :
void
|
| setGlobalState | ||||||
setGlobalState(state: Partial
|
||||||
|
Parameters :
Returns :
void
|
| setLoading | ||||||
setLoading(isLoading: boolean)
|
||||||
|
Parameters :
Returns :
void
|
| setLocalState | ||||||
setLocalState(state: Partial
|
||||||
|
Parameters :
Returns :
void
|
| shouldValidateAggregationForUnlinkedDateTime | |||||||||
shouldValidateAggregationForUnlinkedDateTime(state: Partial
|
|||||||||
|
Parameters :
Returns :
boolean
|
| toggleAllLinks | ||||||
toggleAllLinks(args: literal type)
|
||||||
|
Parameters :
Returns :
LinkToggleOutcome
|
| toggleLink | ||||||
toggleLink(args: literal type)
|
||||||
|
Parameters :
Returns :
LinkToggleOutcome
|
| updateFieldSources | ||||||
updateFieldSources(updater: (sources: FieldSourcesMap) => void)
|
||||||
|
Parameters :
Returns :
void
|
| updateGlobalState | ||||||
updateGlobalState(updater: (state: Partial
|
||||||
|
Parameters :
Returns :
void
|
| updateGlobalStateFromForm | |||||||||
updateGlobalStateFromForm(formValue: Partial
|
|||||||||
|
Parameters :
Returns :
void
|
| updateLocalState | ||||||
updateLocalState(updater: (state: Partial
|
||||||
|
Parameters :
Returns :
void
|
| validateAggregationLink | ||||||
validateAggregationLink(context: AggregationValidationContext)
|
||||||
|
Parameters :
Returns :
AggregationValidationResult
|
| Readonly globalContextChange$ |
Default value : new Subject<GlobalContextEvent>()
|
| Readonly refresh$ |
Default value : new Subject<void>()
|