mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-10-01 14:41:17 +00:00
MNT-24883 office pdf render header-fix
This commit is contained in:
@@ -48,6 +48,7 @@ public class TransformRequest implements Serializable
|
||||
private int schema;
|
||||
private Map<String, String> transformRequestOptions = new HashMap<>();
|
||||
private InternalContext internalContext;
|
||||
private String sourceFileName;
|
||||
|
||||
// regions [Accessors]
|
||||
public String getRequestId()
|
||||
@@ -160,6 +161,14 @@ public class TransformRequest implements Serializable
|
||||
this.internalContext = internalContext;
|
||||
}
|
||||
|
||||
public String getSourceFileName() {
|
||||
return sourceFileName;
|
||||
}
|
||||
|
||||
public void setSourceFileName(String sourceFileName) {
|
||||
this.sourceFileName = sourceFileName;
|
||||
}
|
||||
|
||||
//endregion
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user