Manages categories in Content Services.
string
, payload: CategoryBody[]
): Observable
<CategoryPaging|CategoryEntry>
string
- The identifier of a parent category.CategoryBody[]
- List of categories to be created.Observable
<CategoryPaging|CategoryEntry>
- Observable
<CategoryPaging | CategoryEntry>string
): Observable
<void>
string
- The identifier of a category.Observable
<void>
- Observable
<void>string
, skipCount?: number
, maxItems?: number
): Observable
<CategoryPaging>
string
- The identifier of a parent category.number
- (Optional) Number of top categories to skip.number
- (Optional) Maximum number of subcategories returned from Observable.Observable
<CategoryPaging>
- Observable
<CategoryPaging>string
, skipCount: number
= 0
, maxItems?: number
): Observable
<
ResultSetPaging
>
string
- Value for name which should be used during searching categories.number
- Specify how many first results should be skipped. Default 0.number
- (Optional) Specify max number of returned categories. Default is specified by UserPreferencesService.Observable
<
ResultSetPaging
>
- Observable
<ResultSetPaging> Found categories which name contains searched name.string
, payload: CategoryBody
): Observable
<CategoryEntry>
string
- The identifier of a category.CategoryBody
- Updated category bodyObservable
<CategoryEntry>
- Observable
<CategoryEntry>See the Categories API in the Alfresco JS API for more information about the types returned by Category service methods and for the implementation of the REST API the service is based on.
© 2023 Alfresco Software, Inc. All Rights Reserved.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.