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 IDProviderGet the contextual element.@NotNull LanguageGet the contextual language.@Nullable StringGet the name of the contextual remote project configuration, ornullfor the local project.voidrefresh()Requests to refresh the visible folder in the current media management dialog on the client.voidshow(@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, logWarningMethods 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, ornullfor 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
-