| @@ 53-64 (lines=12) @@ | ||
| 50 | * @param ExtensionDataInterface|null $extension |
|
| 51 | * @return ObjectListInterface |
|
| 52 | */ |
|
| 53 | public function getCheckedOutDocs( |
|
| 54 | $repositoryId, |
|
| 55 | $folderId, |
|
| 56 | $filter = null, |
|
| 57 | $orderBy = null, |
|
| 58 | $includeAllowableActions = false, |
|
| 59 | IncludeRelationships $includeRelationships = null, |
|
| 60 | $renditionFilter = Constants::RENDITION_NONE, |
|
| 61 | $maxItems = null, |
|
| 62 | $skipCount = 0, |
|
| 63 | ExtensionDataInterface $extension = null |
|
| 64 | ); |
|
| 65 | ||
| 66 | /** |
|
| 67 | * Gets the list of child objects contained in the specified folder. |
|
| @@ 91-103 (lines=13) @@ | ||
| 88 | * @param ExtensionDataInterface|null $extension |
|
| 89 | * @return ObjectInFolderListInterface |
|
| 90 | */ |
|
| 91 | public function getChildren( |
|
| 92 | $repositoryId, |
|
| 93 | $folderId, |
|
| 94 | $filter = null, |
|
| 95 | $orderBy = null, |
|
| 96 | $includeAllowableActions = false, |
|
| 97 | IncludeRelationships $includeRelationships = null, |
|
| 98 | $renditionFilter = Constants::RENDITION_NONE, |
|
| 99 | $includePathSegment = false, |
|
| 100 | $maxItems = null, |
|
| 101 | $skipCount = 0, |
|
| 102 | ExtensionDataInterface $extension = null |
|
| 103 | ); |
|
| 104 | ||
| 105 | /** |
|
| 106 | * Gets the set of descendant objects contained in the specified folder or any of its child folders. |
|
| @@ 353-363 (lines=11) @@ | ||
| 350 | * @return ObjectDataInterface|null Returns object of type ObjectDataInterface or <code>null</code> if the |
|
| 351 | * repository response was empty |
|
| 352 | */ |
|
| 353 | public function getObject( |
|
| 354 | $repositoryId, |
|
| 355 | $objectId, |
|
| 356 | $filter = null, |
|
| 357 | $includeAllowableActions = false, |
|
| 358 | IncludeRelationships $includeRelationships = null, |
|
| 359 | $renditionFilter = Constants::RENDITION_NONE, |
|
| 360 | $includePolicyIds = false, |
|
| 361 | $includeAcl = false, |
|
| 362 | ExtensionDataInterface $extension = null |
|
| 363 | ); |
|
| 364 | ||
| 365 | /** |
|
| 366 | * Gets the specified information for the object specified by path. |
|
| @@ 386-396 (lines=11) @@ | ||
| 383 | * @return ObjectDataInterface|null Returns object of type <code>ObjectDataInterface</code> or <code>null</code> |
|
| 384 | * if the repository response was empty |
|
| 385 | */ |
|
| 386 | public function getObjectByPath( |
|
| 387 | $repositoryId, |
|
| 388 | $path, |
|
| 389 | $filter = null, |
|
| 390 | $includeAllowableActions = false, |
|
| 391 | IncludeRelationships $includeRelationships = null, |
|
| 392 | $renditionFilter = Constants::RENDITION_NONE, |
|
| 393 | $includePolicyIds = false, |
|
| 394 | $includeAcl = false, |
|
| 395 | ExtensionDataInterface $extension = null |
|
| 396 | ); |
|
| 397 | ||
| 398 | /** |
|
| 399 | * Gets the list of properties for an object. |
|
| @@ 134-146 (lines=13) @@ | ||
| 131 | * @param ExtensionDataInterface|null $extension |
|
| 132 | * @return ObjectDataInterface |
|
| 133 | */ |
|
| 134 | public function getObjectOfLatestVersion( |
|
| 135 | $repositoryId, |
|
| 136 | $objectId, |
|
| 137 | $versionSeriesId, |
|
| 138 | $major = false, |
|
| 139 | $filter = null, |
|
| 140 | $includeAllowableActions = false, |
|
| 141 | IncludeRelationships $includeRelationships = null, |
|
| 142 | $renditionFilter = Constants::RENDITION_NONE, |
|
| 143 | $includePolicyIds = false, |
|
| 144 | $includeAcl = false, |
|
| 145 | ExtensionDataInterface $extension = null |
|
| 146 | ); |
|
| 147 | ||
| 148 | /** |
|
| 149 | * Get a subset of the properties for the latest document object in the version series. |
|