(file) Return to CIM_FromDirectoryAction.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Application

 1 marek 1.1 // Copyright (c) 2005 DMTF.  All rights reserved.
 2           // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 3           // qualifier values to CIM Schema.</change>
 4           // ==================================================================
 5           //  CIM_FromDirectoryAction 
 6           // ==================================================================
 7              [Association, Version ( "2.6.0" ), 
 8               UMLPackagePath ( "CIM::Application::CheckAction" ), 
 9               Description ( 
10                  "The FromDirectoryAction association identifies the source "
11                  "directory for a FileAction. When this association is used, the "
12                  "assumption is that the source directory was created by a "
13                  "previous Action. This association cannot co-exist with a "
14                  "FromDirectorySpecification association, since a FileAction can "
15                  "only involve a single source directory." )]
16           class CIM_FromDirectoryAction {
17           
18                 [Key, Max ( 1 ), 
19                  Description ( "The source directory of the Action." )]
20              CIM_DirectoryAction REF SourceDirectory;
21           
22 marek 1.1       [Key, Description ( "The Action against the directory." )]
23              CIM_FileAction REF FileName;
24           
25           
26           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2