@@ 137-151 (lines=15) @@ | ||
134 | * @param ExtensionDataInterface|null $extension |
|
135 | * @return ObjectDataInterface |
|
136 | */ |
|
137 | public function getObjectOfLatestVersion( |
|
138 | $repositoryId, |
|
139 | $objectId, |
|
140 | $versionSeriesId, |
|
141 | $major = false, |
|
142 | $filter = null, |
|
143 | $includeAllowableActions = false, |
|
144 | IncludeRelationships $includeRelationships = null, |
|
145 | $renditionFilter = Constants::RENDITION_NONE, |
|
146 | $includePolicyIds = false, |
|
147 | $includeAcl = false, |
|
148 | ExtensionDataInterface $extension = null |
|
149 | ) { |
|
150 | // TODO: Implement getObjectOfLatestVersion() method. |
|
151 | } |
|
152 | ||
153 | /** |
|
154 | * Get a subset of the properties for the latest document object in the version series. |
@@ 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. |
@@ 132-144 (lines=13) @@ | ||
129 | * @param ExtensionDataInterface|null $extension |
|
130 | * @return ObjectDataInterface |
|
131 | */ |
|
132 | public function getObjectOfLatestVersion( |
|
133 | $repositoryId, |
|
134 | $objectId, |
|
135 | $versionSeriesId, |
|
136 | $major = false, |
|
137 | $filter = null, |
|
138 | $includeAllowableActions = false, |
|
139 | IncludeRelationships $includeRelationships = null, |
|
140 | $renditionFilter = Constants::RENDITION_NONE, |
|
141 | $includePolicyIds = false, |
|
142 | $includeAcl = false, |
|
143 | ExtensionDataInterface $extension = null |
|
144 | ); |
|
145 | ||
146 | /** |
|
147 | * Get a subset of the properties for the latest document object in the version series. |