com.hlcl.rql.as
Class FileFolder
java.lang.Object
com.hlcl.rql.as.Folder
com.hlcl.rql.as.FileFolder
- All Implemented Interfaces:
- CmsClientContainer, ProjectContainer
public class FileFolder
- extends Folder
Diese Klasse beschreibt einen normalen RedDot Dateiordner (catalog typ=0).
- Author:
- LEJAFR
Constructor Summary |
FileFolder(Project project,
java.lang.String name,
java.lang.String folderGuid,
java.lang.String hideInTextEditor,
java.lang.String saveType,
java.lang.String path)
FileFolder constructor comment. |
Method Summary |
boolean |
isFileFolder()
Liefert true, weil dieser folder ein einfacher FileFolder ist. |
Methods inherited from class com.hlcl.rql.as.Folder |
callCms, callCmsWithoutParsing, equals, exists, existsInSubFolder, getCmsClient, getFileSystemPath, getFolderGuid, getLogonGuid, getName, getProject, getProjectGuid, getSessionKey, hasNoSubFolders, hasSubFolders, isAssetManagerFolder, isAssetManagerSubFolder, isAvailableInTextEditor, isStoredInExternalSystem, isStoredInFileSystem, isStoredInOtherProject, isStoredInternal, replaceFileSystemPath, searchFiles, searchFiles, searchFiles, searchFiles, searchFiles |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileFolder
public FileFolder(Project project,
java.lang.String name,
java.lang.String folderGuid,
java.lang.String hideInTextEditor,
java.lang.String saveType,
java.lang.String path)
- FileFolder constructor comment.
- Parameters:
project
- com.hlcl.rql.as.Projectname
- java.lang.StringfolderGuid
- java.lang.StringhideInTextEditor
- 0 or 1 if folder hidden in text editorsaveType
- number between 0 and 3 where the folder content is storedpath
- path in file system, if saveType=2
isFileFolder
public boolean isFileFolder()
- Liefert true, weil dieser folder ein einfacher FileFolder ist.
- Overrides:
isFileFolder
in class Folder