• Main Page
  • Classes
  • Files
  • File List

/var/tmp/axbld-26152/rpm/BUILD/pegasus/src/Pegasus/Common/CIMOperationType.h

00001 //%LICENSE////////////////////////////////////////////////////////////////
00002 //
00003 // Licensed to The Open Group (TOG) under one or more contributor license
00004 // agreements.  Refer to the OpenPegasusNOTICE.txt file distributed with
00005 // this work for additional information regarding copyright ownership.
00006 // Each contributor licenses this file to you under the OpenPegasus Open
00007 // Source License; you may not use this file except in compliance with the
00008 // License.
00009 //
00010 // Permission is hereby granted, free of charge, to any person obtaining a
00011 // copy of this software and associated documentation files (the "Software"),
00012 // to deal in the Software without restriction, including without limitation
00013 // the rights to use, copy, modify, merge, publish, distribute, sublicense,
00014 // and/or sell copies of the Software, and to permit persons to whom the
00015 // Software is furnished to do so, subject to the following conditions:
00016 //
00017 // The above copyright notice and this permission notice shall be included
00018 // in all copies or substantial portions of the Software.
00019 //
00020 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
00021 // OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
00022 // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
00023 // IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
00024 // CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
00025 // TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
00026 // SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
00027 //
00029 //
00030 //%/////////////////////////////////////////////////////////////////////////////
00031 
00032 #ifndef Pegasus_CIMOperationType_h
00033 #define Pegasus_CIMOperationType_h
00034 
00035 #include <Pegasus/Common/Config.h>
00036 #include <Pegasus/Common/Linkage.h>
00037 
00038 PEGASUS_NAMESPACE_BEGIN
00039 
00044 enum CIMOperationType
00045 {
00046     CIMOPTYPE_INVOKE_METHOD = 0,
00047     CIMOPTYPE_GET_CLASS = 1,
00048     CIMOPTYPE_GET_INSTANCE = 2,
00049     CIMOPTYPE_DELETE_CLASS = 3,
00050     CIMOPTYPE_DELETE_INSTANCE = 4,
00051     CIMOPTYPE_CREATE_CLASS = 5,
00052     CIMOPTYPE_CREATE_INSTANCE = 6,
00053     CIMOPTYPE_MODIFY_CLASS = 7,
00054     CIMOPTYPE_MODIFY_INSTANCE = 8,
00055     CIMOPTYPE_ENUMERATE_CLASSES = 9,
00056     CIMOPTYPE_ENUMERATE_CLASS_NAMES = 10,
00057     CIMOPTYPE_ENUMERATE_INSTANCES = 11,
00058     CIMOPTYPE_ENUMERATE_INSTANCE_NAMES = 12,
00059     CIMOPTYPE_EXEC_QUERY = 13,
00060     CIMOPTYPE_ASSOCIATORS = 14,
00061     CIMOPTYPE_ASSOCIATOR_NAMES = 15,
00062     CIMOPTYPE_REFERENCES = 16,
00063     CIMOPTYPE_REFERENCE_NAMES = 17,
00064     CIMOPTYPE_GET_PROPERTY = 18,
00065     CIMOPTYPE_SET_PROPERTY = 19,
00066     CIMOPTYPE_GET_QUALIFIER = 20,
00067     CIMOPTYPE_SET_QUALIFIER = 21,
00068     CIMOPTYPE_DELETE_QUALIFIER = 22,
00069     CIMOPTYPE_ENUMERATE_QUALIFIERS = 23
00070 };
00071 
00072 PEGASUS_NAMESPACE_END
00073 
00074 #endif /* Pegasus_CIMOperationType_h */