@@ 169-173 (lines=5) @@ | ||
166 | AclInterface $removeAces = null, |
|
167 | ExtensionDataInterface $extension = null |
|
168 | ) { |
|
169 | if ($folderId === null) { |
|
170 | $url = $this->getRepositoryUrl($repositoryId); |
|
171 | } else { |
|
172 | $url = $this->getObjectUrl($repositoryId, $folderId); |
|
173 | } |
|
174 | ||
175 | $queryArray = $this->createQueryArray( |
|
176 | Constants::CMISACTION_CREATE_DOCUMENT, |
|
@@ 236-240 (lines=5) @@ | ||
233 | AclInterface $removeAces = null, |
|
234 | ExtensionDataInterface $extension = null |
|
235 | ) { |
|
236 | if ($folderId === null) { |
|
237 | $url = $this->getRepositoryUrl($repositoryId); |
|
238 | } else { |
|
239 | $url = $this->getObjectUrl($repositoryId, $folderId); |
|
240 | } |
|
241 | ||
242 | $queryArray = $this->createQueryArray( |
|
243 | Constants::CMISACTION_CREATE_DOCUMENT_FROM_SOURCE, |
|
@@ 328-332 (lines=5) @@ | ||
325 | AclInterface $removeAces = null, |
|
326 | ExtensionDataInterface $extension = null |
|
327 | ) { |
|
328 | if ($folderId === null) { |
|
329 | $url = $this->getRepositoryUrl($repositoryId); |
|
330 | } else { |
|
331 | $url = $this->getObjectUrl($repositoryId, $folderId); |
|
332 | } |
|
333 | ||
334 | $queryArray = $this->createQueryArray( |
|
335 | Constants::CMISACTION_CREATE_ITEM, |