com.hlcl.rql.as
Class FileFolder

java.lang.Object
  extended by com.hlcl.rql.as.Folder
      extended by 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
 

Constructor Detail

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.Project
name - java.lang.String
folderGuid - java.lang.String
hideInTextEditor - 0 or 1 if folder hidden in text editor
saveType - number between 0 and 3 where the folder content is stored
path - path in file system, if saveType=2
Method Detail

isFileFolder

public boolean isFileFolder()
Liefert true, weil dieser folder ein einfacher FileFolder ist.

Overrides:
isFileFolder in class Folder