Package | Description |
---|---|
lumis.portal.file.transformation |
Provides the file transformations.
|
lumis.portal.serviceinstance | |
lumis.portal.serviceinstance.serialization |
Modifier and Type | Method and 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 |
SimpleTransformationParameter.getFileTransformation()
Returns the fileTransformation.
|
FileTransformation |
TransformedFileConfig.getFileTransformation()
Returns the fileTransformationId.
|
FileTransformation |
FileTransformationManager.getFileTransformation(String fileTransformationId,
ITransaction transaction) |
FileTransformation |
IFileTransformationManager.getFileTransformation(String fileTransformationId,
ITransaction transaction)
Return a given persisted transformation.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Collection<FileTransformation> |
ServiceInstanceManager.getFileTransformations(String serviceInstanceId)
Gets all fileTransformations using an serviceInstance´s id..
|
Modifier and Type | Method and Description |
---|---|
Collection<FileTransformation> |
FileTransformationSerializationConfig.getTransformations()
Gets transformations for serialization.
|
Modifier and Type | Method and Description |
---|---|
void |
FileTransformationSerializationConfig.setTransformations(Collection<FileTransformation> transformations)
Sets transformations for serialization.
|
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.