How to use Parametric Roles in BPM 11g ?

Hi Experts,
How do I use the "parametric roles" in the Oracle BPM 11g?
I want to use this concept of subroles but could not do this in the BPM 11g.
Has anyone used and can help me or pass me an example?
Thanks.
Leo.
Edited by: user13269730 on 07/06/2010 13:21

Ditto here too... looking for an example of how to set this up.
Here is a scenario:
I have multiple application roles setup:
PM - city a (bunch of users)
PM - city b (bunch of users)
PM - city c (bunch of users)
PM - all (has all 3 PM roles and is used as the security to the swimlane).
I have a business requirement where the PMs (Project managers) should only be able to see and do work ONLY for their city. I have a metadata of 'city' but don't know how to setup an assignment based on this in the human task.
How does one setup a complex task?

Similar Messages

  • How to use factory calender in BPM (NWDS 7.1 environement )

    hi guys,
    I have requirement to send u201Cnotification of missed deadlineu201D using factory calendar.
    The time to send notification is in hours and its is less than a day. So a task created on Friday 5u2019o clock should send missed alert on Monday 9 AM (assuming business run from 9 to 5).
    this need to be achieve using BPM workflow can any suggest me how to use factory calendar in BPM .

    Hi,
    You can use "BUSINESS_DATE_CREATE" function module in the ECC system for your requirement.
    This will calculate exact date and time and return next business day.
    You need to some datetime convertions on the BPM side to get it working
    Regards, Anil

  • ADFS and SharePoint Integration: How to use ADFS Roles?

    Hello,
    I've successfully integrated SharePoint with ADFS2 and users can login by ADFS. One of the claims mapping in ADFS and SharePoint is SAM-Account-Name->Windows account name.
    Is there any guideline how to grant a permission to an specific role? For example I want to grand read access to an specific list to a specific AD group called "ListReaders"
    A link to an online article explains how to use ADFS Roles in SharePoint would be a great help.
    Thank you,

    Hi Allan,
    According to your description, my understanding is that grant permission to ADFS roles.
    Please refer to “A Fellows” last suggestion to grant permission to ADFS roles in the link below:
    http://social.technet.microsoft.com/Forums/en-US/4d5ee453-1447-4d14-b297-33c27ef2c24d/permissions-using-adfs-roles?forum=sharepointadmin
    More reference:
    http://www.css-security.com/blog/claims-based-authentication-and-authorization-with-adfs-2-0-and-sharepoint-2010/
    Thanks,
    Victoria
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Victoria Xia
    TechNet Community Support

  • How to add new users to BPM 11g

    In BPM 10g, I can add new users and roles in administrator console. How to login to BPM 11g administrator console and add new users?

    While creating Human Task did you selected "Initiator" in the Pattern?
    Login as administartor(weblogic) go to Administration the you will find all the processes and corresponding roles. There you can add/modify the users to the processes.
    Let me know if you have any questions.
    Thanks
    MC

  • How to use security roles in Weblogic server?

    Hello Gurus,
    I am new to Weblogic server and I am trying to investigate how to make
    use of security roles in weblogic server (5.1.0). Can anyone point me
    to some documentation. Specifically, I am looking for instance level,
    and method level security and how to use it.
    Thanks for taking your time to read this e-mail.
    Thank You all in advance,
    Hari.

    You should read the security information in the Servlet 2.2 specification
    that WL 5.1 implements:
    http://java.sun.com/products/servlet/download.html
    Chapter 11 deals with declarative and programmatic security, and includes a
    section on roles:
    11.4 Roles
    A role is an abstract logical grouping of users that is defined by the
    Application Developer or
    Assembler. When the application is deployed, these roles are mapped by a
    Deployer to security
    identities, such as principals or groups, in the runtime environment.
    A servlet container enforces declarative or programmatic security for the
    principal associated with
    an incoming request based on the security attributes of that calling
    principal. For example,
    1. When a deployer has mapped a security role to a user group in the
    operational environment. The
    user group to which the calling principal belongs is retrieved from its
    security attributes. If the
    principal's user group matches the user group in the operational environment
    that the security
    role has been mapped to, the principal is in the security role.
    2. When a deployer has mapped a security role to a principal name in a
    security policy domain, the
    principal name of the calling principal is retrieved from its security
    attributes. If the principal is
    the same as the principal to which the security role was mapped, the calling
    principal is in the
    security role.
    Cameron Purdy
    http://www.tangosol.com
    "Hari" <[email protected]> wrote in message
    news:[email protected]..
    Hello Gurus,
    I am new to Weblogic server and I am trying to investigate how to make
    use of security roles in weblogic server (5.1.0). Can anyone point me
    to some documentation. Specifically, I am looking for instance level,
    and method level security and how to use it.
    Thanks for taking your time to read this e-mail.
    Thank You all in advance,
    Hari.

  • How to use image maps in ADF 11g

    Can somebody point me to code snippet for using image maps in JSF Page.
    I just want to use image maps in my application..but i don't know how to use image maps in ADF.
    -Deepti

    Hi chris,
    My DataBase script is given in below
    CREATE TABLE XXSR.SR_HIERARCHY
    FORM_ID NUMBER,
    FORM_NAME VARCHAR2(30 BYTE),
    PARENT_FORM_ID NUMBER,
    FORM_LOCATION VARCHAR2(1000 BYTE),
    IMAGE_FILE ORDSYS.ORDIMAGE
    I want to store the image in database from front end using ADF 11g
    -Deepti
    Edited by: 913387 on Feb 24, 2012 5:36 AM

  • How to use Asset roles?

    I'm trying to figure out how to use the Asset role.
    When a new employee is hired, he can be assigned a laptop with a small range of extras, e.g. a bag or docking station.
    Can I create a Asset role named Laptop and somehow some checkboxes and a notes field for extras, and when the role is assigned the role approver configures the laptop as specified?
    Any ideas?
    Thank you in advance for your insight :-)
    Stefan

    Sorry, I have no idea.
    You may have better luck creating your own thread - This one seems pretty idle :-(
    Stefan

  • How to Use Oracle Coherence in BPEL 11g

    i have a scenario to cache the results some where, so that i can make use of the same for the same request.
    I hope this can be done using Oracle Coherence. Could you please let me know how can i use this coherence for cacheing in BPEL 11g (in my bpel process)
    thanks for the help in advance.

    Hi.
    U can use the Coherence API within a Spring bean.
    Take a look at this https://blogs.oracle.com/jaylee/entry/accessing_coherence_cluster_using_spring
    That's one way to do it.
    best

  • Retrieve Members of Role in BPM 11g

    Hi All
    is there a way to retrieve users/groups assigned to a BPM process role?
    Does getUsersInAppRole retrieves both users and group?
    How can we convert the result of above function into a delimited string?
    Pls help.....

    Look for postings/replies of user "steve_adler"
    In one of his posts about paging and range Ldap Queries he explains how to find all members of a group.

  • How to used passworded roles

    In which situatuion i can use role(s) with passowrd and How i can use it ?
    Please provide some useful links about roles protected by password topic

    http://tahiti.oracle.com/pls/db92/db92.tabbed?section=99962

  • How to use RL functions in soa 11g

    I was trying to create a BPEL process which is calling business rule.There are two rulesets.The output of one ruleset is input of another ruleset.Like I have crteated two rulesets:
    1.DRCharges
    2.KDCharges
    DRCharges will calculate charge based upon dutistatus and mode of transport of a person.and if this charge is greater than 50 then KDCharges will be added.So I have to write one RL function.But I am not able to do the same.
    Can anybody give any suggestion?

    Hi chris,
    My DataBase script is given in below
    CREATE TABLE XXSR.SR_HIERARCHY
    FORM_ID NUMBER,
    FORM_NAME VARCHAR2(30 BYTE),
    PARENT_FORM_ID NUMBER,
    FORM_LOCATION VARCHAR2(1000 BYTE),
    IMAGE_FILE ORDSYS.ORDIMAGE
    I want to store the image in database from front end using ADF 11g
    -Deepti
    Edited by: 913387 on Feb 24, 2012 5:36 AM

  • How to use "Exporting Roles as Multitrack QT Movie"?

    I have to export a project with multiple subtitles tracks (English/Dutch/Portuguese/etc.)
    After exporting I need to make a DVD, so that the viewer can choose which subtitles he wants to watch.
    I've searched all over the Internet and found out that I have to export them using "Multitrack QT Movie", but after exporting I just get a normal movie with ALL the subtitles together, one on top of the other.
    Any suggestions?
    I'm using FCPX 10.0.7 on Mountain Lion.

    I don't have either DVD Studio Pro or Encore so I make my DVDs with iDVD which as far as I know does not support multiple text tracks that you can pick from as a menu choice when you play the DVD. When I use multiple subtitles I create each language using a basic text title effect. I then assign each language as a title subrole. Then I share the project as roles so I have a video file, a music/sound file, and multiple title llanguage files. I use QT 7 pro to make these into one movie file. QT pro has an add movie capability which allows multiple video tracks in one movie. You simply open one file first. Then open each of your other files in turn, select all and copy. Then in the original file under edit menu select "add movie" and it will be pasted into the original. After you do this look in the properties window and you will have all your video tracks. you can then turn off the languages you don't want to export, adjust transparency to get the alpha channel for your selected language and bring it into iDVD. You do need to make sure the layers are such that the language layer is on top. Do this for however many languages you have. The downside of this approach is you duplicate the main video, but since iDVD doesn't have a means to select tracks via menu I know of no other way to do what you want without the advanced authoring programs like Ecore etc. The upside is you do only work from one movie file, which you then make selective exports to iDVD.

  • ¿How to use user-roles in Ironport WSA (7.6) using ACS 4.1?

    Hello,
    I want to give a client access to a S370 WSA quarantine and I am using an ACS 4.1 for external authentication; that would be used for administrators and for the client access (non-administration access).
    I have created a user-role in the WSA that has access to the quarantine I want, but I need the user to be in the ACS. I created the user in ACS but my question is, what should I configure or change in the ACS in order for the WSA to recognize the user with the specific role I created and not like an administrator role.
    Thanks for your help!
    Sergio

    Hi,
    This can be done by configuring the Radius Class attribute on the ACS and mapping it with the user roles on the WSA.
    "To map RADIUS users to different Web Security appliance user role types, you assign a role type, such
    as Administrator and Operator, to a RADIUS CLASS attribute. Mapping different role types lets you
    specify the authorization level for each RADIUS user."
    Please go to Page 26-12 of the WSA user guide http://www.cisco.com/c/dam/en/us/td/docs/security/wsa/wsa7-5/user_guide/WSA_7-5-0_UserGuide.pdf for more information under the section "Using External Authentication".
    Regards,
    Kush

  • How to use Application Roles with Entity Framework

    How does one call sp_setapprole before a connection used by an Entity Framework object context closes, since the context opens and closes its own connection automatically, as needed? The only relevant event available on a store connection
    (DbConnection ) is StateChange , which does not include a
    ConnectionState of Closing . Attempting to call
    sp_setapprole when ConnectionState is Closed results in, "A severe error occurred on the current command. The results, if any, should be discarded."

    Yes, I realize that I need to call sp_setapprole on an open connection and that I can use
    ExecuteNonQuery or similar mechanisms. What I need to determine is how to do this
    automatically while using the entity framework.
    As I mentioned in my initial inquiry, the EF store connection, which is simply a DbConnection under the covers, does not expose an event (such as Closing) that would allow me to invoke
    sp_setapprole before a connection is closed. The only close event we are given is
    Closed , which is too late to do any good. I'm hoping to avoid burdening our systems with having to manually manage the connection.

  • How to use RelatedContent component with UCM 11g without Records Management

    As the subject really...
    I have been playing around with UCM 11g and want to use the RelatedContent component in isolation of URM / Records management.
    Can I still do this, and is it supported.
    I have had a look at advanced component manager and also the RMFC page but if I select a custom install with only related content I get a whole bunch of RM related stuff in the interface that I do not need.
    Any suggestions? Is the old RelatedContent component supported directly on 11g?
    Thanks
    Tim
    Edited by: Tim Snell on 24-Aug-2010 08:16

    Hi,
    First this post is really helpful as I was looking around for enabling related content component in ucm11g.
    Now i am able to see it in my enabled component lists.
    However , i have one doubt. I have enabled the component and restarted the server. After that if i got the checkin page, i can see only 'wwxRelatedContentTriggerDate' metadata for the related content. My assumption was when I enable the component, i will get a metadata on the content check in page to link to the other content items.
    So can you please help me
    1) to help whether my understanding is correct?
    2) if yes, why am i not getting the metadata to specify the other contents is not shown? what I need to do for the same?
    Thanks a lot in advance
    Regards
    Poornima

Maybe you are looking for

  • Mountain Lion and Docking on a MBP

    At home I have a multiple USB port adaptor throught which I connnect mutiple peripherals to my MBP. In partilcular this is used to connect boththe hard drive I use for Time Machine and my HP pronter scanner. Since upgrading to Mountain Lion I find th

  • Finding Duplicate Entries in a table

    I have a table with the following fields in Oracle 10g. TABLE_1 account_no | tracking_id | trans_amount Each account_no can have multiple tracking Id's. How do i query out the duplicate entries of account_no where tracking lies between 1 and 1000 ? M

  • Download error (12175)

    I keep on getting download error. Unable to reach Adober servers. Please check your internect connectivity, firewall settings, and then try again (12175) I turned off my firewall and the Adobe Creative Cloud still will not work. I need help or a cust

  • Applying Changes to Master Pages

    Is there any way to apply a change to a master page to a topic that is already linked to that master page? I tried removing the link, making the change to the master page, and then re-linking the topic, but it the "old" version of the master page get

  • Layer style 'stroke' not even

    I have an image that I put a 3px stroke around 'inside'.  It looks fine, until I import it onto another project then it is heavy on the top and left side and hardly visible on the right and bottom.  Has anyone else ever had this happen?