class FileGroup

ManagedElement
+-SystemFunctions
+-FileM
+-LogicalFs
+-FileGroup
+-FileGroup [0..]
+-FileInformation [0..]
..
+-FileGroup
+-FileGroup
+-FileGroup [0..]
+-FileInformation [0..]

A set of files that are logically related and possible to manage by a common policy.
To allow a tree-structured hierarchical representation of groups of files, the FileGroup class has an association to itself. Over the northbound interface of the managed element, the instances of classes LogicalFs and FileGroup represent a file system.

References from:
FileGroupPolicy;
References to:
ManagedObject;
Actions
boolean
removeFile ( string file );
Removes a named file from this file group.
The file name can contain a regular expression and thus a set of files in the file group that match the expression can be removed. The regular expression is interpreted according to POSIX pattern definition used for file name expansion. Action removeFile() returns True when the files are removed, otherwise False.

Parameters

Name: file
Description: This parameter specifies the file in the FileGroup to be removed.
The file string is interpreted as a regular expression and all files that match the expression are removed.


Attributes
string
key
mandatory
noNotification
restricted
fileGroupId
Value component of the RDN.
FileInfo[0..]
readOnly
files
Container with information about the files under this file group.
boolean
noNotification
readOnly
internalHousekeeping
If true, the files in this file group are maintained by the system.
User-defined housekeeping policies associated with this file group are excluded.
ManagedObject[0..1]
noNotification
readOnly
reservedByPolicy
Indicates the DN of the FileGroupPolicy MO and sets the file group housekeeping policy.