|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FileTransformation | |
---|---|
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 | |
---|---|
FileTransformation |
IFileTransformationManager.addFileTransformation(SessionConfig sessionConfig,
FileTransformation fileTransformation,
ITransaction transaction)
Persist a FileTransformation for a serviceInstance. |
FileTransformation |
FileTransformationManager.addFileTransformation(SessionConfig sessionConfig,
FileTransformation fileTransformation,
ITransaction transaction)
|
FileTransformation |
TransformedFileConfig.getFileTransformation()
Returns the fileTransformationId. |
FileTransformation |
SimpleTransformationParameter.getFileTransformation()
Returns the fileTransformation. |
FileTransformation |
IFileTransformationManager.getFileTransformation(String fileTransformationId,
ITransaction transaction)
Return a given persisted transformation. |
FileTransformation |
FileTransformationManager.getFileTransformation(String fileTransformationId,
ITransaction transaction)
|
Methods in lumis.portal.file.transformation that return types with arguments of type FileTransformation | |
---|---|
Collection<FileTransformation> |
IFileTransformationManager.getFileTransformationsByServiceInstanceId(String serviceInstanceId,
ITransaction transaction)
Returns all transformations for the given service instance. |
Collection<FileTransformation> |
FileTransformationManager.getFileTransformationsByServiceInstanceId(String serviceInstanceId,
ITransaction transaction)
|
Methods in lumis.portal.file.transformation with parameters of type FileTransformation | |
---|---|
FileTransformation |
IFileTransformationManager.addFileTransformation(SessionConfig sessionConfig,
FileTransformation fileTransformation,
ITransaction transaction)
Persist a FileTransformation for a serviceInstance. |
FileTransformation |
FileTransformationManager.addFileTransformation(SessionConfig sessionConfig,
FileTransformation fileTransformation,
ITransaction transaction)
|
void |
IFileTransformationManagerSPI.recreateFiles(SessionConfig sessionConfig,
FileTransformation fileTransformation,
ITransaction transaction)
Recreates all derived files of a given transformation. |
void |
FileTransformationManager.recreateFiles(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.removeFileTransformation(SessionConfig sessionConfig,
FileTransformation fileTransformation,
ITransaction transaction)
|
void |
IFileTransformationManagerSPI.removeFileTransformationInternal(SessionConfig sessionConfig,
FileTransformation fileTransformation,
IWebRootPortalBaseFolder webRoot,
ITransaction transaction)
Removes the specified transformation and all related files. |
void |
FileTransformationManager.removeFileTransformationInternal(SessionConfig sessionConfig,
FileTransformation fileTransformation,
IWebRootPortalBaseFolder webRoot,
ITransaction transaction)
|
void |
TransformedFileConfig.setFileTransformation(FileTransformation fileTransformation)
Sets the fileTransformationId. |
void |
SimpleTransformationParameter.setFileTransformation(FileTransformation fileTransformation)
Sets the fileTransformation. |
TransformedFileConfig |
IFileTransformer.transform(FileConfig fileConfig,
FileTransformation fileTransformation)
Converts the file using the file config as source of transformation, applying the transformations. |
TransformedFileConfig |
DefaultFileTransformer.transform(FileConfig fileConfig,
FileTransformation fileTransformation)
|
void |
IFileTransformationManagerSPI.transformFile(SessionConfig sessionConfig,
String fileId,
FileTransformation fileTransformation,
ITransaction transaction)
Transforms a given file. |
void |
FileTransformationManager.transformFile(SessionConfig sessionConfig,
String fileId,
FileTransformation fileTransformation,
ITransaction transaction)
|
void |
IFileTransformationManager.updateFileTransformation(SessionConfig sessionConfig,
FileTransformation fileTransformation,
ITransaction transaction)
Updates a given transformation. |
void |
FileTransformationManager.updateFileTransformation(SessionConfig sessionConfig,
FileTransformation fileTransformation,
ITransaction transaction)
|
Constructors in lumis.portal.file.transformation with parameters of type FileTransformation | |
---|---|
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)
Class Constructor. |
|
UpdateTransformationTask(FileTransformation fileTransformation)
|
Uses of FileTransformation in lumis.portal.serviceinstance |
---|
Methods in lumis.portal.serviceinstance that return types with arguments of type FileTransformation | |
---|---|
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 | |
---|---|
Collection<FileTransformation> |
FileTransformationSerializationConfig.getTransformations()
Gets transformations for serialization. |
Method parameters in lumis.portal.serviceinstance.serialization with type arguments of type FileTransformation | |
---|---|
void |
FileTransformationSerializationConfig.setTransformations(Collection<FileTransformation> transformations)
Sets transformations for serialization. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |