public class DMDeployedFile
extends org.alfresco.deployment.impl.server.DeployedFile
| Constructor and Description |
|---|
DMDeployedFile(org.alfresco.deployment.FileType type,
String preLocation,
String path,
String guid,
boolean create,
boolean file) |
DMDeployedFile(org.alfresco.deployment.FileType type,
String preLocation,
String path,
String guid,
boolean create,
boolean file,
NodeRef destNodeRef,
String encoding,
String mimeType) |
| Modifier and Type | Method and Description |
|---|---|
NodeRef |
getDestNodeRef() |
String |
getEncoding() |
String |
getMimeType() |
void |
setDestNodeRef(NodeRef destNodeRef) |
void |
setEncoding(String encoding) |
void |
setMimeType(String mimeType) |
public DMDeployedFile(org.alfresco.deployment.FileType type,
String preLocation,
String path,
String guid,
boolean create,
boolean file,
NodeRef destNodeRef,
String encoding,
String mimeType)
public void setMimeType(String mimeType)
public String getMimeType()
public void setEncoding(String encoding)
public String getEncoding()
public void setDestNodeRef(NodeRef destNodeRef)
public NodeRef getDestNodeRef()
Copyright © 2005–2014 Alfresco Software. All rights reserved.