Uses of Class
net.webpdf.wsclient.openapi.AdminFileDataStore
-
Packages that use AdminFileDataStore Package Description net.webpdf.wsclient.openapi net.webpdf.wsclient.session.rest.administration -
-
Uses of AdminFileDataStore in net.webpdf.wsclient.openapi
Subclasses of AdminFileDataStore in net.webpdf.wsclient.openapi Modifier and Type Class Description classAdminBackgroundFileDataStoreDefines a file that is used as background in the portal and is stored in the server's data store.classAdminGenericFileDataStoreDefines a generic data storage file, possibly a temporary file, without a predefined group or purpose and a customizable file name.classAdminLogoFileDataStoreDefines a file that is used as a logo in the portal and is stored in the server's data store.classAdminThemeFileDataStoreDefines a CSS file that is used as a theme in the portal and is stored in the server's data store.Methods in net.webpdf.wsclient.openapi that return AdminFileDataStore Modifier and Type Method Description AdminFileDataStoreAdminFileDataStore. fileGroup(AdminFileGroupDataStore fileGroup) -
Uses of AdminFileDataStore in net.webpdf.wsclient.session.rest.administration
Methods in net.webpdf.wsclient.session.rest.administration that return AdminFileDataStore Modifier and Type Method Description AdminFileDataStoreAbstractAdministrationManager. fetchDatastore(@NotNull AdminFileGroupDataStore group)Retrieves a file, depending on the selectedAdminFileGroupDataStore, from the server's data store.AdminFileDataStoreAbstractAdministrationManager. fetchDatastore(@NotNull AdminFileGroupDataStore group, @Nullable String filename)Retrieves a file, depending on the selectedAdminFileGroupDataStore, from the server's data store.AdminFileDataStoreAdministrationManager. fetchDatastore(@NotNull AdminFileGroupDataStore group)Retrieves a file, depending on the selectedAdminFileGroupDataStore, from the server's data store.AdminFileDataStoreAdministrationManager. fetchDatastore(@NotNull AdminFileGroupDataStore group, @Nullable String filename)Retrieves a file, depending on the selectedAdminFileGroupDataStore, from the server's data store.Methods in net.webpdf.wsclient.session.rest.administration with parameters of type AdminFileDataStore Modifier and Type Method Description voidAbstractAdministrationManager. updateDatastore(@NotNull AdminFileDataStore fileDataStore)Updates a file in the server's data store.voidAdministrationManager. updateDatastore(@NotNull AdminFileDataStore fileDataStore)Updates a file in the server's data store.
-