Package com.sas.lsaf.clinical.common
Class ExportFileCreateInfo
java.lang.Object
com.sas.lsaf.content.common.AbstractCreateInfo
com.sas.lsaf.content.common.FileCreateInfo
com.sas.lsaf.clinical.common.ExportFileCreateInfo
- All Implemented Interfaces:
Serializable
This class represents the properties that can be set for a file when it is exported.
- Since:
- 2.2
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExportFileCreateInfo(String path, SourceLocation location) Constructor.ExportFileCreateInfo(String parentPath, String name, SourceLocation location) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionGets the location of the file: the repository or the workspace.voidsetLocation(SourceLocation location) toString()Methods inherited from class com.sas.lsaf.content.common.FileCreateInfo
comment, customVersion, description, enableVersioning, enableVersioning, getComment, getCustomVersion, getVersionType, isEnableVersioning, isOverwrite, overwrite, overwrite, setComment, setCustomVersion, setEnableVersioning, setOverwrite, setVersionType, versionTypeMethods inherited from class com.sas.lsaf.content.common.AbstractCreateInfo
getDescription, getPath, setDescription
-
Constructor Details
-
ExportFileCreateInfo
Constructor.- Parameters:
parentPath- The parent path in which to create the file.name- The name of the file to create.location- The location of the file: the repository or the workspace.
-
ExportFileCreateInfo
Constructor.- Parameters:
path- The path defining where to create the file.location- The location of the file: the repository or the workspace.
-
-
Method Details