-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4a916bd
commit c6461b6
Showing
9 changed files
with
18 additions
and
10 deletions.
There are no files selected for viewing
6 changes: 5 additions & 1 deletion
6
repository/BpmCore.package/BpmEnvironment.class/instance/getAllBackOfficeRoles.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
roles | ||
getAllBackOfficeRoles | ||
"Answer a collection with all backoffice roles of the receiver" | ||
| allRoles | | ||
|
||
^applications inject: OrderedCollection new into: [:all :each | all addAll: each backofficeRoles. all] | ||
allRoles := Set new. | ||
applications do: [:eachApp | eachApp backofficeRolesDo: [:role | allRoles add: role]]. | ||
|
||
^allRoles asOrderedCollection |
6 changes: 5 additions & 1 deletion
6
repository/BpmCore.package/BpmEnvironment.class/instance/getAllFrontOfficeRoles.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
roles | ||
getAllFrontOfficeRoles | ||
"Answer a collection with all frontoffice roles of the receiver" | ||
| allRoles | | ||
|
||
^applications inject: OrderedCollection new into: [:all :each | all addAll: each frontofficeRoles. all] | ||
allRoles := Set new. | ||
applications do: [:eachApp | eachApp frontofficeRolesDo: [:role | allRoles add: role]]. | ||
|
||
^allRoles asOrderedCollection |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
(name 'BpmWebRestApiLayer-brunobb.116' message '' id '54049015-b0d2-464f-9aa4-9059b81026f8' date '07/31/2020' time '10:54:08' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.115' message '' id '0207d5fe-ebee-4705-87d4-3690f7673bfb' date '06/30/2020' time '14:00:32' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.114' message '' id '25ab2eca-9f0f-4fb7-a6e8-9cc091c36c0d' date '06/26/2020' time '15:39:29' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.113' message '' id '9a17fe85-2235-494c-be9f-1fb7eaa39d72' date '06/26/2020' time '14:01:19' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.112' message '' id '9e4a8490-cbb2-4019-98fc-eac9d78e9711' date '04/03/2020' time '13:42:43' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.111' message '' id '303d464e-08a2-4702-8e49-de72e5e536a3' date '03/18/2020' time '06:21:20' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.110' message '' id '3c298af3-284b-4f1d-a744-8fa29c82ada1' date '02/06/2020' time '11:10:36' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.109' message '' id 'b043b2e0-5c98-426f-b878-5fcb15b19f0f' date '02/05/2020' time '10:45:23' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.108' message '' id '1db51956-1175-4162-b540-0097994a6a79' date '02/04/2020' time '10:46:44' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.107' message '' id 'a6abd401-73b9-4701-ad49-0ae3fbb95283' date '09/17/2019' time '10:44:50' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.106' message '' id '2be8d485-cb0b-4225-87dc-c4aba2daaab3' date '05/17/2019' time '11:56:16' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.105' message '' id '7d09901f-2630-45fd-9cc0-fa6b72c00687' date '05/17/2019' time '11:03:54' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.104' message '' id '34eba2b3-6cc7-4f2e-9bb0-b534969314ea' date '05/17/2019' time '10:51:22' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.103' message '' id 'c891825d-0a32-4909-aa14-8467a13c0d06' date '05/17/2019' time '09:54:03' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.102' message '' id 'eb079075-5aab-4a50-b6ad-db2e7eb68094' date '05/14/2019' time '02:53:06' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.101' message '' id '543d34c2-45fe-4514-bb2f-b9a2c7184aef' date '05/14/2019' time '02:48:30' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.100' message '' id '02edb5bb-5cd0-40c7-92b2-06bb60bba8cf' date '05/10/2019' time '18:04:31' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.99' message '' id '7a58241b-b0cc-476c-b9f9-6b54c7a288b1' date '04/11/2019' time '05:59:51' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.98' message '' id '8cbedda6-ee1a-402a-b68f-ffc7b3a3d112' date '04/11/2019' time '05:37:13' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.97' message '' id '88da0bc9-b326-44bd-b226-b04b35a7ef35' date '03/25/2019' time '08:52:29' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.96' message '' id '34bb6a70-cee0-49da-9c8d-e63b6d9757c6' date '03/25/2019' time '08:16:37' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.95' message '' id '6a3d0cb6-4db4-476c-8321-86cff40e1bbd' date '03/25/2019' time '07:51:21' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.94' message '' id '3f28ae79-13ec-4168-84ec-6b9f2653aee9' date '03/19/2019' time '07:22:35' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.93' message '' id '53f878a4-c7d9-431b-9188-825d16343e50' date '02/22/2019' time '10:01:37' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.92' message '' id '073cacac-885f-4036-b56d-6dedba235e1a' date '02/07/2019' time '04:42:32' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.91' message '' id '8ca2e19a-91ec-4bbd-a932-c4870a0c126b' date '12/06/2018' time '04:18:06' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.90' message '' id '22e39132-ec0a-4d35-b554-30cf89a6dcf5' date '12/06/2018' time '03:56:28' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.89' message '' id '0e4dbf75-4d41-49bb-b4fc-e297fa5318cc' date '12/05/2018' time '11:50:54' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.88' message '' id '0776ec9c-1c5b-4d48-bd1b-5091ae5bd84a' date '12/04/2018' time '09:17:14' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.87' message '' id 'f14b06c9-ccf6-4583-bdde-fbd6cd595551' date '12/04/2018' time '07:54:41' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.86' message '' id 'e5889a31-0108-42f0-ad0e-1a0569c1d233' date '12/04/2018' time '04:43:15' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.85' message '' id '3284340e-9528-42d3-a992-bbee7af6a52f' date '11/30/2018' time '09:20:31' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.84' message '' id 'aabb3a49-af0b-4d9f-aca7-81cfeb9ba48c' date '11/28/2018' time '11:05:44' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.83' message '' id '550a97f2-1723-4c52-b888-6e7185b93c77' date '11/28/2018' time '08:54:23' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.2' message '' id '41f9b23d-80b2-426b-9cd9-2a2c41b3c158' date '11/28/2018' time '08:54:00' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.1' message '' id 'cb64d078-5010-420c-a9a4-364e4fc6384b' date '11/28/2018' time '08:53:42' author 'brunobb' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ()) | ||
(name 'BpmWebRestApiLayer-brunobb.117' message '' id 'f7ba2e55-238b-4147-b71f-3f52d77ec11a' date '08/19/2020' time '10:22:37' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.116' message '' id '54049015-b0d2-464f-9aa4-9059b81026f8' date '07/31/2020' time '10:54:08' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.115' message '' id '0207d5fe-ebee-4705-87d4-3690f7673bfb' date '06/30/2020' time '14:00:32' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.114' message '' id '25ab2eca-9f0f-4fb7-a6e8-9cc091c36c0d' date '06/26/2020' time '15:39:29' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.113' message '' id '9a17fe85-2235-494c-be9f-1fb7eaa39d72' date '06/26/2020' time '14:01:19' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.112' message '' id '9e4a8490-cbb2-4019-98fc-eac9d78e9711' date '04/03/2020' time '13:42:43' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.111' message '' id '303d464e-08a2-4702-8e49-de72e5e536a3' date '03/18/2020' time '06:21:20' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.110' message '' id '3c298af3-284b-4f1d-a744-8fa29c82ada1' date '02/06/2020' time '11:10:36' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.109' message '' id 'b043b2e0-5c98-426f-b878-5fcb15b19f0f' date '02/05/2020' time '10:45:23' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.108' message '' id '1db51956-1175-4162-b540-0097994a6a79' date '02/04/2020' time '10:46:44' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.107' message '' id 'a6abd401-73b9-4701-ad49-0ae3fbb95283' date '09/17/2019' time '10:44:50' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.106' message '' id '2be8d485-cb0b-4225-87dc-c4aba2daaab3' date '05/17/2019' time '11:56:16' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.105' message '' id '7d09901f-2630-45fd-9cc0-fa6b72c00687' date '05/17/2019' time '11:03:54' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.104' message '' id '34eba2b3-6cc7-4f2e-9bb0-b534969314ea' date '05/17/2019' time '10:51:22' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.103' message '' id 'c891825d-0a32-4909-aa14-8467a13c0d06' date '05/17/2019' time '09:54:03' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.102' message '' id 'eb079075-5aab-4a50-b6ad-db2e7eb68094' date '05/14/2019' time '02:53:06' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.101' message '' id '543d34c2-45fe-4514-bb2f-b9a2c7184aef' date '05/14/2019' time '02:48:30' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.100' message '' id '02edb5bb-5cd0-40c7-92b2-06bb60bba8cf' date '05/10/2019' time '18:04:31' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.99' message '' id '7a58241b-b0cc-476c-b9f9-6b54c7a288b1' date '04/11/2019' time '05:59:51' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.98' message '' id '8cbedda6-ee1a-402a-b68f-ffc7b3a3d112' date '04/11/2019' time '05:37:13' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.97' message '' id '88da0bc9-b326-44bd-b226-b04b35a7ef35' date '03/25/2019' time '08:52:29' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.96' message '' id '34bb6a70-cee0-49da-9c8d-e63b6d9757c6' date '03/25/2019' time '08:16:37' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.95' message '' id '6a3d0cb6-4db4-476c-8321-86cff40e1bbd' date '03/25/2019' time '07:51:21' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.94' message '' id '3f28ae79-13ec-4168-84ec-6b9f2653aee9' date '03/19/2019' time '07:22:35' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.93' message '' id '53f878a4-c7d9-431b-9188-825d16343e50' date '02/22/2019' time '10:01:37' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.92' message '' id '073cacac-885f-4036-b56d-6dedba235e1a' date '02/07/2019' time '04:42:32' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.91' message '' id '8ca2e19a-91ec-4bbd-a932-c4870a0c126b' date '12/06/2018' time '04:18:06' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.90' message '' id '22e39132-ec0a-4d35-b554-30cf89a6dcf5' date '12/06/2018' time '03:56:28' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.89' message '' id '0e4dbf75-4d41-49bb-b4fc-e297fa5318cc' date '12/05/2018' time '11:50:54' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.88' message '' id '0776ec9c-1c5b-4d48-bd1b-5091ae5bd84a' date '12/04/2018' time '09:17:14' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.87' message '' id 'f14b06c9-ccf6-4583-bdde-fbd6cd595551' date '12/04/2018' time '07:54:41' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.86' message '' id 'e5889a31-0108-42f0-ad0e-1a0569c1d233' date '12/04/2018' time '04:43:15' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.85' message '' id '3284340e-9528-42d3-a992-bbee7af6a52f' date '11/30/2018' time '09:20:31' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.84' message '' id 'aabb3a49-af0b-4d9f-aca7-81cfeb9ba48c' date '11/28/2018' time '11:05:44' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.83' message '' id '550a97f2-1723-4c52-b888-6e7185b93c77' date '11/28/2018' time '08:54:23' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.2' message '' id '41f9b23d-80b2-426b-9cd9-2a2c41b3c158' date '11/28/2018' time '08:54:00' author 'brunobb' ancestors ((name 'BpmWebRestApiLayer-brunobb.1' message '' id 'cb64d078-5010-420c-a9a4-364e4fc6384b' date '11/28/2018' time '08:53:42' author 'brunobb' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ()) |