Method of the API to use to get the userlist provided to an object

Hello

What is the method of the API of the IOM to used to get the userlist which is provisoned for a particular object. ?

Must, I'll input the name of the resource to say "DIO" and status of so-called resources ' set up ' and I want to get the users.

can someone specify the method of the API to use.

Thank you
Naveen

Use the following tcObjectOperationsIntf API method:

getAssociatedUsers

Thor.API.tcResultSet getAssociatedUsers (long objectKey,
attributeMap java.util.Map)
throws tcObjectNotFoundException,
tcAPIException,
tcAPIException

This method is used to get the list of users who are associated with a specified object (implemented, off, on, etc.). If no filter is specified, it returns all the users who are associated with this object.

Parameters:
objectKey - this is the key of the resource object
attributeList - a map of key-value pairs in which the result set should be filtered.

Tags: Fusion Middleware

Similar Questions

  • Should what API I use to get items in the inventory of VCServer tree?

    Hello

    I create the inventory tree (VCServer = > data center = > file = > Cluster) within a standalone dialog in my plugin. The view is ready and it works on an XML string that represents the hierarchy of objects (tested with simulated data) tree. Now I need objects real vSphere appears in my tree, and I was wondering what I should look for it's API. I found this utility class really handy that I think could help me achieve what I want

    ServiceUtil (VMware vSphere Web Services SDK Java samples Documentation)

    and here's a great example that does things I like (find Morefs in the tree of inventory by type) = > http://vlab-vwa.googlecode.com/svn/trunk/backend/apputils/vim25/VMUtils.java

    Here's something I tried not working

    /////////////////////////////////////////////////////////////////

    UserSessionService service;

    USession UserSession = service.getUserSession ();

    ServerInfo [] info = uSession.serversInfo;

    String sessionCookie = info [0] .sessionCookie;

    ServiceUtil util = new ServiceUtil();

    util.clientLoadSession (sessionCookie);

    REF ManagedObjectReference = util.getDecendentMoRef (null, "Cluster", "C - 2");

    /////////////////////////////////////////////////////////////////

    The thing I don't understand is how to create a 'authenticated' version of ServiceUtil which will help me to call the methods getDescendentMoref() and similar calls. I have a reference to a UserSessionService and VimObjectReferenceService (authenticated) and I was wondering if I can retrieve an instance of a ServiceUtil that I can use.

    Thank you

    Concerning

    See com.vmware.vise.usersession.UserSession, which has the property of serversInfo which is an array of ServerInfo.

  • Calling a method in the BPM of jsp page object

    Hi all

    I try to call a method of object of BPM using < f: invokeUrl >

    I change the properties of the method server to yes-side.

    and then how can I get an object request and response within the BPM method.

    Thank you.

    To create a bit of this kind of argument method yo have to

    (1) create a method - right click on the object of BPM-> new method
    (2) add the arguments - in the variables pane, find the Arguments section, then click Add ICO, give it a name, click on the... button to select a type, choose a and type 'Fuego.Net.HttpResponse' in the research section. Also you can find it on the catalog of components-> Fuego-> Net-> HttpResponse
    Do the same for Fuego.Net.HttpRequest

    It's what you want to know?

  • FDMEE SCRIPT - replacement FDM VB functions with the methods in the API FDMEE

    Hi all


    I'm trying to convert FDM Scripts scripts that would support FDMEE (using Jython as language) and the FDMEE API. However, when I tried it making I came across a few functions in scripts FDM for which I couldn't find replacement functions in FDMEE API.


    How a supposed to change functions VB in FDM as farsTableAppend while it is supported in the FDMEE scripts?

    I generated documentation of the API of the FIA FDMEE - APIs.jar (this jar is supposed to have all the API of FDMEE in there I guess) but I don't see alternative for functions such as farsTableAppend, fExpTRx, PstrClientType, VB, but I can see other methods in the documentation for example, getEPMOracleHome() etc... (All these functions that you can view by using eclipse as editor-in-Chief of Dev FDMEE).


    Is there another method/function in the FDMEE API should I use to replace these functions to support FDMEE?


    I have another question about the AIF file - CUSTOM.jar, what is the purpose of this pot, do we get additional methods in this file


    Please advise...


    Thanks in advance

    Sam

    Hello

    1 API map is not 1 to 1. My suggestion is to define what you want to do and then design your solution in jython (using the api or not). So what you're trying to do exactly?

    For example, you need not PstrClientType more (there is no windows client)

    2 AIF - CUSTOM.jar allows you to enter your custom java classes. then you can use it from your jython scripts.

    Regarrds

  • Asynchronous VI and the Get method of the value of the command

    With the help of LabVIEW on Async. calls to multiple instances of a parallel Exec VI, warning and recommendations paragraph indicates. "

    «Methods and properties of the VI server cannot change the parallel proceedings of an asynchronous call to the VI.» If you call the method or a VI server on a property reference VI 0x40, the property or the method cannot modify the clone of VI that the starting node the asynchronous call is actually called. Instead, the method or the property affects the original purpose of VI. To apply the VI server properties or methods for the clone of VI as the starting node the asynchronous call is actually called, call the property or method in the target VI himself . "

    There is an example of what surrounds?  What I want to do is the following:

    Async.VI is the vi launch in parallel several times. It is no doubt reentrant.

    main.VI: the Launcher vi.

    Main.VI lance async.vi clones 1, 2, 3. Each clone when it starts running, generates a reference to an object, it uses internal: Ref. What I want is to get this reference of clone 1, 2 & 3, and I was hoping that the call to the Get method control Name to do this. But so far no luck. I tried to Call and Forget and call and collect...

    THX.

    Laurent

    There is a condition of the big race in this example. Even if you started VI async, you cannot be sure it has populated the Ref control when you try to question him later.

    In addition, the GetControlValue method requires that the front panel of your VI is present. This is generally true when running in LabVIEW.exe LabVIEW code, but if you build your own EXE then often the Application Builder will remove before panels of subVIs where it is not considered necessary.

    Your approach might work better if you just need to pass a reference of queue in async main VI and have async VI put its Ref value on the queue. Then just main listening on the queue for incoming Refs. It will certainly work.

    Back to your original question: How can you use the asynchronous start for several instances of reentrant clone and always know what VI reference you use exactly? I think you can do it without use of VITs. I think what you want to do is NOT to use the indicator 0 x 40 for reentrancy. That means this indicator is that you can simply open a VI reference and start several clones of her at the same time. This isn't what you're trying to do. You open several individual references you want to individually control via server of VI. To do this, try to change the indicator 0 x 40 with the indicator 0 x 08 standard for loading an instance of clone environment. I'm sure that I did successfully in your case. Note that I have the info I gave you was simply obtained by trial and error and read the help, so it could be inaccurate!

  • get the return value of a method of the application module in the workflow

    Hello

    I use jdeveloper 11.1.1.7.0

    I defined a method (return type is useful java card) in the Module of the Application and add this method to the client interface.

    also I have a workflow and in this TF firstly I should execute this method and put the return value for the pageFlowScope parameter. I know that to use this method as a methodCall and set it as an activity by default, but I don't know how to get the return value before entering the jsff page and set the pageFlowScope parameter.

    Habib

    Concerning

    When you add the activity to the way to deal, there are 'Return value' property that you can set to #{pageFlowScope.yourVariable}

    Dario

  • How to get the return value of the activity of the method in the stubborn workflow

    Hi all

    I use Jdeveloper 11 g R2 (11.1.2.3) & Weblogic 10.3.5.0

    I have a stubborn workflow, default activity is a call method than calling a method in the app module
    This method returns an id

    I need this code in my project to do something else
    Is there a way I can access the return value of the method call activity?

    Concerning
    Mohsen

    Set the value of return as #{{pageFlowScope.myBean.returnValue} pageFlowScope.myBean.returnValue} in the method, call the property inspector and get the value in your managed bean.

    String returnParam = (String) JSFUtil.getFromPageFlow ("returnValue");

  • I used to get a box with a small arrow icon to indicate the new email.

    I used to get a small box icon with an arrow indicating the new email. I no longer get it. I get the window that indicates when a new message arrives, but it is time I got the shots on goal for. If I don't see this window, I have to open TBird to see if I have new messages.

    I don't know what happened, but I'm now the tray icon. It's an envelope with and arrow.

  • How dop to block senders using the method in the article which adds to the red list?

    I followed the instructions in the article block a sender but I can not enter the address of the sender in the list of created block filter. What I need to type in the field (after clicking on +) manually or if not how do I get it to the sender field on the e-mail to the appropriate field in the filter of the red list? It seems that the Message filters is not actually on the Tools menu, and when I click on the top of the help I can not enter the address of the sender in the field provided. Then perhaps someone could tell (in detail) how I do? I missed something obvious?

    Thanks a lot for that. I'll have to go away and digest it all! With respect to the OE bit - I modified it used about 2 months ago when I changed for Windows 8.1 and decided to use you bird, he had worked far so even if it was (to say the least) old and I rarely got spam. I have my ISP have not changed and did not think that they could provide then I'll know about it as I suppose he could have changed with the new 8.1.

         Thanks again for all your help.
    
  • Why my game Center freezes when I go by parameters or directly by clicking on the center of games? Can I know which method is the best to use to solve this problem? Also, I use an iPhone 6 s, iOS 9.3.1

    Why my game Center freezes when I go by parameters or directly by clicking on the center of games? Can I know which method is the best to use to solve this problem? Also, I use an iPhone 6 s, iOS 9.3.1

    Have you ever tried to force reboot the phone by holding down the button sleep and home for 10 seconds, until the call logo comes back again?

    You won't lose data, but it can cure a few glitches.

    If this does not work, the initial Setup would be the next step:

    Use iTunes to restore your device to factory settings - Support Apple iOS

  • Try to use ePrint, get the message "Please wait HP Print complete previous jobs.

    Printer photosmart = 5510

    Conputer laptop computer = HP Pavilion

    OS = Windows 8.1

    Try to use ePrint, get the message 'Please wait while HP Print complete previous jobs' status is displayed 1 point with zero page. Green bar keeps scrolliong in the top of the window. Tried to cancel this job without success. Someone at - it ideas?    In my view, that the "previous work" was sent to ePrint before mobile computer account registration has been made.

    Hi @jhaiar ,

    I understand that you are a problem with ePrint and your Photosmart 5510. I want to help you with this.

    One option is to remove web services, and then turn it back on. Unfortunately if you have customized the ePrint address, you will never lose it. You can always create a new address, it cannot just be old.

    HP has a support group of service based for Cloud related issues. This means no warranty or support costs.

    If you do not want to remove the web services, give them a call. They might have another option.

    Please contact our Cloud Services at 855-785-2777.  If you do not live in the United States / Canada region, please click the link below to get help from your region number.  http://WWW8.HP.com/us/en/contact-HP/WW-phone-assist.html

  • Order WMI - what command can I use to get the temperature of the GPU?

    Which command can I use to get the temperature of the GPU in WMI?

    Hi Daniel_99,

    ·         Do you use some kind of scripts?

    Your Windows XP question is more complex than what is generally answered in the Microsoft Answers forums. It is better suited for the IT Pro TechNet public. Please post your question in the TechNet Windows XP forum.

    http://social.technet.Microsoft.com/forums/en-us/category/windowsxpitpro

     

    I hope this helps.

  • Cannot get location using the network provider

    Hi all

    My android app uses the location updates and works very well on the Android device. I wore my application on 10 BB, I can get updates of location using GPS_PROVIDER but do not NETWORK_PROVIDER. Anyone who manages to find the location using the network provider?

    Kind regards

    Nishant Shah

    According to the taking in charge:

    "It is a known problem that is being fixed with internal development."

  • Cannot use Picasa get message Internet Explorer cannot open the program

    Original title: Picasa & gmail.

    Picasa - I can use the program to import images, editing, downloads of albums, etc., and I used to be able to send the album to some of my

    contacts. ALSO - I used to be able to look at Picasa albums sent me to display... NOW - I GET A MESSAGE THAT THE INTERNET EXPLORER

    UNABLE TO OPEN THE PROGRAM.  I changed a few settiings - any thoughts - I use BING should I change chrome?

    In addition to HOt MAIL account, I also have a Verizon account and a GMail account.  I can access all three accounts - however - WITH gmAIL

    I can send & receive - but can not get on my gmail homepage... Ideas on this subject.

    Thanks for your help

    Isadore salvation,

    Welcome to the Microsoft community!

    You cannot use Picasa get message that Internet Explorer can not open the program.

    The question is perhaps because of settings or firewall.

    I suggest you to refer to the procedure described in the site:

    Download Troubleshooting

    http://Cat.Microsoft.com/ticket.aspx?ID=908433&threadintid=908433&forumid=5&ThreadId=0c5a0295-efd9-4f34-9ED5-98d4374e30bf

    Important note: firewall can help protect your computer against viruses and other security threats. In most cases, you should not disable your firewall. If you need to disable temporarily to install other software, you must reactivate as soon as you are finished. If you are connected to the Internet or a network, while your firewall software is disabled, your computer is vulnerable to attacks.

     

    I hope this helps. If the problem persists, let know us and we would be happy to help you.

     

  • Using the method of the cushion two fingers to scroll

    I just bought a HP dv7t laptop and cannot scroll regularly using the method of the buffer 2 fingers.  This is a new laptop.  Need help because it drives me crazy... Ralph

    Called HP support and they tried to solve the problem to play around with all the settings, nothing worked.  I decided that I wanted a replacement and they agreed, BUT it was going to cost me another $137 because the price had increased.  Needless to say I was angry, and he went out on the tech rep.  Escallated Manager and after reminding them that this order has indicated very clearly "Returns or exchanges of this product will be accepted until 21 days after childbirth' and it was 1 day after childbirth and that it would be illegal to deny the full exchange for $ 0 they caved.  However; they would not place the order before receiving the defective pc.  Enough said for their support.  I have no idea how they keep their customers with these idiots or stupid policies.  The next day, I returned the pc through their shipping prepaid by e-mail label.  That evening, I received notification that the order has been placed at $ 0 charge with the date of delivery of January 27, including 2 delivery day (it was nice because it is normally 5-7 business days).

    Hope this new pc is against any defect... Ralph

