Wiki-Quellcode von Nachrichten

Version 42.1 von Steffi F am 2025/06/06 07:09

Zeige letzte Bearbeiter
1 {{aagon.floatingbox/}}
2
3 = APIMacro =
4
5 {{apimacro title="APIMacro"}}
6 {{code language="java" layout="LINENUMBERS"}}
7 Code
8 Code
9 Code
10 {{/code}}
11 {{/apimacro}}
12
13 = APIMacro 2 =
14
15 {{apimacro title="APIMacro"}}
16 {{code language="java" layout="LINENUMBERS"}}
17 Code
18 Code
19 Code
20 {{/code}}
21 {{/apimacro}}
22
23 Use Case Container Adapter
24
25 {{apimacro title="SaveContainers"}}
26 {{{<ICQL>
27 <ACMP>
28 <SaveContainers version="1">
29 <TSaveContainersRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
30 <Containers>
31 <TAcmpContainer_V1 xsi:type="TAcmpContainer_V1">
32 <Id>Id</Id>
33 <Name>Name</Name>
34 <Path>Path</Path>
35 <ParentId>ParentId</ParentId>
36 </TAcmpContainer_V1>
37 <TAcmpContainer_V1 xsi:type="TAcmpContainer_V1">
38 <Id>Id</Id>
39 <Name>Name</Name>
40 <Path>Path</Path>
41 <ParentId>ParentId</ParentId>
42 </TAcmpContainer_V1>
43 </Containers>
44 </TSaveContainersRequest_V1>
45 </SaveContainers>
46 </ACMP>
47 </ICQL>}}}
48 {{/apimacro}}
49
50 {{apimacro title="DeleteContainer Request"}}
51 <ICQL>
52 <ACMP>
53 <DeleteContainers version="1">
54 <TDeleteContainersRequest_V1 xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance">
55 <ContainerIds>
56 <string>Value 1</string>
57 <string>Value 2</string>
58 </ContainerIds>
59 </TDeleteContainersRequest_V1>
60 </DeleteContainers>
61 </ACMP>
62 </ICQL>
63 {{/apimacro}}
64
65 {{apimacro title="DeleteContainer Response"}}
66 <ICQL xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance" xmlns="http:~/~/acmp.com/DeleteContainersResponse_V1">
67 <ACMP>
68 <DeleteContainers ActionType="Response" version="1">
69 <TDeleteContainersResponse_V1 xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance">
70 <ResultCode>0</ResultCode>
71 <ResultMessage>ResultMessage</ResultMessage>
72 </TDeleteContainersResponse_V1>
73 </DeleteContainers>
74 </ACMP>
75 </ICQL>
76 {{/apimacro}}
77
78 {{apimacro title="Remove Computer from Container"}}
79 <ICQL>
80 <ACMP>
81 <DeleteActiveDirectoryComputersInContainers version="1">
82 <TDeleteActiveDirectoryComputersInContainersRequest_V1 xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance">
83 <ContainerPath>/dotnet.local/OU_A</ContainerPath>
84 <Items>
85 <TAcmpContainerItem_V1 xsi:type="TAcmpContainerItem_V1">
86 <ADObjectId>{643F4E58-AD28-4B3B-87CD-44F5A1188BCA}</ADObjectId>
87 <ComputerName>Computer1</ComputerName>
88 <DomainFQDN>dotnet.local</DomainFQDN>
89 </TAcmpContainerItem_V1>
90 </Items>
91 </TDeleteActiveDirectoryComputersInContainersRequest_V1>
92 </DeleteActiveDirectoryComputersInContainers>
93 </ACMP>
94 </ICQL>
95 {{/apimacro}}
96
97 (% class="showhide-header" data-show-duration="$effectduration" data-show-effect="$effect" %)
98 (((
99 (% class="showhide-header-flex" %)
100 (((
101 (% class="showhide-title" %)
102 (((
103 UpdateActiveDirectoryComputerInContainers
104 )))
105
106 (% class="showhide-arrow" %)
107 (((
108
109 )))
110 )))
111 )))
112
113 (% class="showhidecontent" style="display: none;" %)
114 (((
115 <ICQL>
116 <ACMP>
117 <UpdateActiveDirectoryComputerInContainers version="1">
118 <TUpdateActiveDirectoryComputerInContainersRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
119 <Items>
120 <TAcmpContainerItem_V1 xsi:type="TAcmpContainerItem_V1">
121 <ContainerId>ContainerId</ContainerId>
122 <ADObjectId>ADObjectId</ADObjectId>
123 <ComputerName>ComputerName</ComputerName>
124 <DomainFQDN>DomainFQDN</DomainFQDN>
125 </TAcmpContainerItem_V1>
126 <TAcmpContainerItem_V1 xsi:type="TAcmpContainerItem_V1">
127 <ContainerId>ContainerId</ContainerId>
128 <ADObjectId>ADObjectId</ADObjectId>
129 <ComputerName>ComputerName</ComputerName>
130 <DomainFQDN>DomainFQDN</DomainFQDN>
131 </TAcmpContainerItem_V1>
132 </Items>
133 </TUpdateActiveDirectoryComputerInContainersRequest_V1>
134 </UpdateActiveDirectoryComputerInContainers>
135 </ACMP>
136 </ICQL>
137 )))
138
139 Use Case Contacts Adapter
140
141 {{apimacro title="DeleteContactsByAdObjectIds Response"}}
142 <ICQL xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance" xmlns="http:~/~/acmp.com/DeleteContactsByAdObjectIdsResponse_V1">
143 <ACMP>
144 <DeleteContactsByAdObjectIds ActionType="Response" version="1">
145 <TDeleteContactsByAdObjectIdsResponse_V1 xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance">
146 <ResultCode>0</ResultCode>
147 <ResultMessage>ResultMessage</ResultMessage>
148 </TDeleteContactsByAdObjectIdsResponse_V1>
149 </DeleteContactsByAdObjectIds>
150 </ACMP>
151 </ICQL>
152 {{/apimacro}}
153
154 {{apimacro title="DeleteContact (by RequesterID)"}}
155 <ICQL>
156 <ACMP>
157 <SaveContacts>
158 <TSaveContactsRequest>
159 <Contacts xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance">
160 <TContact xsi:type="TContact">
161 <Action>eaDelete</Action>
162 <RequesterId>{D7F8B505-9FEF-4F62-98C8-129643783EFC}</RequesterId>
163 </TContact>
164 </Contacts>
165 </TSaveContactsRequest>
166 </SaveContacts>
167 </ACMP>
168 </ICQL>
169 {{/apimacro}}
170
171 {{apimacro title="DisableContactsByAdObjectIds Request"}}
172 <ICQL>
173 <ACMP>
174 <DisableContactsByAdObjectIds version="1">
175 <TDisableContactsByAdObjectIdsRequest_V1 xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance">
176 <ADObjectIds>
177 <string>Value 1</string>
178 <string>Value 2</string>
179 </ADObjectIds>
180 </TDisableContactsByAdObjectIdsRequest_V1>
181 </DisableContactsByAdObjectIds>
182 </ACMP>
183 </ICQL>
184 {{/apimacro}}
185
186 {{apimacro title="DisableContactsByAdObjectIds Response"}}
187 <ICQL xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance" xmlns="http:~/~/acmp.com/DisableContactsByAdObjectIdsResponse_V1">
188 <ACMP>
189 <DisableContactsByAdObjectIds ActionType="Response" version="1">
190 <TDisableContactsByAdObjectIdsResponse_V1 xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance">
191 <ResultCode>0</ResultCode>
192 <ResultMessage>ResultMessage</ResultMessage>
193 </TDisableContactsByAdObjectIdsResponse_V1>
194 </DisableContactsByAdObjectIds>
195 </ACMP>
196 </ICQL>
197 {{/apimacro}}
198
199 fhd
© Aagon GmbH 2025
Besuchen Sie unsere Aagon-Community