Petals-SE-Flowable 1.0.0+

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (6)

View Page History
| {{ProcessInstances}} | {{ProcessInstancesService}} | To manage process instances |
| {{Task}} | {{TaskService}} | To manage tasks of process instances |
| ||User}} {{User}} | {{UserService}} | To manage users of Flowable identity service |
| {{Group}} | {{GroupService}} | To manage groups of Flowable identity service |

{tip}The namespace of interface name and service name is {{http://petals.ow2.org/components/flowable/generic/1.0}}{tip}
The service "UserService" provides following operations:
|| Operation name || Description ||
| {{getUser}} | Get information about a user. |
| {{search}} | Search users according to criteria. |

h3. The operation "getUser"

|| Parameter name || Description || Default value ||
* {{email}}: e-mail of the user.

h3. The operation "search"

|| Parameter name || Description || Default value ||
| {{group-id}} | Group id for which users returned must be member of. | No default value |

The operation returns identifier of users matching the given criteria.

h2. The service "GroupService"

The service "GroupService" provides following operations:
|| Operation name || Description ||
| {{search}} | Search groups according to criteria. |

h3. The operation "search"

|| Parameter name || Description || Default value ||
| {{user-id}} | Identifier of the user member of groups returned. | No default value |

The operation returns identifier of groups matching the given criteria.

h2. The service "ProcessInstanceService"