Maybe you are looking for

  • VXI-MXI-2

    I have multi test stations with a runing Windows XP PC, each configured with NI PCI-MXI-2 card. Each station has two chassis VXI, each with its own controller Slot-0, Garland to run from the same VXI system, which the system identifies as VXI0. When

  • HP Envy 15-j030eb additional SSD

    Hello I have a laptop HP Envy 15 j030eb (product number: E4N79EA). I was wondering if the laptop had an additional location for one SSD (on the top of the 1 TB drive HARD is already)? I think remember me reading that it only supports a 24 GB SSD. Now

  • I have deleted accedentaly program file folder IDT (51)

    I have deleted accendentaly folder of the IDT program file (51). There are two program files folders, IDT and IDT (51). I have deleted accendentaly IDT (51). My sound still works, but I don't know if something happened to my IDT audio. Can someone pl

  • Why do Windows Update error 80072f8f?

    Windows Update error 80072f8f? I set the right time and date again and again if it isn't this problem and believe the or no I have not 1 update since October 20th Please HELP!

  • activation of webscan on mac 10.4.11

    Hi, I have a mac 10.4.11 (old:'(larmes) I wasn't able to download the set up but I was able to print using IM with a number different hp printer the printer & fax (using hp officejet 7400 foomatic) my all in one printer is the device hp officejet 761