Interface MediaManagementContext
- All Superinterfaces:
BaseContext
,SpecialistsBroker
Context providing information and accessors for media managing items.
- Since:
- 5.2.33
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.espirit.firstspirit.access.BaseContext
BaseContext.Env
-
Method Summary
Modifier and TypeMethodDescription@Nullable IDProvider
Get the contextual element.@NotNull Language
Get the contextual language.@Nullable String
Get the name of the contextual remote project configuration, ornull
for the local project.void
refresh()
Requests to refresh the visible folder in the current media management dialog on the client.void
show
(@NotNull MediaFolder folder) Requests to select and show the specified folder in the current media management dialog on the client.Methods inherited from interface de.espirit.firstspirit.access.BaseContext
is, logDebug, logError, logError, logInfo, logWarning
Methods inherited from interface de.espirit.firstspirit.agency.SpecialistsBroker
requestSpecialist, requireSpecialist
-
Method Details
-
getElement
Get the contextual element.- Returns:
- The related mediastore element.
- Since:
- 5.2.33
-
getRemoteName
Get the name of the contextual remote project configuration, ornull
for the local project.- Returns:
- The remote project, or
null
. - Since:
- 5.2.33
-
getLanguage
Get the contextual language.- Returns:
- The current language.
- Since:
- 5.2.33
-
show
Requests to select and show the specified folder in the current media management dialog on the client.- Parameters:
folder
- The folder to select and show, must not benull
- Since:
- 5.2.711
-
refresh
void refresh()Requests to refresh the visible folder in the current media management dialog on the client.- Since:
- 5.2.711
-