|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sas.drugdev.remote.sas.ProcessParameter
com.sas.drugdev.remote.sas.ProcessPathParameter
com.sas.drugdev.remote.sas.ProcessFolderParameter
public class ProcessFolderParameter
Class used to represent a Folder parameter in an SDD process
Field Summary |
---|
Constructor Summary | |
---|---|
ProcessFolderParameter()
Constructs a ProcessFolderParameter of FOLDER type |
|
ProcessFolderParameter(java.lang.String name,
java.lang.String label,
java.lang.String path,
boolean allFiles,
java.util.Set fileSet,
boolean read,
boolean write,
boolean isRelative)
Constructs a ProcessFolderParameter from the given data. |
Method Summary | |
---|---|
java.util.Set |
getFiles()
Gets the set of files contained in the folder |
void |
setFiles(java.util.Set fileSet)
Sets the files in a folder |
void |
setUseAllFiles(boolean allFiles)
Flags to use all files in the folder |
boolean |
useAllFiles()
Checks whether to use all files in the folder, or only those specified in the getFiles |
Methods inherited from class com.sas.drugdev.remote.sas.ProcessPathParameter |
---|
getPath, isRead, isRelative, isWrite, setIsRelative, setPath, setRead, setWrite |
Methods inherited from class com.sas.drugdev.remote.sas.ProcessParameter |
---|
getAttributes, getLabel, getName, getType, isEnabled, isRequired, setAttributes, setEnabled, setLabel, setName, setRequired, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ProcessFolderParameter()
public ProcessFolderParameter(java.lang.String name, java.lang.String label, java.lang.String path, boolean allFiles, java.util.Set fileSet, boolean read, boolean write, boolean isRelative)
ProcessIgnoredParameter
is called after it is published,
the fileSet will be null.
ProcessIgnoredParameter
is called
on the published process, path will be returned as null.
name
- of the parameterlabel
- of the parameter. If null is passed, the label will be set to the parameter type.path
- of the folderallFiles
- true if all objects in the folder are files, false otherwisefileSet
- set of files to be referenced when using this folder parameterread
- true if readable, false otherwisewrite
- true if writable, false otherwiseisRelative
- true if the path is relative, false if absoluteMethod Detail |
---|
public boolean useAllFiles()
public void setUseAllFiles(boolean allFiles)
allFiles
- true use all files in the folder, false otherwisepublic java.util.Set getFiles()
public void setFiles(java.util.Set fileSet)
fileSet
- Set of files to set to
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |