siva kumar d4f57b8786 [ADF-3039] Task List - Enanchement (#3404)
* * Created DataColumnSchemaAssembler component to get column schema from html and app.config.json
* Removed column related  method  from tasklist.

* * Removed data property from the tasklist component
* Using rows input property instead of data input property of the datatable

* *  Renamed  DataColumnSchemaAssembler to DataTableSchema
* Refactored DataTableSchema component

* * Changed schem property into an  input schemaColumns property  in dataTable component

* * Added selectFirstRow input property to select a first row of datatable
* Removed unnecessary method from tasklist component

* * Added test case for the recent changes
* Added mock object for the tasklist spec

* * Added testcases for recent changes in the datatable component

* * Updated datatable and tasklist document for the recent changes

* * Refactored process-service and task list component
* Updated datatable document.

* [ADF-3039] Task List - Enanchement
* Changed schemaColumn name to columns
* Updated datatable documentation.
*  data input Annotated  with @deprecated in the tasklist component

* * Added an sorting input to the datatable.
* Updated datatable and tasklist documentation
* Added method to get current sorting order.

* * After rebasing

* * Revert  sorting changes

* * After rebase

* * fixed conflicts

* * Fixed failing testcase after rebased.
2018-06-01 09:39:09 +01:00
..

ADF Process Services

Contains components related to Process Services. See the library's README file for more information about installing and using the source code.

Components

Name Description Source link
Process list component Renders a list containing all the process instances matched by the parameters specified. Source
Apps list component Not currently documented Source
Create process attachment component Not currently documented Source
Create task attachment component Not currently documented Source
Process attachment list component Not currently documented Source
Task attachment list component Not currently documented Source
People component Not currently documented Source
People list component Not currently documented Source
People search component Not currently documented Source
Process comments component Not currently documented Source
Process filters component Not currently documented Source
Process instance details component Not currently documented Source
Process instance header component Not currently documented Source
Process instance tasks component Not currently documented Source
Start process component Not currently documented Source
Checklist component Not currently documented Source
Start task component Not currently documented Source
Task details component Not currently documented Source
Task filters component Not currently documented Source
Task header component Not currently documented Source
Task list component Not currently documented Source
Task standalone component Not currently documented Source

Directives

Name Description Source link
Process audit directive Not currently documented Source
Task audit directive Not currently documented Source

Services

Name Description Source link
Process filter service Not currently documented Source
Process service Not currently documented Source
Task filter service Not currently documented Source
Tasklist service Not currently documented Source