ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
servicerequest
servicerequesttypes.h
Go to the documentation of this file.
1
//
2
// Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.
3
// ==================================================
4
// Copyright 2009.
5
// Siemens Product Lifecycle Management Software Inc.
6
// All Rights Reserved.
7
// ==================================================
8
// Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.
9
//
10
11
//
12
//
13
// @file : servicerequesttypes.h
14
//
15
// Description: This File gives the Definitions of all the servicerequest
16
// Types used
17
//
18
19
#ifndef SERVICEREQUEST_TYPES_H
20
#define SERVICEREQUEST_TYPES_H
21
#include <servicerequest/libservicerequest_exports.h>
22
#include <
unidefs.h
>
23
24
// SERVICEREQUEST Types
25
26
#define SRP_SRP0MROSupervisor "SRP0MROSupervisor"
27
#define SRP_SRP0SupervisorAssignableCond "SRP0SupervisorAssignableCond"
28
#define SRP_SRP0IsSupervisorAssignable "SRP0IsSupervisorAssignable"
29
#define SRP_MROSUPERVISOR "MROSUPERVISOR"
30
#define SRP_CANCELED "Canceled"
31
#define SRP_OPEN "Open"
32
#define SRP_SUPERSEDED "Superseded"
33
#define SRP_CLOSED "Closed"
34
#define SRP_SRP0SERVICEREQUEST "srp0ServiceRequest"
35
#define SRP_SRP0SERVICEOFFERINGS "srp0ServiceOfferings"
36
#define SRP_SRP0REQUESTEDACTIVITY "SRP0RequestedActivity"
37
38
// SERVICEREQUEST Relation Types
39
#define SRP_SRP0PHYSICALELEMENTSREL "SRP0MROProduct"
40
#define SRP_SRP0CUSTOMERCONTACTREL "SRP0CustomerContact"
41
#define SRP_SRP0LOCATIONINCOMPANYREL "LocationInCompany"
42
#define SRP_HWSOSTRUCTUREREL "HWSOStructure"
43
#define SRP_SRP0PERFORMSSREL "SRP0Performs"
44
#define SRP_SRP0INCLUDESACTIVITYREL "SRP0IncludesActivity"
45
#define SRP_SRP0DELGATESTOREL "SRP0DelgatesTo"
46
#define SRP_SRP0ACTIVITYOFFERING "SRP0ActivityOffering"
47
48
// LOV Name
49
50
// Conditions
51
#define SRP_IsRequestedActivityCancelable "SRP0IsRequestedActivityCancelable"
52
#define SRP_IsServiceRequestCancelable "SRP0IsServiceRequestCancelable"
53
#define SRP0IsRequestedActivityInvalidForRollup "SRP0IsRequestedActivityInvalidForRollup"
54
#define SRP0IsRequestedActivityDelegateable "SRP0IsRequestedActivityDelegateable"
55
#define SRP0IsRequestedActivityQualifiable "SRP0IsRequestedActivityQualifiable"
56
57
// Attribute names
58
#define SRP_LICENSELEVELATTR "license_level"
59
#define SRP_OBJECTNAMEATTR "object_name"
60
#define SRP_ITEMIDATTR "item_id"
61
#define SRP_OBJECTTYPEATTR "object_type"
62
#define SRP_REVISIONATTR "revision"
63
#define SRP_SERVICEOFFERINGNUMBERATTR "SRP0ServiceOfferingNumber"
64
#define SRP_SERVICECODEATTR "SRP0ServiceCode"
65
#define SRP_NARRATIVEATTR "SRP0Narrative"
66
#define SRP_SRP0SERVICECATALOGATTR "srp0ServiceCatalog"
67
#define SRP_SRP0INITIATIONDATEATTR "SRP0InitiationDate"
68
#define SRP_SRP0PURPOSEATTR "SRP0Purpose"
69
#define SRP_SRP0PHYSICALELEMENTSATTR "srp0PhysicalElements"
70
#define SRP_SRP0PHYSICALELEMENTATTR "srp0PhysicalElement"
71
#define SRP_SRP0PRODUCTCATALOGATTR "srp0NeutralPart"
72
#define SRP_SRP0ACTIVITYCOSTATTR "SRP0ActivityCost"
73
#define SRP_ACTUALLABORHOURSATTR "actual_labor_hours"
74
#define SRP_SRP0NEEDEDBYDATEATTR "SRP0NeededByDate"
75
#define SRP_SRP0ACTIVITYCOSTATTR "SRP0ActivityCost"
76
#define SRP_ESTIMATEDLABORHOURSATTR "estimated_labor_hours"
77
#define SRP_ESTIMATEDLABORCOSTATTR "estimated_labor_cost"
78
#define SRP_ESTIMATEDMATERIALCOSTATTR "estimated_material_cost"
79
#define SRP_ESTIMATEDTOTALCOSTATTR "estimated_total_cost"
80
#define SRP_CMCLOSUREATTR "CMClosure"
81
#define SRP_CMMATURITYATTR "CMMaturity"
82
#define SRP_SRP0REQUESTEDACTIVITYTATTR "SRP0RequestedActivity"
83
#define SRP_SRP0CUSTOMERCONTACTATTR "srp0CustContact"
84
#define SRP_SRP0CUSTOMERLOCATIONATTR "srp0CustLocation"
85
86
87
88
// SERVICEPROCESSING Relation Types
89
90
#define SRP_SRP0PRODUCTCATALOGREL "SRP0ProductCatalog"
91
#define SRP_HWSOSTRUCTUREREL "HWSOStructure"
92
93
// Preference Names
94
95
#include <servicerequest/libservicerequest_undef.h>
96
#endif