Uses of Interface
de.xima.fc.entities.interfaces.IFileEntity
-
-
Uses of IFileEntity in de.xima.fc.api.cache
Methods in de.xima.fc.api.cache with type parameters of type IFileEntity Modifier and Type Method Description static <T extends IFileEntity<?,?>>
byte[]FileCache. cacheFileEntityData(UserContext uc, T fileEntity)
static <TFile extends IFileEntity<?,?>>
IFileAdapterFileCache. getCachedFile(UserContext uc, TFile file)
Gets a file adapter that accesses the file data via the file cache (if the file is cacheable).static <T extends IFileEntity<?,?>>
byte[]FileCache. getCachedFileEntityData(UserContext uc, T fileEntity)
static <FileEntity extends IFileEntity<?,?>,Data>
DataFileCache. getCachedTransformedFileEntityData(UserContext uc, FileEntity fileEntity, String transformId, IThrowingFunction<byte[],Data> transformer)
Gets the data of the given file entity, transformed via the given transformer.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 IFileEntity Modifier and Type Method Description <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 IFileEntity Modifier and Type Method Description <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.<FileEntity extends IFileEntity<?,FileDataEntity>,FileDataEntity extends IFileDataEntity<FileEntity>>
InputStreamIGenericFileDao. openFileEntityStreamLazy(Supplier<IEntityContext> ec, Class<FileDataEntity> fileDataEntityType, FileEntity fileEntity)
Opens an input stream to the file data of the given file entity.<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.Methods in de.xima.fc.dao.interfaces with parameters of type IFileEntity Modifier and Type Method Description <Data extends IFileDataEntity<?>>
EntityIdWithLockingVersionIGenericFileDao. getDataEntityLockingVersion(IEntityContext ec, Class<Data> dataClass, IFileEntity<?,Data> fileEntity)
Gets the ID and locking version of the data entity for the given file entity.Method parameters in de.xima.fc.dao.interfaces with type arguments of type IFileEntity Modifier and Type Method Description OutputStream
IGenericFileDao. openFileEntityStreamOutputStreamLazy(Supplier<IEntityContext> entityContextFactory, Class<? extends IFileEntity<?,?>> fileEntityType, Class<? extends IFileDataEntity<?>> fileDataEntityType, Long fileEntityId, Integer fileEntityLockingVersion, Integer fileDataEntityLockingVersion)
Opens an output stream for updating the given file entity with the data. -
Uses of IFileEntity in de.xima.fc.encryption.db
Methods in de.xima.fc.encryption.db with type parameters of type IFileEntity Modifier and Type Method Description <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 IFileEntity Modifier and Type Class Description class
AAuthenticator<T extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>
Abstract base class for user authenticatorsclass
AEncryptedFileDataEntity<T extends IFileEntity<?,?>>
class
AFileDataEntity<T extends IFileEntity<?,?>>
class
AFormEncryptedFileDataEntity<T extends IFileEntity<?,?>>
Classes in de.xima.fc.entities that implement IFileEntity Modifier and Type Class Description class
AFileEntity<E extends de.xima.cmn.dao.interfaces.IEntity<Long>,T extends IFileDataEntity<?>>
class
APluginFileEntity<T extends IPluginEntity<?,?,?>,J extends IFileDataEntity<?>,C extends IFileDataEntity<?>>
class
AttachmentDatei
class
ClientAuthenticatorFile
class
ClientFile
Entity representing files of aMandant
class
ClientFormThemeFile
Entity model for the metadata of a file from aClientFormTheme
.class
ClientPluginFile
Entity for the binary data of an client-wide pluginclass
FormEingangDatei
class
FormTemplateFile
class
FormVersionBackup
class
FormVersionDatei
class
MandantRessourceDatei
class
ProjectPreviewFile
class
ProjektRessourceDatei
class
SystemAuthenticatorFile
class
SystemPluginFile
Entity for the binary data of an system-wide pluginclass
UserProfileFile
Entity representing files of a user profileclass
WorkflowVersionBackup
File descriptor for the JSON data of a workflow version backup.Fields in de.xima.fc.entities declared as IFileEntity Modifier and Type Field Description protected T
AEncryptedFileDataEntity. fileEntity
protected T
AFileDataEntity. fileEntity
protected T
AFormEncryptedFileDataEntity. fileEntity
-
Uses of IFileEntity in de.xima.fc.entities.interfaces
Classes in de.xima.fc.entities.interfaces with type parameters of type IFileEntity Modifier and Type Interface Description interface
IAuthenticator<T extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>
Common interface for user authenticator entities.interface
IFileDataEntity<T extends IFileEntity<?,?>>
interface
IFileListProviding<FileEntity extends IFileEntity<?,FileDataEntity>,FileDataEntity extends IFileDataEntity<FileEntity>>
Common interface for entities that provide a list of files.interface
IFileProviding<T extends IFileEntity<?,E>,E extends IFileDataEntity<T>>
Subinterfaces of IFileEntity in de.xima.fc.entities.interfaces Modifier and Type Interface Description interface
IAuthentticatorFile<E extends de.xima.cmn.dao.interfaces.IEntity<Long>,T extends IFileDataEntity<?>>
interface
IKeyDependentFileEntity<E extends de.xima.cmn.dao.interfaces.IEntity<Long>,T extends IFileDataEntity<?>>
Common interface forIFileEntity
s that depend on a file keyinterface
IPluginFileEntity<E extends IPluginEntity<?,?,?>,J extends IFileDataEntity<?>,C extends IFileDataEntity<?>>
-
Uses of IFileEntity in de.xima.fc.file
Methods in de.xima.fc.file with type parameters of type IFileEntity Modifier and Type Method Description <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)
<FileEntity extends IFileEntity<?,FileDataEntity>,FileDataEntity extends IFileDataEntity<FileEntity>>
InputStreamGenericFileDao. openFileEntityStreamLazy(Supplier<IEntityContext> entityContextFactory, Class<FileDataEntity> fileDataEntityType, FileEntity fileEntity)
<E extends IFileDataEntity<?>,T extends IFileEntity<?,E>>
TGenericFileDao. updateFileData(IEntityContext ec, T entity, byte[] data)
Methods in de.xima.fc.file with parameters of type IFileEntity Modifier and Type Method Description <Data extends IFileDataEntity<?>>
EntityIdWithLockingVersionGenericFileDao. getDataEntityLockingVersion(IEntityContext ec, Class<Data> dataClass, IFileEntity<?,Data> fileEntity)
Method parameters in de.xima.fc.file with type arguments of type IFileEntity Modifier and Type Method Description OutputStream
GenericFileDao. openFileEntityStreamOutputStreamLazy(Supplier<IEntityContext> entityContextFactory, Class<? extends IFileEntity<?,?>> fileEntityType, Class<? extends IFileDataEntity<?>> fileDataEntityType, Long fileEntityId, Integer fileEntityLockingVersion, Integer fileDataEntityLockingVersion)
-
Uses of IFileEntity in de.xima.fc.gui.bean.user
Methods in de.xima.fc.gui.bean.user that return IFileEntity Modifier and Type Method Description IFileEntity<?,?>
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 IFileEntity Modifier and Type Method Description <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 Modifier and Type Method Description String
FileDataBean. getFileType(IFileEntity<?,?> fileEntity)
-
Uses of IFileEntity in de.xima.fc.gui.common.utils
Methods in de.xima.fc.gui.common.utils with type parameters of type IFileEntity Modifier and Type Method Description static <F extends IFileEntity<?,?>>
org.primefaces.model.StreamedContentFileUtils. getStreamedContent(F fileEntity)
Gets aStreamedContent
for the givenIFileEntity
file entity -
Uses of IFileEntity in de.xima.fc.gui.elfinder
Classes in de.xima.fc.gui.elfinder with type parameters of type IFileEntity Modifier and Type Class Description static class
ElFinderDynamicResourceFileEntityThumbnails.RequestHandlerBuilder<Entry extends IFileSystemEntry<?>,FileEntity extends IFileEntity<?,?>>
A builder for a thumbnail request handler for file system entries from aICommonFileSystem
, with initial data from aIFileEntity
stored in a database.Methods in de.xima.fc.gui.elfinder with type parameters of type IFileEntity Modifier and Type Method Description <FileEntity extends IFileEntity<?,?>>
ElFinderDynamicResourceFileEntityThumbnails.UrlGeneratorBuilder<Entry>ElFinderDynamicResourceFileEntityThumbnails.UrlGeneratorBuilder. fileEntityIdFinder(Iterable<FileEntity> fileEntities, Function<? super FileEntity,? extends IFileSystemEntry<?>> fileEntryFactory)
Extracts a file entry from the file entity and then set the file entity ID finder to one that maps from that file entry back to the entity ID.<FileEntity extends IFileEntity<?,?>>
ElFinderDynamicResourceFileEntityThumbnails.RequestHandlerBuilder<Entry,FileEntity>ElFinderDynamicResourceFileEntityThumbnails.BaseBuilder. requestHandler()
Continues as a builder for a thumbnail request handler for file system entries from aICommonFileSystem
, with initial data from aIFileEntity
stored in a database. -
Uses of IFileEntity in de.xima.fc.gui.model
Classes in de.xima.fc.gui.model with type parameters of type IFileEntity Modifier and Type Class Description class
AuthPluginParameterModel<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 IFileEntity Modifier and Type Method Description <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 IFileEntity Modifier and Type Method Description <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 IFileEntity Modifier and Type Interface Description interface
IAuthenticatorWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
Deprecated.Usede.xima.fc.security.interfaces.authentication.IAuthenticatorProperties
instead. -
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 IFileEntity Modifier and Type Interface Description interface
IPluginFormAuthenticatorParams<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.interface
IPluginGenericAuthenticatorParams<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.logic.etag
Methods in de.xima.fc.logic.etag with parameters of type IFileEntity Modifier and Type Method Description static <Data extends IFileDataEntity<?>>
StringETagFactory. eTagForFileEntity(IEntityContext ec, Class<Data> dataEntityType, IFileEntity<?,Data> file)
Creates an ETag for a file entity. -
Uses of IFileEntity in de.xima.fc.logic.filesystem
Classes in de.xima.fc.logic.filesystem with type parameters of type IFileEntity Modifier and Type Class Description class
FileEntityPersistenceAdapter<File extends IFileEntity<?,Data> & IFileSizeProviding,Data extends IFileDataEntity<File>,Context>
Afile entity adapter
for a generalfile entity
.class
FileEntityViewPersistenceAdapter<View extends IFileEntityView,File extends IFileEntity<?,Data> & IFileSizeProviding,Data extends IFileDataEntity<File>,Context>
Afile entity adapter
for a view of afile entity
.class
FileProvidingEntityAdapter<Entity extends IFileProviding<File,Data>,File extends IFileEntity<Entity,Data> & IFileSizeProviding,Data extends IFileDataEntity<File>,Context>
Afile entity adapter
for a generalfile providing
entity. -
Uses of IFileEntity in de.xima.fc.plugin.interfaces.auth
Method parameters in de.xima.fc.plugin.interfaces.auth with type arguments of type IFileEntity Modifier and Type Method Description default IPluginFormAuthenticatorRetVal
IPluginAuthenticatorType. 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.default IPluginGenericAuthenticatorRetVal
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 IFileEntity Modifier and Type Class Description class
PluginFormAuthenticatorParams<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
class
PluginGenericAuthenticatorParams<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 IFileEntity Modifier and Type Method Description static <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 IFileEntity Modifier and Type Class Description class
AzureAdOauth2AuthenticatorProperties<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
.class
CommonRedirectAuthenticatorProperties<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.class
FacebookAuthenticatorProperties<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.FACEBOOK
in a structured manner.class
GoogleAuthenticatorProperties<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
.class
KerberosExtensionAuthenticatorProperties<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
.class
LdapAuthenticatorProperties<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
.class
OAuth2AuthenticatorProperties<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_OAUTH2
in a structured manner.class
OpenIdConnectAuthenticatorProperties<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_OPENIDCONNECT
in a structured manner.class
PluginAuthenticatorProperties<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.PLUGIN
in a structured manner.class
SamlAuthenticatorProperties<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_OPENIDCONNECT
in a structured manner.Methods in de.xima.fc.security.authentication.model.properties with type parameters of type IFileEntity Modifier and Type Method Description static <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 IFileEntity Modifier and Type Interface Description interface
IAuthenticatorProperties<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 IFileEntity Modifier and Type Method Description static <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 IFileEntity Modifier and Type Class Description class
AzureAdWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
Deprecated.UseAzureAdOauth2AuthenticatorProperties
instead.class
FacebookWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
Deprecated.UseFacebookAuthenticatorProperties
instead.class
GoogleWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
Deprecated.UseGoogleAuthenticatorProperties
instead.class
OAuth20Wrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
Deprecated.UseOAuth2AuthenticatorProperties
instead.class
OIDCWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
Deprecated.UseOpenIdConnectAuthenticatorProperties
instead.class
PluginWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
Deprecated.UsePluginAuthenticatorProperties
instead.class
SAMLWrapper<T extends IAuthenticator<E>,E extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>
Deprecated.UseSamlAuthenticatorProperties
instead. -
Uses of IFileEntity in de.xima.fc.workflow.processor.value.common
Methods in de.xima.fc.workflow.processor.value.common with type parameters of type IFileEntity Modifier and Type Method Description static <E extends IFileEntity<?,?> & IFileSizeProviding>
Map<String,Object>FileItemDescriptor. valueFileItem(E file)
Creates a value that conforms to theFileItemDescriptor
value descriptor.static <E extends IFileEntity<?,?> & IFileSizeProviding>
Map<String,Object>FileItemDescriptor. valueFileItem(E file, Map<String,Object> mimeType)
Creates a value that conforms to theFileItemDescriptor
value descriptor.
-