mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
remove broken links to ACA code (#1671)
This commit is contained in:
parent
4e594cf46f
commit
e3cbddb465
@ -25,7 +25,7 @@ The format is represented by a JSON file with the structure similar to the follo
|
||||
|
||||
## Schema
|
||||
|
||||
You can find the JSON schema at the project root folder: [extension.schema.json](../../extension.schema.json).
|
||||
You can find the JSON schema at the project root folder: `extension.schema.json`.
|
||||
|
||||
**Tip:** The Schema allows you to validate extension files, provides code completion and documentation hints.
|
||||
|
||||
|
@ -20,73 +20,71 @@ The application has seven different Document List views which share commonalitie
|
||||
Personal Files retrieves all content from the logged in user's home area (`/User Homes/<username>/`) in the repository;
|
||||
if the user is ‘admin’ who does not have a home folder then the repository root folder is shown.
|
||||
|
||||
Personal Files is the [Files](../../src/app/components/files) component,
|
||||
Personal Files is the `Files` component,
|
||||
using the [Nodes API](https://api-explorer.alfresco.com/api-explorer/#/nodes).
|
||||
|
||||
## File Libraries
|
||||
|
||||
File Libraries retrieves all the sites that the user is a member of including what type of site it is: public, moderated or private.
|
||||
File Libraries is the [Libraries](../../src/app/components/libraries) component,
|
||||
File Libraries is the `Libraries` component,
|
||||
using the [Sites API](https://api-explorer.alfresco.com/api-explorer/#/sites).
|
||||
|
||||
When a user opens one of their sites then the content for the site's document library is shown.
|
||||
To display the files and folders from a site (`/Sites/<siteid>/Document Library/`) the [Files](../../src/app/components/files) component,
|
||||
To display the files and folders from a site (`/Sites/<siteid>/Document Library/`) the `Files` component,
|
||||
using the [Nodes API](https://api-explorer.alfresco.com/api-explorer/#/nodes) is used.
|
||||
|
||||
## Shared Files
|
||||
|
||||
The Shared Files view aggregates all files that have been shared using the QuickShare feature in the content repository.
|
||||
The [Shared Files](../../src/app/components/shared-files) component uses the [shared-links API](https://api-explorer.alfresco.com/api-explorer/#/shared-links)
|
||||
The `Shared Files` component uses the [shared-links API](https://api-explorer.alfresco.com/api-explorer/#/shared-links)
|
||||
and includes extra columns to display where the file is located
|
||||
in the content repository and who created the shared link.
|
||||
|
||||
## Recent Files
|
||||
|
||||
The Recent Files view shows all the files that have been created or modified within the last 30 days by the current user.
|
||||
The [Recent Files](../../src/app/components/recent-files)
|
||||
The `Recent Files`
|
||||
component uses the Search API to query SOLR for changes made by the user and includes an extra column to display where the file is located
|
||||
in the content repository.
|
||||
|
||||
## Favorites
|
||||
|
||||
The Favorites view shows all files and folders from the content repository that have been marked as a favorite by the current user.
|
||||
The [Favorites](../../src/app/components/favorites) component uses the
|
||||
The `Favorites` component uses the
|
||||
[favorites](https://api-explorer.alfresco.com/api-explorer/#/favorites) API to retrieve all the favorite nodes for the user
|
||||
and includes an extra column to display where the file is located
|
||||
in the content repository.
|
||||
and includes an extra column to display where the file is located in the content repository.
|
||||
|
||||
## Trash
|
||||
|
||||
The Trash view shows all the items that a user has deleted, admin will see items deleted by all users.
|
||||
The actions available in this view are Restore and Permanently Delete.
|
||||
The [Trashcan](../../src/app/components/trashcan) component uses the
|
||||
The `Trashcan`` component uses the
|
||||
[trashcan](https://api-explorer.alfresco.com/api-explorer/#/trashcan) API to retrieve the deleted items
|
||||
and perform the actions requested by the user and includes an extra column to display where the item was located
|
||||
in the content repository before it was deleted.
|
||||
and perform the actions requested by the user and includes an extra column to display where the item was located in the content repository before it was deleted.
|
||||
|
||||
## Search Results
|
||||
|
||||
The Search Results view shows the found items for a search query. It has a custom layout template and users can easily browse the results and perform actions on items.
|
||||
For more information on the [Search Component](../../src/app/components/search), please also check this [Search Results](/features/search-results) section.
|
||||
For more information on the `Search Component`, please also check this [Search Results](/features/search-results) section.
|
||||
|
||||
Another custom template layout shows the results when searching for libaries so that users can find, join and favorite libraries that they aren't already members of.
|
||||
Another custom template layout shows the results when searching for libraries so that users can find, join and favorite libraries that they aren't already members of.
|
||||
|
||||
## Actions and the Actions Toolbar
|
||||
|
||||
All the views incorporate the [toolbar](https://www.alfresco.com/abn/adf/docs/core/components/toolbar.component/)
|
||||
component from the Alfresco Application Development Framework.
|
||||
component from the Alfresco Application Development Framework.
|
||||
|
||||
Actions are displayed in the toolbar when item(s) are selected, or a right click is performed; apart from the Trash view they all display the following actions when the current user has the necessary permissions,
|
||||
actions are automatically hidden when the user does not have permission.
|
||||
|
||||
| Action | File | Folder |
|
||||
| -- | -- | -- |
|
||||
| Edit in Microsoft Office | Opens Word, Powerpoint and Excel files directly in your Microsoft Office applications, requires Alfresco Office Services | Not applicable |
|
||||
| Edit in Microsoft Office | Opens Word, PowerPoint and Excel files directly in your Microsoft Office applications, requires Alfresco Office Services | Not applicable |
|
||||
| Edit offline | Downloads the file and locks it in the repository for offline editing | Not applicable |
|
||||
| Upload a new version | Upload a new version for the selected file | Not applicable |
|
||||
| Share | Create and copy a link to a file that can be shared, the links are accessible without granting permissions to the file, and do not require users to login to the application. Share links can automatically expire based on a date, the minimum expiry date is controlled by the Content Services repository, which is 1 day from the date of creation. | Not applicable |
|
||||
| Download | Downloads single files to the user's computer, when multiple files are selected they are compressed into a ZIP and then downloaded. | Folders are automatically compressed into a ZIP and then downloaded to the user's computer. |
|
||||
| View | Opens the selected file using the [Preview component](../../src/app/components/preview). If the file cannot be displayed natively in a browser, a PDF rendition is obtained from the repository. | Not applicable |
|
||||
| View | Opens the selected file using the `Preview component`. If the file cannot be displayed natively in a browser, a PDF rendition is obtained from the repository. | Not applicable |
|
||||
| Edit | Not applicable | The folder name and description can be edited in a dialog. |
|
||||
| Favorite | Toggle the favorite mark on or off for files and folders. If multiple items are selected and one or more are not favorites then the mark will be toggled on. |
|
||||
| Copy | Files and folders can be copied to another location in the content repository using the [Content node selector component](https://www.alfresco.com/abn/adf/docs/content-services/components/content-node-selector.component/). When the copy action has completed the user is notified and can undo the action (which permanently deletes the created copies). |
|
||||
@ -95,7 +93,8 @@ actions are automatically hidden when the user does not have permission.
|
||||
| Manage Versions | Versions of files can be viewed, uploaded, restored, downloaded and deleted by using the version manager dialog. When each action has completed the list of versions is updated according to the change. | Not applicable |
|
||||
| Permissions | Permissions on a file can be adjusted as required in a number of ways; disable inheritance from the parent folder, change a user or groups role and grant users/groups access. | Not available |
|
||||
|
||||
Besides the actions available in the toolbar users can
|
||||
Besides the actions available in the toolbar users can:
|
||||
|
||||
* single click on a file to view it, and a folder to open it
|
||||
* single click an item to select it
|
||||
* double click on a file to view it, and a folder to open it
|
||||
|
@ -4,7 +4,7 @@ Title: Header
|
||||
|
||||
# Header
|
||||
|
||||
The application [header](../../src/app/components/header) has three main elements.
|
||||
The application header has three main elements.
|
||||
|
||||
1. [Logo and Color](#logo-and-color)
|
||||
2. [Search](#search)
|
||||
@ -15,12 +15,12 @@ The application [header](../../src/app/components/header) has three main element
|
||||
## Logo and Color
|
||||
|
||||
Logo & app primary color - logo and color are configurable by updating the
|
||||
[app.config.json](../../src/app.config.json) file in the root folder of the project.
|
||||
`app.config.json` file in the root folder of the project.
|
||||
Please refer to the [Application Configuration](/getting-started/configuration) documentation for more information on how to change the logo and color.
|
||||
|
||||
## Search
|
||||
|
||||
The application [Search](../../src/app/components/search) -
|
||||
The application Search -
|
||||
uses the [ADF Search Component](https://www.alfresco.com/abn/adf/docs/content-services/components/search.component/).
|
||||
The app provides a 'live' search feature, where users can open files and folders directly from the Search API results.
|
||||
|
||||
@ -32,9 +32,9 @@ with advanced filtering and faceted search.
|
||||
|
||||
## Current User
|
||||
|
||||
[Current User](../../src/app/components/current-user) -
|
||||
Current User -
|
||||
displays the user's name, and a menu where users can logout.
|
||||
Optionally through updating the [app.config.json](../../src/app.config.json)
|
||||
Optionally through updating the `app.config.json`
|
||||
a language switching menu can be displayed.
|
||||
|
||||

|
||||
|
@ -4,13 +4,13 @@ Title: Side Navigation
|
||||
|
||||
# Side Navigation
|
||||
|
||||
The application [side navigation](../../src/app/components/sidenav) has two features: a button menu and navigation links.
|
||||
The application `Side Navigation` has two features: a button menu and navigation links.
|
||||
|
||||

|
||||
|
||||
## New button
|
||||
|
||||
The New button displays a menu which provides three actions:
|
||||
The `New button` displays a menu which provides three actions:
|
||||
|
||||
- Create a new folder - provides a dialog which allows the creation of a new folder, the folder name is mandatory and the description is optional.
|
||||
- Upload a file - invokes the operating system file browser and allows a user to select file(s) to upload into their current location in the content repository.
|
||||
@ -25,6 +25,6 @@ and uploads can be canceled which will stop uploads in progress or permanently d
|
||||
|
||||
## Navigation
|
||||
|
||||
The navigation links are configurable via the [app.config.json](../../src/app.config.json).
|
||||
The navigation links are configurable via the `app.config.json`.
|
||||
Default configuration creates two sections.
|
||||
See [Navigation](/getting-started/navigation) for more information about configuring the side navigation.
|
||||
|
@ -4,7 +4,7 @@ Title: User Interface - layout
|
||||
|
||||
# User Interface - layout
|
||||
|
||||
There are three main areas of the application controlled by the [Layout component](../../src/app/components/layout):
|
||||
There are three main areas of the application controlled by the `Layout component`:
|
||||
|
||||
1. [Application Header](/features/header)
|
||||
2. [Side Navigation](/features/side-navigation)
|
||||
|
@ -22,36 +22,36 @@ nav: ja
|
||||
ユーザーがホームフォルダを持たない ‘admin’ の場合、リポジトリルートフォルダが表示されます。
|
||||
|
||||
個人用ファイルは、Nodes API を使用する
|
||||
[Files](../../src/app/components/files) コンポーネントです。
|
||||
`Files` コンポーネントです。
|
||||
|
||||
## ファイルライブラリ
|
||||
|
||||
ファイルライブラリは、ユーザーが所属するすべてのサイトを取得します。
|
||||
これには、パブリック、モデレート、プライベートのサイトの種類が含まれます。
|
||||
ファイルライブラリは、[Sites API](https://api-explorer.alfresco.com/api-explorer/#/sites) を使用する [Libraries](../../src/app/components/libraries) コンポーネントです。
|
||||
ファイルライブラリは、[Sites API](https://api-explorer.alfresco.com/api-explorer/#/sites) を使用する `Libraries` コンポーネントです。
|
||||
|
||||
ユーザーがサイトの1つを開くと、サイトのドキュメントライブラリのコンテンツが表示されます。
|
||||
[Nodes API](https://api-explorer.alfresco.com/api-explorer/#/nodes) を使用して、
|
||||
サイト (`/Sites/<siteid>/Document Library/`) の [Files](../../src/app/components/files) コンポーネントのファイルとフォルダを表示するために使用されます。
|
||||
サイト (`/Sites/<siteid>/Document Library/`) の `Files` コンポーネントのファイルとフォルダを表示するために使用されます。
|
||||
|
||||
## 共有ファイル
|
||||
|
||||
共有ファイルビューは、コンテンツリポジトリの QuickShare 機能を使用して共有されたすべてのファイルを集約します。
|
||||
[Shared Files](../../src/app/components/shared-files) コンポーネントは、
|
||||
`Shared Files` コンポーネントは、
|
||||
[shared-links API](https://api-explorer.alfresco.com/api-explorer/#/shared-links) を使用し、
|
||||
コンテンツリポジトリ内のファイルの場所と共有リンクの作成者を表示する追加の列を含みます。
|
||||
|
||||
## 最近使用したファイル
|
||||
|
||||
最近使用したファイルビューには、現在のユーザーが過去30日間に作成または変更したすべてのファイルが表示されます。
|
||||
[Recent Files](../../src/app/components/recent-files) コンポーネントは、
|
||||
`Recent Files` コンポーネントは、
|
||||
Search API を使用して、ユーザーが行った変更について SOLR を照会し、
|
||||
コンテンツリポジトリ内のファイルの場所を表示する追加の列を含みます。
|
||||
|
||||
## お気に入り
|
||||
|
||||
お気に入りビューには、現在のユーザーがお気に入りとしてマークしたコンテンツリポジトリのすべてのファイルとフォルダが表示されます。
|
||||
[Favorites](../../src/app/components/favorites) コンポーネントは、
|
||||
`Favorites` コンポーネントは、
|
||||
[favorites](https://api-explorer.alfresco.com/api-explorer/#/favorites) を使用して
|
||||
ユーザーのすべてのお気に入りノードを取得し、
|
||||
コンテンツリポジトリ内のファイルの場所を表示する追加の列を含めます。
|
||||
@ -60,7 +60,7 @@ Search API を使用して、ユーザーが行った変更について SOLR を
|
||||
|
||||
ゴミ箱ビューには、ユーザーが削除したすべてのアイテムが表示され、管理者にはすべてのユーザーが削除したアイテムが表示されます。
|
||||
このビューで使用できるアクションは、復元と完全削除です。
|
||||
[Trashcan](../../src/app/components/trashcan) コンポーネントは
|
||||
`Trashcan` コンポーネントは
|
||||
[trashcan](https://api-explorer.alfresco.com/api-explorer/#/trashcan) を使用して、
|
||||
削除されたアイテムを取得し、ユーザーが要求したアクションを実行します。
|
||||
削除される前にコンテンツリポジトリ内のアイテムの場所を表示する追加の列が含まれます。
|
||||
@ -68,7 +68,7 @@ Search API を使用して、ユーザーが行った変更について SOLR を
|
||||
## 検索結果
|
||||
|
||||
検索結果ビューには、検索クエリで見つかったアイテムが表示されます。カスタムレイアウトテンプレートがあり、ユーザーは結果を簡単に参照し、アイテムに対してアクションを実行できます。
|
||||
[Search Component](../../src/app/components/search) コンポーネントの詳細については、この [検索結果](/features/search-results) セクションも確認してください。
|
||||
`Search Component` コンポーネントの詳細については、この [検索結果](/features/search-results) セクションも確認してください。
|
||||
|
||||
別のカスタムテンプレートレイアウトは、ライブラリを検索するときに結果を表示するため、ユーザーはまだメンバーではないライブラリを検索、参加、およびお気に入りに追加できます。
|
||||
|
||||
@ -82,12 +82,12 @@ Search API を使用して、ユーザーが行った変更について SOLR を
|
||||
|
||||
| アクション | ファイル | フォルダ |
|
||||
| -- | -- | -- |
|
||||
| Microsoft Office で編集する | Word、Powerpoint、Excel ファイルを Microsoft Office アプリケーションで直接開きます。Alfresco Office Services が必要です | 使用できません |
|
||||
| Microsoft Office で編集する | Word、PowerPoint、Excel ファイルを Microsoft Office アプリケーションで直接開きます。Alfresco Office Services が必要です | 使用できません |
|
||||
| オフラインで編集 | ファイルをダウンロードし、オフライン編集のためにリポジトリにロックします | 使用できません |
|
||||
| 新しいバージョンのアップロード | 選択したファイルの新しいバージョンをアップロードします | 使用できません |
|
||||
| 共有 | 共有可能なファイルへのリンクを作成してコピーします。リンクにはファイルへのアクセス許可を付与せずにアクセスでき、ユーザーがアプリケーションにログインする必要はありません。共有リンクは日付に基づいて自動的に期限切れになる場合があります。最小有効期限は作成日から1日で、Content Services リポジトリによって制御されます。 | 使用できません |
|
||||
| ダウンロード | 単一のファイルをユーザーのコンピューターにダウンロードします。複数のファイルが選択されている場合、それらは ZIP に圧縮されてからダウンロードされます。 | フォルダーは自動的に ZIP に圧縮され、ユーザーのコンピューターにダウンロードされます。 |
|
||||
| 参照 | [Preview component](../../src/app/components/preview) を使用して、選択したファイルを開きます。ファイルをブラウザでネイティブに表示できない場合、PDFレンディションがリポジトリから取得されます。 | 使用できません |
|
||||
| 参照 | `Preview component` を使用して、選択したファイルを開きます。ファイルをブラウザでネイティブに表示できない場合、PDFレンディションがリポジトリから取得されます。 | 使用できません |
|
||||
| 編集 | 使用できません | フォルダ名と説明はダイアログで編集できます。 |
|
||||
| お気に入りに登録 | ファイルとフォルダのお気に入りマークのオンとオフを切り替えます。複数のアイテムが選択されていて、1つ以上がお気に入りではない場合、マークはオンに切り替わります。 |
|
||||
| コピー | [Content node selector component](https://www.alfresco.com/abn/adf/docs/content-services/components/content-node-selector.component/)を使用して、ファイルとフォルダをコンテンツリポジトリの別の場所にコピーできます。コピーアクションが完了するとユーザーに通知され、アクションを元に戻すことができます (作成されたコピーが完全に削除されます)。 |
|
||||
|
@ -5,7 +5,7 @@ nav: ja
|
||||
|
||||
# ヘッダー
|
||||
|
||||
アプリケーションの [ヘッダー](../../src/app/components/header) には3つの主要な要素があります。
|
||||
アプリケーションの `ヘッダー` には3つの主要な要素があります。
|
||||
|
||||
1. [ロゴと色](#ロゴと色)
|
||||
2. [検索](#検索)
|
||||
@ -16,12 +16,12 @@ nav: ja
|
||||
## ロゴと色
|
||||
|
||||
ロゴとアプリの基調色 - ロゴと色は、プロジェクトのルートフォルダーにある
|
||||
[app.config.json](../../src/app.config.json) ファイルを更新することで構成できます。
|
||||
`app.config.json` ファイルを更新することで構成できます。
|
||||
ロゴと色の変更方法の詳細については、[アプリケーション構成](/getting-started/configuration) のドキュメントを参照してください。
|
||||
|
||||
## 検索
|
||||
|
||||
アプリケーションの [検索](../../src/app/components/search) - [ADF Search Component](https://www.alfresco.com/abn/adf/docs/content-services/components/search.component/)を使用します。
|
||||
アプリケーションの `検索` - [ADF Search Component](https://www.alfresco.com/abn/adf/docs/content-services/components/search.component/)を使用します。
|
||||
このアプリは、ユーザーが Search API の結果から直接ファイルやフォルダーを開くことができる
|
||||
'live' 検索機能を提供します。
|
||||
|
||||
@ -32,9 +32,9 @@ nav: ja
|
||||
|
||||
## 現在のユーザ
|
||||
|
||||
[現在のユーザ](../../src/app/components/current-user) -
|
||||
`現在のユーザ` -
|
||||
ユーザーの名前と、ログアウトできるメニューを表示します。
|
||||
オプションで [app.config.json](../../src/app.config.json) を更新することにより、
|
||||
オプションで `app.config.json` を更新することにより、
|
||||
言語切り替えメニューを表示できます。
|
||||
|
||||

|
||||
|
@ -5,7 +5,7 @@ nav: ja
|
||||
|
||||
# サイドナビゲーション
|
||||
|
||||
アプリケーションの[サイドナビゲーション](../../src/app/components/sidenav) には、ボタンメニューとナビゲーションリンクの2つの機能があります。
|
||||
アプリケーションの`サイドナビゲーション` には、ボタンメニューとナビゲーションリンクの2つの機能があります。
|
||||
|
||||

|
||||
|
||||
@ -26,6 +26,6 @@ New ボタンには、3つのアクションを提供するメニューが表示
|
||||
|
||||
## ナビゲーション
|
||||
|
||||
ナビゲーションリンクは [app.config.json](../../src/app.config.json) を使用して構成できます。
|
||||
ナビゲーションリンクは `app.config.json` を使用して構成できます。
|
||||
デフォルト設定では2つのセクションが作成されます。
|
||||
サイドナビゲーションの構成の詳細については、[ナビゲーション](/getting-started/navigation) を参照してください。
|
||||
|
@ -5,7 +5,7 @@ nav: ja
|
||||
|
||||
# ユーザーインターフェイス - レイアウト
|
||||
|
||||
[Layout component](../../src/app/components/layout) によって制御されるアプリケーションの3つの主要な領域があります:
|
||||
`Layout component` によって制御されるアプリケーションの3つの主要な領域があります:
|
||||
|
||||
1. [アプリケーションヘッダー](/ja/features/header)
|
||||
2. [サイドナビゲーション](/ja/features/side-navigation)
|
||||
|
Loading…
x
Reference in New Issue
Block a user