Uses of Interface
de.xima.fc.entities.interfaces.IFileEntity
Packages that use IFileEntity
Package
Description
Package für Datenbankentitäten
Interfaces für Datenbankentitäten
-
Uses of IFileEntity in de.xima.fc.api.cache
Methods in de.xima.fc.api.cache with type parameters of type IFileEntityModifier and TypeMethodDescriptionstatic <T extends IFileEntity<?,?>>
byte[]FileCache.cacheFileEntityData(UserContext uc, T fileEntity) static <T extends IFileEntity<?,?>>
byte[]FileCache.getCachedFileEntityData(UserContext uc, T fileEntity) static <T extends IFileEntity<?,?>>
byte[]FileCache.getUncachedFileEntityData(UserContext uc, T fileEntity) static <T extends IFileEntity<?,?>>
BinaryCacheModelFileCache.readCachedFileEntityData(T fileEntity) -
Uses of IFileEntity in de.xima.fc.api.file
Methods in de.xima.fc.api.file with type parameters of type IFileEntityModifier and TypeMethodDescription<F extends IFileEntity<?,?>>
byte[]FileAPI.getFileDataFromFileEntity(UserContext uc, F fileEntity) Returns the file data of the given file entity.<T extends IFileEntity<?,?>>
byte[]FileAPI.getFileEntityData(UserContext uc, T fileEntity) <T extends IFileEntity<?,?>>
InputStreamFileAPI.getFileEntityStream(UserContext uc, T fileEntity) <F extends IFileEntity<?,?>>
InputStreamFileAPI.getFileStreamFromFileEntity(UserContext uc, F fileEntity) Returns the file data of the given file entity.<T extends IFileEntity<?,?>>
byte[]FileAPI.getUncachedFileEntityData(UserContext uc, T fileEntity) <E extends IFileDataEntity<?>,T extends IFileEntity<?, E>>
TFileAPI.updateFileData(UserContext uc, T entity, byte[] data) -
Uses of IFileEntity in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces with type parameters of type IFileEntityModifier and TypeMethodDescription<E extends IFileDataEntity<?>,T extends IFileEntity<?, E>>
EIGenericFileDao.getFileDataEntity(IEntityContext ec, T entity) Get the file data entity for a given file entity.<T extends IFileEntity<?,?>>
byte[]IGenericFileDao.getFileEntityData(IEntityContext ec, T fileEntity) Gets the data of the given file entity as an in-memory byte array.<T extends IFileEntity<?,?>>
InputStreamIGenericFileDao.getFileEntityStream(IEntityContext ec, T fileEntity) Gets the data of the given file entity as an input stream.<E extends IFileDataEntity<?>,T extends IFileEntity<?, E>>
TIGenericFileDao.updateFileData(IEntityContext ec, T entity, byte[] data) Replaces the data of the given file entity with the new data. -
Uses of IFileEntity in de.xima.fc.encryption.db
Methods in de.xima.fc.encryption.db with type parameters of type IFileEntityModifier and TypeMethodDescription<E extends IFileDataEntity<?>,T extends IFileEntity<?, E>>
voidDBEncryptionProcessor.updateAllFiles(Class<T> fileprovidingClass, int pageSize, int threadCount) -
Uses of IFileEntity in de.xima.fc.entities
Classes in de.xima.fc.entities with type parameters of type IFileEntityModifier and TypeClassDescriptionclassAAuthenticator<T extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>> Abstract base class for user authenticatorsclassAEncryptedFileDataEntity<T extends IFileEntity<?,?>> classAFileDataEntity<T extends IFileEntity<?,?>> classAFormEncryptedFileDataEntity<T extends IFileEntity<?,?>> Classes in de.xima.fc.entities that implement IFileEntityModifier and TypeClassDescriptionclassAFileEntity<E extends de.xima.cmn.dao.interfaces.IEntity<Long>,T extends IFileDataEntity<?>> classAPluginFileEntity<T extends IPluginEntity<?,?, ?>, J extends IFileDataEntity<?>, C extends IFileDataEntity<?>> classclassclassEntity representing files of aMandantclassEntity for the binary data of an client-wide pluginclassclassclassclassclassclassclassclassclassEntity for the binary data of an system-wide pluginclassEntity representing files of a user profileclassFile descriptor for the JSON data of a workflow version backup.Fields in de.xima.fc.entities declared as IFileEntityModifier and TypeFieldDescriptionprotected TAEncryptedFileDataEntity.fileEntityprotected TAFileDataEntity.fileEntityprotected TAFormEncryptedFileDataEntity.fileEntity -
Uses of IFileEntity in de.xima.fc.entities.interfaces
Classes in de.xima.fc.entities.interfaces with type parameters of type IFileEntityModifier and TypeInterfaceDescriptioninterfaceIAuthenticator<T extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>> Common interface for user authenticator entities.interfaceIFileDataEntity<T extends IFileEntity<?,?>> interfaceIFileProviding<T extends IFileEntity<?,E>, E extends IFileDataEntity<T>> Subinterfaces of IFileEntity in de.xima.fc.entities.interfacesModifier and TypeInterfaceDescriptioninterfaceIAuthentticatorFile<E extends de.xima.cmn.dao.interfaces.IEntity<Long>,T extends IFileDataEntity<?>> interfaceIKeyDependentFileEntity<E extends de.xima.cmn.dao.interfaces.IEntity<Long>,T extends IFileDataEntity<?>> Common interface forIFileEntitys that depend on a file keyinterfaceIPluginFileEntity<E extends IPluginEntity<?,?, ?>, J extends IFileDataEntity<?>, C extends IFileDataEntity<?>> Methods in de.xima.fc.entities.interfaces that return IFileEntity -
Uses of IFileEntity in de.xima.fc.file
Methods in de.xima.fc.file with type parameters of type IFileEntityModifier and TypeMethodDescription<E extends IFileDataEntity<?>,T extends IFileEntity<?, E>>
EGenericFileDao.getFileDataEntity(IEntityContext ec, T entity) <T extends IFileEntity<?,?>>
byte[]GenericFileDao.getFileEntityData(IEntityContext ec, T fileEntity) <T extends IFileEntity<?,?>>
InputStreamGenericFileDao.getFileEntityStream(IEntityContext ec, T entity) <E extends IFileDataEntity<?>,T extends IFileEntity<?, E>>
TGenericFileDao.updateFileData(IEntityContext ec, T entity, byte[] data) -
Uses of IFileEntity in de.xima.fc.gui.bean.user
Methods in de.xima.fc.gui.bean.user that return IFileEntityModifier and TypeMethodDescriptionIFileEntity<?,?> ClientAuthorizationBean.getImageFile(IEntityClientAuthorization authorization) -
Uses of IFileEntity in de.xima.fc.gui.common.bean.file
Methods in de.xima.fc.gui.common.bean.file with type parameters of type IFileEntityModifier and TypeMethodDescription<T extends ITransferableEntity & IFileEntity<?,?>>
StringFileDataBean.getCacheParameter(T fileEntity) <F extends IFileEntity<?,?>>
byte[]FileDataBean.getFileData(F fileEntity) <F extends IFileEntity<?,?>>
InputStreamFileDataBean.getFileStream(F fileEntity) Methods in de.xima.fc.gui.common.bean.file with parameters of type IFileEntity -
Uses of IFileEntity in de.xima.fc.gui.common.utils
Methods in de.xima.fc.gui.common.utils with type parameters of type IFileEntityModifier and TypeMethodDescriptionstatic <F extends IFileEntity<?,?>>
org.primefaces.model.StreamedContentFileUtils.getStreamedContent(F fileEntity) Gets aStreamedContentfor the givenIFileEntityfile entity -
Uses of IFileEntity in de.xima.fc.gui.model
Classes in de.xima.fc.gui.model with type parameters of type IFileEntityModifier and TypeClassDescriptionclassAuthPluginParameterModel<E extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>> -
Uses of IFileEntity in de.xima.fc.handler.file
Methods in de.xima.fc.handler.file with type parameters of type IFileEntityModifier and TypeMethodDescription<T extends IFileEntity<?,?>>
byte[]FileHandler.getUncachedFileEntityData(UserContext uc, T fileEntity) <E extends IFileDataEntity<?>,T extends IFileEntity<?, E>>
TFileHandler.updateFileData(UserContext uc, T entity, byte[] data) -
Uses of IFileEntity in de.xima.fc.handler.interfaces.file
Methods in de.xima.fc.handler.interfaces.file with type parameters of type IFileEntityModifier and TypeMethodDescription<T extends IFileEntity<?,?>>
byte[]IFileHandler.getUncachedFileEntityData(UserContext uc, T entity) <E extends IFileDataEntity<?>,T extends IFileEntity<?, E>>
TIFileHandler.updateFileData(UserContext uc, T entity, byte[] data) -
Uses of IFileEntity in de.xima.fc.interfaces.auth
Classes in de.xima.fc.interfaces.auth with type parameters of type IFileEntityModifier and TypeInterfaceDescriptioninterfaceIAuthenticatorWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> Deprecated. -
Uses of IFileEntity in de.xima.fc.interfaces.plugin.param.auth
Classes in de.xima.fc.interfaces.plugin.param.auth with type parameters of type IFileEntityModifier and TypeInterfaceDescriptioninterfaceIPluginFormAuthenticatorParams<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> Interface with the parameters passed to an authenticator type plugin when a new client needs to be created for a form authentication context.interfaceIPluginGenericAuthenticatorParams<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> Interface with the parameters passed to an authenticator type plugin when a new client needs to be created for a generic authentication context. -
Uses of IFileEntity in de.xima.fc.plugin.interfaces.auth
Method parameters in de.xima.fc.plugin.interfaces.auth with type arguments of type IFileEntityModifier and TypeMethodDescriptiondefault IPluginFormAuthenticatorRetValIPluginAuthenticatorType.buildFormAuthClient(IPluginFormAuthenticatorParams<? extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>, ? extends IFileDataEntity<?>>>> params) Deprecated.since Version 8.0.0 UseIPluginAuthenticatorType.buildGenericAuthClient(IPluginGenericAuthenticatorParams)instead.IPluginAuthenticatorType.buildGenericAuthClient(IPluginGenericAuthenticatorParams<? extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>, ? extends IFileDataEntity<?>>>> params) Method to build a client used to authenticate users for a generic authentication context. -
Uses of IFileEntity in de.xima.fc.plugin.models.params.auth
Classes in de.xima.fc.plugin.models.params.auth with type parameters of type IFileEntityModifier and TypeClassDescriptionclassPluginFormAuthenticatorParams<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> classPluginGenericAuthenticatorParams<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> Default POJO implementation ofIPluginGenericAuthenticatorParams. -
Uses of IFileEntity in de.xima.fc.proma.util
Methods in de.xima.fc.proma.util with parameters of type IFileEntityModifier and TypeMethodDescriptionstatic <R> StageChain<de.xima.proma.restclient.pub.gen.model.PublicStoreItemList,R> PromaStoreItems.getStoreItemsWithFileMatchingChecksum(IPublicPromaInvocationContext pc, String storeKey, IFileEntity<?, ?> entity, Locale locale, String licenseKey) Gets all plugin store items that contain files with same checksum as the file from the given file entity. -
Uses of IFileEntity in de.xima.fc.security.authentication.model.properties
Classes in de.xima.fc.security.authentication.model.properties with type parameters of type IFileEntityModifier and TypeClassDescriptionclassAzureAdOauth2AuthenticatorProperties<TAuthenticator extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> Model class for the properties of an authenticator of typeEAuthClientType.AZURE_AD.classCommonRedirectAuthenticatorProperties<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> Model class for the properties of authenticators that use redirection to an external IDP.classFacebookAuthenticatorProperties<TAuthenticator extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> Model class for accessing the properties of an authenticator of typeEAuthClientType.FACEBOOKin a structured manner.classGoogleAuthenticatorProperties<TAuthenticator extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> Model class for the properties of an authenticator of typeEAuthClientType.GOOGLE.classKerberosExtensionAuthenticatorProperties<TAuthenticator extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> Model class for the properties of an authenticator of typeEAuthClientType.KERBEROS_EXTENSION.classLdapAuthenticatorProperties<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> Model class for the properties of an authenticator of typeEAuthClientType.LDAP.classOAuth2AuthenticatorProperties<TAuthenticator extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> Model class for accessing the properties of an authenticator of typeEAuthClientType.GENERIC_OAUTH2in a structured manner.classOpenIdConnectAuthenticatorProperties<TAuthenticator extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> Model class for accessing the properties of an authenticator of typeEAuthClientType.GENERIC_OPENIDCONNECTin a structured manner.classPluginAuthenticatorProperties<TAuthenticator extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> Model class for accessing the properties of an authenticator of typeEAuthClientType.PLUGINin a structured manner.classSamlAuthenticatorProperties<TAuthenticator extends IAuthenticator<E>,E extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>, ? extends IFileDataEntity<?>>> Model class for accessing the properties of an authenticator of typeEAuthClientType.GENERIC_OPENIDCONNECTin a structured manner.Methods in de.xima.fc.security.authentication.model.properties with type parameters of type IFileEntityModifier and TypeMethodDescriptionstatic <T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
IAuthenticatorProperties<T>AuthenticatorPropertiesFactory.createPropertiesModel(T authenticator) -
Uses of IFileEntity in de.xima.fc.security.interfaces.authentication
Classes in de.xima.fc.security.interfaces.authentication with type parameters of type IFileEntityModifier and TypeInterfaceDescriptioninterfaceIAuthenticatorProperties<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> Common interfaces for models representing the properties of anIAuthenticator. -
Uses of IFileEntity in de.xima.fc.testhelper.security
Methods in de.xima.fc.testhelper.security with type parameters of type IFileEntityModifier and TypeMethodDescriptionstatic <TEntity extends IAuthenticator<TFileEntity>,TFileEntity extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>, ? extends IFileDataEntity<?>>>
SamlAuthenticatorProperties<TEntity,TFileEntity> DummyAuthenticatorPropsFactory.dummySamlProps(TEntity authenticator) -
Uses of IFileEntity in de.xima.fc.web.common.auth.wrapper
Classes in de.xima.fc.web.common.auth.wrapper with type parameters of type IFileEntityModifier and TypeClassDescriptionclassAzureAdWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> Deprecated.UseAzureAdOauth2AuthenticatorPropertiesinstead.classFacebookWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> Deprecated.UseFacebookAuthenticatorPropertiesinstead.classGoogleWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> Deprecated.UseGoogleAuthenticatorPropertiesinstead.classOAuth20Wrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> Deprecated.UseOAuth2AuthenticatorPropertiesinstead.classOIDCWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> Deprecated.UseOpenIdConnectAuthenticatorPropertiesinstead.classPluginWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> Deprecated.UsePluginAuthenticatorPropertiesinstead.classSAMLWrapper<T extends IAuthenticator<E>,E extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>, ? extends IFileDataEntity<?>>> Deprecated.UseSamlAuthenticatorPropertiesinstead.
de.xima.fc.security.interfaces.authentication.IAuthenticatorPropertiesinstead.