Uses of Class
de.xima.fc.common.file.ByteArrayFile
-
Packages that use ByteArrayFile Package Description de.xima.fc.api.entity Package for the API access of the model classes.de.xima.fc.handler.entity de.xima.fc.handler.file de.xima.fc.handler.interfaces.entity de.xima.fc.handler.interfaces.system de.xima.fc.handler.system -
-
Uses of ByteArrayFile in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return types with arguments of type ByteArrayFile Modifier and Type Method Description ETagResource<ByteArrayFile>
MandantRessourcenAPI. handleDownloadResourceRequest(UserContext uc, long clientId, String resourceName, ETagRequest eTagRequest)
Finds the content of aclient resource
by its resource name.ETagResource<ByteArrayFile>
MandantRessourcenAPI. handleDownloadResourceRequest(UserContext uc, UUID clientUuid, String resourceName, ETagRequest eTagRequest)
Finds the content of aclient resource
by its resource name.ETagResource<ByteArrayFile>
ProjektRessourcenAPI. handleDownloadResourceRequest(UserContext uc, FrontendServer fs, Long clientId, Long projectId, String resourceName, ETagRequest eTagRequest)
Gets theProjektRessource
for the given client and project UUID, with the given name.ETagResource<ByteArrayFile>
ProjektRessourcenAPI. handleDownloadResourceRequest(UserContext uc, FrontendServer fs, Long projectId, String resourceName, ETagRequest eTagRequest)
Gets theProjektRessource
for the given client and project UUID, with the given name.ETagResource<ByteArrayFile>
ProjektRessourcenAPI. handleDownloadResourceRequest(UserContext uc, FrontendServer fs, Long clientId, UUID projectUuid, String resourceName, ETagRequest eTagRequest)
Gets theProjektRessource
for the given client and project UUID, with the given name.ETagResource<ByteArrayFile>
ProjektRessourcenAPI. handleDownloadResourceRequest(UserContext uc, FrontendServer fs, UUID clientUuid, Long projectId, String resourceName, ETagRequest eTagRequest)
Gets theProjektRessource
for the given client and project UUID, with the given name.ETagResource<ByteArrayFile>
ProjektRessourcenAPI. handleDownloadResourceRequest(UserContext uc, FrontendServer fs, UUID clientUuid, UUID projectUuid, String resourceName, ETagRequest eTagRequest)
Gets theProjektRessource
for the given client and project UUID, with the given name.ETagResource<ByteArrayFile>
FormThemeAPI. handleFormThemeFileRequest(UserContext uc, Long clientId, FormThemeFileReference fileReference, ETagRequest eTagRequest)
Loads the content of the given form the file.ETagResource<ByteArrayFile>
FormThemeAPI. handleFormThemeFileRequest(UserContext uc, UUID clientUuid, FormThemeFileReference fileReference, ETagRequest eTagRequest)
Loads the content of the given form the file. -
Uses of ByteArrayFile in de.xima.fc.handler.entity
-
Uses of ByteArrayFile in de.xima.fc.handler.file
Methods in de.xima.fc.handler.file that return types with arguments of type ByteArrayFile Modifier and Type Method Description static <File extends IFileProviding<?,Data> & INameProviding,Data extends IFileDataEntity<?>>
ETagResource<ByteArrayFile>FileHandler. handleDataEntityRequest(IEntityContext ec, Class<Data> dataClass, File fileProviding, ETagRequest eTagRequest)
-
Uses of ByteArrayFile in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return types with arguments of type ByteArrayFile Modifier and Type Method Description ETagResource<ByteArrayFile>
IMandantRessourcenHandler. handleDownloadResourceRequest(UserContext uc, long clientId, String resourceName, ETagRequest eTagRequest)
Finds the content of aclient resource
by its resource name.ETagResource<ByteArrayFile>
IMandantRessourcenHandler. handleDownloadResourceRequest(UserContext uc, UUID clientUuid, String resourceName, ETagRequest eTagRequest)
Finds the content of aclient resource
by its resource name.ETagResource<ByteArrayFile>
IProjektRessourcenHandler. handleDownloadResourceRequest(UserContext uc, FrontendServer fs, Long clientId, Long projectId, String resourceName, ETagRequest eTagRequest)
Gets theProjektRessource
for the given client and project UUID, with the given name.ETagResource<ByteArrayFile>
IProjektRessourcenHandler. handleDownloadResourceRequest(UserContext uc, FrontendServer fs, Long projectId, String resourceName, ETagRequest eTagRequest)
Gets theProjektRessource
for the given client and project UUID, with the given name.ETagResource<ByteArrayFile>
IProjektRessourcenHandler. handleDownloadResourceRequest(UserContext uc, FrontendServer fs, Long clientId, UUID projectUuid, String resourceName, ETagRequest eTagRequest)
Gets theProjektRessource
for the given client and project UUID, with the given name.ETagResource<ByteArrayFile>
IProjektRessourcenHandler. handleDownloadResourceRequest(UserContext uc, FrontendServer fs, UUID clientUuid, Long projectId, String resourceName, ETagRequest eTagRequest)
Gets theProjektRessource
for the given client and project UUID, with the given name.ETagResource<ByteArrayFile>
IProjektRessourcenHandler. handleDownloadResourceRequest(UserContext uc, FrontendServer fs, UUID clientUuid, UUID projectUuid, String resourceName, ETagRequest eTagRequest)
Gets theProjektRessource
for the given client and project UUID, with the given name. -
Uses of ByteArrayFile in de.xima.fc.handler.interfaces.system
Methods in de.xima.fc.handler.interfaces.system that return types with arguments of type ByteArrayFile Modifier and Type Method Description ETagResource<ByteArrayFile>
IFormThemeHandler. handleFormThemeFileRequest(UserContext uc, Long clientId, FormThemeFileReference fileReference, ETagRequest eTagRequest)
Loads the content of the given form the file.ETagResource<ByteArrayFile>
IFormThemeHandler. handleFormThemeFileRequest(UserContext uc, UUID clientUuid, FormThemeFileReference fileReference, ETagRequest eTagRequest)
Loads the content of the given form the file. -
Uses of ByteArrayFile in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system that return types with arguments of type ByteArrayFile Modifier and Type Method Description ETagResource<ByteArrayFile>
FormThemeHandler. handleFormThemeFileRequest(UserContext uc, Long clientId, FormThemeFileReference fileReference, ETagRequest eTagRequest)
ETagResource<ByteArrayFile>
FormThemeHandler. handleFormThemeFileRequest(UserContext uc, UUID clientUuid, FormThemeFileReference fileReference, ETagRequest eTagRequest)
-