You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Saravanan Chinthamani (JIRA)" <ji...@apache.org> on 2007/03/30 22:47:25 UTC

[jira] Created: (OFBIZ-860) Shark Integration - need to map and add xpdl participants into OFBiz

Shark Integration - need to map and add xpdl participants into OFBiz
--------------------------------------------------------------------

                 Key: OFBIZ-860
                 URL: https://issues.apache.org/jira/browse/OFBIZ-860
             Project: OFBiz (The Open for Business Project)
          Issue Type: New Feature
          Components: framework
            Reporter: Saravanan Chinthamani


Currently OFBiz Shark Workflow integration doesn't add the xpdl participants into OFBiz as well as in doesn't map xpdl participant to OFBiz single user or role (for multiple users).

This feature adds a "Participant" button to the current Shark "Show Respository" screen.  When the user clicks on this button it allows him to view and edit the participants associated to the workflow.  If the xpdl workflow participant is set for "Role", then the User/Group Participant list is the list of all OFBiz Roles.  If the xpdl participant is set for "Resource", then the User/Group Participant is the list of all OFBiz Users.

Also, need to implement the getAllUsers(UserTransaction trans, String groupName) to get all the userLoginId's for the provided groupName in PartyUserGroupMgr class, this enables the Role functionality mentioned above.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OFBIZ-860) Shark Integration - need to map and add xpdl participants into OFBiz

Posted by "Saravanan Chinthamani (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Saravanan Chinthamani updated OFBIZ-860:
----------------------------------------

    Attachment: shark.diff

This patch takes care of the new features mentioned in the issue.

> Shark Integration - need to map and add xpdl participants into OFBiz
> --------------------------------------------------------------------
>
>                 Key: OFBIZ-860
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-860
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: New Feature
>          Components: framework
>            Reporter: Saravanan Chinthamani
>         Attachments: shark.diff
>
>
> Currently OFBiz Shark Workflow integration doesn't add the xpdl participants into OFBiz as well as in doesn't map xpdl participant to OFBiz single user or role (for multiple users).
> This feature adds a "Participant" button to the current Shark "Show Respository" screen.  When the user clicks on this button it allows him to view and edit the participants associated to the workflow.  If the xpdl workflow participant is set for "Role", then the User/Group Participant list is the list of all OFBiz Roles.  If the xpdl participant is set for "Resource", then the User/Group Participant is the list of all OFBiz Users.
> Also, need to implement the getAllUsers(UserTransaction trans, String groupName) to get all the userLoginId's for the provided groupName in PartyUserGroupMgr class, this enables the Role functionality mentioned above.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.