(file) Return to CIMOperationType.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

 1 martin 1.7 //%LICENSE////////////////////////////////////////////////////////////////
 2 martin 1.8 //
 3 martin 1.7 // Licensed to The Open Group (TOG) under one or more contributor license
 4            // agreements.  Refer to the OpenPegasusNOTICE.txt file distributed with
 5            // this work for additional information regarding copyright ownership.
 6            // Each contributor licenses this file to you under the OpenPegasus Open
 7            // Source License; you may not use this file except in compliance with the
 8            // License.
 9 martin 1.8 //
10 martin 1.7 // Permission is hereby granted, free of charge, to any person obtaining a
11            // copy of this software and associated documentation files (the "Software"),
12            // to deal in the Software without restriction, including without limitation
13            // the rights to use, copy, modify, merge, publish, distribute, sublicense,
14            // and/or sell copies of the Software, and to permit persons to whom the
15            // Software is furnished to do so, subject to the following conditions:
16 martin 1.8 //
17 martin 1.7 // The above copyright notice and this permission notice shall be included
18            // in all copies or substantial portions of the Software.
19 martin 1.8 //
20 martin 1.7 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
21 martin 1.8 // OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
22 martin 1.7 // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
23            // IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
24            // CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
25            // TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
26            // SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
27 martin 1.8 //
28 martin 1.7 //////////////////////////////////////////////////////////////////////////
29 w.white 1.1 //
30             //%/////////////////////////////////////////////////////////////////////////////
31             
32             #ifndef Pegasus_CIMOperationType_h
33             #define Pegasus_CIMOperationType_h
34             
35             #include <Pegasus/Common/Config.h>
36             #include <Pegasus/Common/Linkage.h>
37             
38             PEGASUS_NAMESPACE_BEGIN
39             
40 kumpf   1.6 /**
41                 The CIMOperationType enumeration represents the CIM operation types
42                 defined in the DMTF Specification for CIM Operations over HTTP.
43 w.white 1.1 */
44             enum CIMOperationType
45 kumpf   1.6 {
46                 CIMOPTYPE_INVOKE_METHOD = 0,
47                 CIMOPTYPE_GET_CLASS = 1,
48                 CIMOPTYPE_GET_INSTANCE = 2,
49                 CIMOPTYPE_DELETE_CLASS = 3,
50                 CIMOPTYPE_DELETE_INSTANCE = 4,
51                 CIMOPTYPE_CREATE_CLASS = 5,
52                 CIMOPTYPE_CREATE_INSTANCE = 6,
53                 CIMOPTYPE_MODIFY_CLASS = 7,
54                 CIMOPTYPE_MODIFY_INSTANCE = 8,
55                 CIMOPTYPE_ENUMERATE_CLASSES = 9,
56                 CIMOPTYPE_ENUMERATE_CLASS_NAMES = 10,
57                 CIMOPTYPE_ENUMERATE_INSTANCES = 11,
58                 CIMOPTYPE_ENUMERATE_INSTANCE_NAMES = 12,
59                 CIMOPTYPE_EXEC_QUERY = 13,
60                 CIMOPTYPE_ASSOCIATORS = 14,
61                 CIMOPTYPE_ASSOCIATOR_NAMES = 15,
62                 CIMOPTYPE_REFERENCES = 16,
63                 CIMOPTYPE_REFERENCE_NAMES = 17,
64                 CIMOPTYPE_GET_PROPERTY = 18,
65                 CIMOPTYPE_SET_PROPERTY = 19,
66 kumpf   1.6     CIMOPTYPE_GET_QUALIFIER = 20,
67                 CIMOPTYPE_SET_QUALIFIER = 21,
68                 CIMOPTYPE_DELETE_QUALIFIER = 22,
69 karl    1.9     CIMOPTYPE_ENUMERATE_QUALIFIERS = 23,
70             // EXP_PULL_BEGIN
71                 CIMOPTYPE_OPEN_ENUMERATE_INSTANCES = 24,
72                 CIMOPTYPE_OPEN_ENUMERATE_INSTANCE_PATHS = 25,
73                 CIMOPTYPE_OPEN_ASSOCIATOR_INSTANCES = 26,
74                 CIMOPTYPE_OPEN_ASSOCIATOR_INSTANCE_PATHS = 27,
75                 CIMOPTYPE_OPEN_REFERENCE_INSTANCES = 28,
76                 CIMOPTYPE_OPEN_REFERENCE_INSTANCE_PATHS = 29,
77                 CIMOPTYPE_OPEN_QUERY_INSTANCES = 30,
78                 CIMOPTYPE_PULL_INSTANCES_WITH_PATH = 31,
79                 CIMOPTYPE_PULL_INSTANCE_PATHS = 32,
80                 CIMOPTYPE_PULL_INSTANCES = 33,
81                 CIMOPTYPE_CLOSE_ENUMERATION = 34,
82                 CIMOPTYPE_ENUMERATION_COUNT = 35
83             //EXP_PULL_END
84 w.white 1.1 };
85             
86             PEGASUS_NAMESPACE_END
87             
88             #endif /* Pegasus_CIMOperationType_h */

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2