Manages Document List information that is specific to a user.
string
, pagination: PaginationModel
= {}
): Observable
<string[]>
string
- ID of the target folder nodePaginationModel
- Specifies how to paginate the resultsObservable
<string[]>
- List of node IDsany
, nodeId: string
): string
any
- Node objectstring
- ID of the node objectstring
- ID valuestring
, pagination: PaginationModel
, filters?: string[]
): Observable
<
NodePaging
>
string
- ID of the userPaginationModel
- Specifies how to paginate the resultsstring[]
- (Optional) Specifies additional filters to apply (joined with AND)Observable
<
NodePaging
>
- List of nodes for the recently used filesstring
): boolean
string
- Node to checkboolean
- True if the alias has a corresponding node ID, false otherwisestring
): boolean
string
- Folder ID name to checkboolean
- True if the ID is a well-known name, false otherwisestring
): boolean
string
- Folder ID name to checkboolean
- True if the ID is one of the supported sources, false otherwisePaginationModel
, includeFields: string[]
= []
, where?: string
): Observable
<
NodePaging
>
PaginationModel
- Specifies how to paginate the resultsstring[]
- List of data field names to include in the resultsstring
- (Optional) A string to restrict the returned objects by using a predicateObservable
<
NodePaging
>
- List of favorite filesstring
, pagination: PaginationModel
, includeFields: string[]
= []
, where?: string
): any
string
- ID of the target folder nodePaginationModel
- Specifies how to paginate the resultsstring[]
- List of data field names to include in the resultsstring
- (Optional) Filters the Node list using the where condition of the REST API (for example, isFolder=true). See the REST API documentation for more information.any
- List of items contained in the folderPaginationModel
, where?: string
): Observable
<
SiteMemberPaging
>
PaginationModel
- Specifies how to paginate the resultsstring
- (Optional) A string to restrict the returned objects by using a predicateObservable
<
SiteMemberPaging
>
- List of sitesPaginationModel
, includeFields: string[]
= []
, where?: string
): Observable
<
SharedLinkPaging
>
PaginationModel
- Specifies how to paginate the resultsstring[]
- List of data field names to include in the resultsstring
- (Optional) A string to restrict the returned objects by using a predicateObservable
<
SharedLinkPaging
>
- List of shared linksPaginationModel
, where?: string
): Observable
<
NodePaging
>
PaginationModel
- Specifies how to paginate the resultsstring
- (Optional) A string to restrict the returned objects by using a predicateObservable
<
NodePaging
>
- List of sitesPaginationModel
, includeFields: string[]
= []
): Observable
<
DeletedNodesPaging
>
PaginationModel
- Specifies how to paginate the resultsstring[]
- List of data field names to include in the resultsObservable
<
DeletedNodesPaging
>
- List of deleted itemsThe includeFields
parameter used by some of the methods lets you specify which data fields
you want in the result objects. See the
Alfresco JSAPI
for further details of the returned data and the available fields.
© 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.