1 | # Data Variable Mapping |
---|
2 | # DVN provides a mapping from an external variable name (logical) |
---|
3 | # to an internal variable name in the Session Memory $ |
---|
4 | # Each mapping consists of three parts separated by | |
---|
5 | # The three parts are: external variable name, action-list, and internal variable name |
---|
6 | # The action-list can be empty. If not, then the mapping is used when |
---|
7 | # action that invokes this mapping is in the list. |
---|
8 | # The mappings are searched top-down in a file. |
---|
9 | # |
---|
10 | status||rei->status |
---|
11 | objPath||rei->doi->objPath |
---|
12 | objPath||rei->doinp->objPath |
---|
13 | dataType||rei->doi->dataType |
---|
14 | dataSize||rei->doi->dataSize |
---|
15 | dataSize||rei->doinp->dataSize |
---|
16 | chksum||rei->doi->chksum |
---|
17 | version||rei->doi->version |
---|
18 | filePath||rei->doi->filePath |
---|
19 | replNum||rei->doi->replNum |
---|
20 | replStatus||rei->doi->replStatus |
---|
21 | writeFlag||rei->doi->writeFlag |
---|
22 | dataOwner||rei->doi->dataOwnerName |
---|
23 | dataOwnerZone||rei->doi->dataOwnerZone |
---|
24 | dataExpiry||rei->doi-dataExpiry |
---|
25 | dataComments||rei->doi->dataComments |
---|
26 | dataCreate||rei->doi-dataCreate |
---|
27 | dataModify||rei->doi-dataModify |
---|
28 | dataAccess||rei->doi->dataAccess |
---|
29 | dataAccessInx||rei->doi->dataAccessInx |
---|
30 | dataId||rei->doi->dataId |
---|
31 | collId||rei->doi->collId |
---|
32 | statusString||rei->doi->statusString |
---|
33 | # dataMapId||rei->doi->dataMapId |
---|
34 | destRescName||rei->doi->destRescName |
---|
35 | backupRescName||rei->doi->backupRescName |
---|
36 | rescName||rei->doi->rescName |
---|
37 | rescName||rei->rgi->rescInfo->rescName |
---|
38 | rescGroupName||rei->doi->rescGroupName |
---|
39 | rescGroupName||rei->rgi->rescGroupName |
---|
40 | zoneName||rei->doi->rescInfo->zoneName |
---|
41 | zoneName||rei->rgi->rescInfo->zoneName |
---|
42 | rescLoc||rei->doi->rescInfo->rescLoc |
---|
43 | rescLoc||rei->rgi->rescInfo->rescLoc |
---|
44 | rescType||rei->doi->rescInfo->rescType |
---|
45 | rescType||rei->rgi->rescInfo->rescType |
---|
46 | rescTypeInx||rei->doi->rescInfo->rescTypeInx |
---|
47 | rescTypeInx||rei->rgi->rescInfo->rescTypeInx |
---|
48 | rescClass||rei->doi->rescInfo->rescClass |
---|
49 | rescClass||rei->rgi->rescInfo->rescClass |
---|
50 | rescClassInx||rei->doi->rescInfo->rescClassInx |
---|
51 | rescClassInx||rei->rgi->rescInfo->rescClassInx |
---|
52 | rescVaultPath||rei->doi->rescInfo->rescVaultPath |
---|
53 | rescVaultPath||rei->rgi->rescInfo->rescVaultPath |
---|
54 | rescMaxObjSize||rei->rgi->rescInfo->rescMaxObjSize |
---|
55 | freeSpace||rei->doi->rescInfo->freeSpace |
---|
56 | freeSpace||rei->rgi->rescInfo->freeSpace |
---|
57 | freeSpaceTime||rei->doi->rescInfo->freeSpaceTime |
---|
58 | freeSpaceTime||rei->rgi->rescInfo->freeSpaceTime |
---|
59 | freeSpaceTimeStamp||rei->doi->rescInfo->freeSpaceTimeStamp |
---|
60 | freeSpaceTimeStamp||rei->rgi->rescInfo->freeSpaceTimeStamp |
---|
61 | rescInfo||rei->doi->rescInfo->rescInfo |
---|
62 | rescInfo||rei->rgi->rescInfo->rescInfo |
---|
63 | rescStatus||rei->doi->rescInfo->rescStatus |
---|
64 | # paraOpr||rei->doi->rescInfo->paraOpr |
---|
65 | rescId||rei->doi->rescInfo->rescId |
---|
66 | # gateWayAddr||rei->doi->rescInfo->gateWayAddr |
---|
67 | rescMaxObjSize||rei->doi->rescInfo->rescMaxObjSize |
---|
68 | rescComments||rei->doi->rescInfo->rescComments |
---|
69 | rescCreate||rei->doi->rescInfo-rescCreate |
---|
70 | rescModify||rei->doi->rescInfo-rescModify |
---|
71 | # user info coming directly |
---|
72 | userClient||rei->uoic |
---|
73 | userClient||rei->rsComm->clientUser |
---|
74 | userNameClient||rei->uoic->userName |
---|
75 | userNameClient||rei->rsComm->clientUser->userName |
---|
76 | rodsZoneClient||rei->uoic->rodsZone |
---|
77 | rodsZoneClient||rei->rsComm->clientUser->rodsZone |
---|
78 | # userTypeClient||rei->uoic->userType |
---|
79 | # userTypeClient||rei->rsComm->clientUser->userType |
---|
80 | sysUidClient||rei->uoic->sysUid |
---|
81 | sysUidClient||rei->rsComm->clientUser->sysUid |
---|
82 | privClient||rei->uoic->authInfo->authFlag |
---|
83 | privClient||rei->rsComm->clientUser->authInfo->authFlag |
---|
84 | # hostClient||rei->uoic->authInfo->host |
---|
85 | # hostClient||rei->rsComm->clientUser->authInfo->host |
---|
86 | clientAddr||rei->rsComm->clientAddr |
---|
87 | authStrClient||rei->uoic->authInfo->authStr |
---|
88 | authStrClient||rei->rsComm->clientUser->authInfo->authStr |
---|
89 | userAuthSchemeClient||rei->uoic->authInfo->authScheme |
---|
90 | userAuthSchemeClient||rei->rsComm->clientUser->authInfo->authScheme |
---|
91 | userInfoClient||rei->uoic->userOtherInfo->userInfo |
---|
92 | userInfoClient||rei->rsComm->clientUser->userOtherInfo->userInfo |
---|
93 | userCommentClient||rei->uoic->userOtherInfo->userComments |
---|
94 | userCommentClient||rei->rsComm->clientUser->userOtherInfo->userComments |
---|
95 | userCreateClient||rei->uoic->userOtherInfo->userCreate |
---|
96 | userCreateClient||rei->rsComm->clientUser->userOtherInfo->userCreate |
---|
97 | userModifyClient||rei->uoic->userOtherInfo->userModify |
---|
98 | userModifyClient||rei->rsComm->clientUser->userOtherInfo->userModify |
---|
99 | userProxy||rei->uoip |
---|
100 | userProxy||rei->rsComm->proxyUser |
---|
101 | userNameProxy||rei->uoip->userName |
---|
102 | userNameProxy||rei->rsComm->proxyUser->userName |
---|
103 | rodsZoneProxy||rei->uoip->rodsZone |
---|
104 | rodsZoneProxy||rei->rsComm->proxyUser->rodsZone |
---|
105 | # userTypeProxy||rei->uoip->userType |
---|
106 | # userTypeProxy||rei->rsComm->proxyUser->userType |
---|
107 | # sysUidProxy||rei->uoip->sysUid |
---|
108 | # sysUidProxy||rei->rsComm->proxyUser->sysUid |
---|
109 | privProxy||rei->uoip->authInfo->authFlag |
---|
110 | privProxy||rei->rsComm->proxyUser->authInfo->authFlag |
---|
111 | # hostProxy||rei->uoip->authInfo->host |
---|
112 | # hostProxy||rei->rsComm->proxyUser->authInfo->host |
---|
113 | authStrProxy||rei->uoip->authInfo->authStr |
---|
114 | authStrProxy||rei->rsComm->proxyUser->authInfo->authStr |
---|
115 | userAuthSchemeProxy||rei->uoip->authInfo->authScheme |
---|
116 | userAuthSchemeProxy||rei->rsComm->proxyUser->authInfo->authScheme |
---|
117 | userInfoProxy||rei->uoip->userOtherInfo->userInfo |
---|
118 | userInfoProxy||rei->rsComm->proxyUser->userOtherInfo->userInfo |
---|
119 | userCommentProxy||rei->uoip->userOtherInfo->userComments |
---|
120 | userCommentProxy||rei->rsComm->proxyUser->userOtherInfo->userComments |
---|
121 | userCreateProxy||rei->uoip->userOtherInfo->userCreate |
---|
122 | userCreateProxy||rei->rsComm->proxyUser->userOtherInfo->userCreate |
---|
123 | userModifyProxy||rei->uoip->userOtherInfo->userModify |
---|
124 | userModifyProxy||rei->rsComm->proxyUser->userOtherInfo->userModify |
---|
125 | # collection info |
---|
126 | collName||rei->coi->collName |
---|
127 | collParentName||rei->coi->collParentName |
---|
128 | collOwnername||rei->coi->collOwnerName |
---|
129 | collExpiry||rei->coi-collExpiry |
---|
130 | collComments||rei->coi->collComments |
---|
131 | collCreate||rei->coi-collCreate |
---|
132 | collModify||rei->coi-collModify |
---|
133 | collAccess||rei->coi->collAccess |
---|
134 | collAccessInx||rei->coi->collAccessInx |
---|
135 | # collMapId||rei->coi->collMapId |
---|
136 | collInheritance||rei->coi->collInheritance |
---|
137 | otherUser||rei->uoio |
---|
138 | otherUserName||rei->uoio->userName |
---|
139 | otherUserZone||rei->uoio->rodsZone |
---|
140 | otherUserType||rei->uoio->userType |
---|
141 | # otherSysUidClient||rei->uoio->sysUid |
---|
142 | connectCnt||rei->rsComm->connectCnt |
---|
143 | connectSock||rei->rsComm->sock |
---|
144 | connectOption||rei->rsComm->option |
---|
145 | connectStatus||rei->rsComm->status |
---|
146 | connectApiTnx||rei->rsComm->apiInx |
---|
147 | KVPairs||rei->condInputData |
---|
148 | # connectWindowSize||rei->rsComm->windowSize |
---|
149 | # connectReconnFlag||rei->rsComm->reconnFlag |
---|
150 | # connectReconnSock||rei->rsComm->reconnSock |
---|
151 | # connectReconnPort||rei->rsComm->reconnPort |
---|
152 | # connectReconnAddr||rei->rsComm->reconnAddr |
---|
153 | # ConnectCookie||rei->rsComm->cookie |
---|
154 | oprType||rei->doinp->oprType |
---|
155 | |
---|
156 | |
---|