Uses of Class
lumis.portal.file.transformation.FileTransformation
-
Packages that use FileTransformation Package Description lumis.portal.file.transformation Provides the file transformations.lumis.portal.serviceinstance lumis.portal.serviceinstance.serialization -
-
Uses of FileTransformation in lumis.portal.file.transformation
Methods in lumis.portal.file.transformation that return FileTransformation Modifier and Type Method Description FileTransformation
FileTransformationManager. addFileTransformation(SessionConfig sessionConfig, FileTransformation fileTransformation, ITransaction transaction)
FileTransformation
IFileTransformationManager. addFileTransformation(SessionConfig sessionConfig, FileTransformation fileTransformation, ITransaction transaction)
Persist a FileTransformation for a serviceInstance.FileTransformation
FileTransformationManager. getFileTransformation(String fileTransformationId, ITransaction transaction)
FileTransformation
IFileTransformationManager. getFileTransformation(String fileTransformationId, ITransaction transaction)
Return a given persisted transformation.FileTransformation
SimpleTransformationParameter. getFileTransformation()
Returns the fileTransformation.FileTransformation
TransformedFileConfig. getFileTransformation()
Returns the fileTransformationId.Methods in lumis.portal.file.transformation that return types with arguments of type FileTransformation Modifier and Type Method Description Collection<FileTransformation>
FileTransformationManager. getFileTransformationsByServiceInstanceId(String serviceInstanceId, ITransaction transaction)
Collection<FileTransformation>
IFileTransformationManager. getFileTransformationsByServiceInstanceId(String serviceInstanceId, ITransaction transaction)
Returns all transformations for the given service instance.Methods in lumis.portal.file.transformation with parameters of type FileTransformation Modifier and Type Method Description FileTransformation
FileTransformationManager. addFileTransformation(SessionConfig sessionConfig, FileTransformation fileTransformation, ITransaction transaction)
FileTransformation
IFileTransformationManager. addFileTransformation(SessionConfig sessionConfig, FileTransformation fileTransformation, ITransaction transaction)
Persist a FileTransformation for a serviceInstance.void
FileTransformationManager. removeFileTransformation(SessionConfig sessionConfig, FileTransformation fileTransformation, ITransaction transaction)
void
IFileTransformationManager. removeFileTransformation(SessionConfig sessionConfig, FileTransformation fileTransformation, ITransaction transaction)
Removes the specified transformation and its related files.void
FileTransformationManager. removeFileTransformationInternal(SessionConfig sessionConfig, FileTransformation fileTransformation, IWebRootPortalBaseFolder webRoot, ITransaction transaction)
void
IFileTransformationManagerSPI. removeFileTransformationInternal(SessionConfig sessionConfig, FileTransformation fileTransformation, IWebRootPortalBaseFolder webRoot, ITransaction transaction)
Removes the specified transformation and all related files.void
SimpleTransformationParameter. setFileTransformation(FileTransformation fileTransformation)
Sets the fileTransformation.void
TransformedFileConfig. setFileTransformation(FileTransformation fileTransformation)
Sets the fileTransformationId.TransformedFileConfig
DefaultFileTransformer. transform(FileConfig fileConfig, FileTransformation fileTransformation)
TransformedFileConfig
IFileTransformer. transform(FileConfig fileConfig, FileTransformation fileTransformation)
Converts the file using the file config as source of transformation, applying the transformations.void
FileTransformationManager. transformFile(SessionConfig sessionConfig, String fileId, FileTransformation fileTransformation, ITransaction transaction)
void
IFileTransformationManagerSPI. transformFile(SessionConfig sessionConfig, String fileId, FileTransformation fileTransformation, ITransaction transaction)
Transforms a given file.void
FileTransformationManager. updateFileTransformation(SessionConfig sessionConfig, FileTransformation fileTransformation, ITransaction transaction)
void
IFileTransformationManager. updateFileTransformation(SessionConfig sessionConfig, FileTransformation fileTransformation, ITransaction transaction)
Updates a given transformation.Constructors in lumis.portal.file.transformation with parameters of type FileTransformation Constructor Description RemoveTransformationTask(FileTransformation fileTransformation, IWebRootPortalBaseFolder webRootBaseFolder)
Creates a new transformation removal Task object.SimpleTransformationParameter(IParameterType parameter, FileTransformation fileTransformation, String value)
The class constructor.TransformedFileConfig(String fileId, String fileConfigId, FileTransformation fileTransformation, String name, long fileSize, String contentType, String fullPath, FileMetadata metadata, boolean generatedWithError)
Class Constructor. -
Uses of FileTransformation in lumis.portal.serviceinstance
Methods in lumis.portal.serviceinstance that return types with arguments of type FileTransformation Modifier and Type Method Description Collection<FileTransformation>
ServiceInstanceManager. getFileTransformations(String serviceInstanceId)
Gets all fileTransformations using an serviceInstance´s id.. -
Uses of FileTransformation in lumis.portal.serviceinstance.serialization
Methods in lumis.portal.serviceinstance.serialization that return types with arguments of type FileTransformation Modifier and Type Method Description Collection<FileTransformation>
FileTransformationSerializationConfig. getTransformations()
Gets transformations for serialization.Method parameters in lumis.portal.serviceinstance.serialization with type arguments of type FileTransformation Modifier and Type Method Description void
FileTransformationSerializationConfig. setTransformations(Collection<FileTransformation> transformations)
Sets transformations for serialization.
-