Where are the JavaDocs for the Thor.API.Operations.XXClient classes?

I am not seeing any of the JavaDocs for the actual Client classes that should be available for use in OIM. The Interfaces are nice but without documentation of the Client classes we are left to guess how to use the Interfaces.
Has anyone developed some guidelines on how to use the ReportOperationsClient class? I did the following:
Defined all of the inputs for the ReportInput class constructor.
Created the ReportInput instance with these inputs.
Set the stored procedure name.
Created an instance of ReportOperationsClient
Called getPagedReportData with my ReportInput instance.
No luck.

Martin,
I am aware of the documentation location and am looking at the Thor.API.Operations JavaDocs right now.
The Intf Interfaces are all there but there are no JavaDocs for the Clients.
Here is the listing from the JavaDocs:
Interface Hierarchy
Thor.API.Operations.AttestationDefinitionOperationsIntf
Thor.API.Operations.AttestationOperationsIntf
Thor.API.Operations.ConnectorInstallationOperationsIntf
Thor.API.Operations.ErrorOperationsIntf
Thor.API.Operations.GCOperationsIntf
Thor.API.Operations.RemoteManagerOperationsIntf
Thor.API.Operations.ReportOperationsIntf
Thor.API.Operations.TaskDefinitionOperationsIntf
Thor.API.Operations.tcAccessPolicyOperationsIntf
Thor.API.Operations.tcAdapterOperationsIntf
Thor.API.Operations.tcAuditOperationsIntf
Thor.API.Operations.tcDeploymentUtilityOperationsIntf
Thor.API.Operations.tcEmailOperationsIntf
Thor.API.Operations.tcEntitlementsOperationsIntf
Thor.API.Operations.tcExportOperationsIntf
Thor.API.Operations.tcFormDefinitionOperationsIntf
Thor.API.Operations.tcFormInstanceOperationsIntf
Thor.API.Operations.tcGroupOperationsIntf
Thor.API.Operations.tcHelpOperationsIntf
Thor.API.Operations.tcImportOperationsIntf
Thor.API.Operations.tcITResourceDefinitionOperationsIntf
Thor.API.Operations.tcITResourceInstanceOperationsIntf
Thor.API.Operations.tcLocationOperationsIntf
Thor.API.Operations.tcLookupOperationsIntf
Thor.API.Operations.tcObjectOperationsIntf
Thor.API.Operations.tcOrganizationOperationsIntf
Thor.API.Operations.tcPasswordOperationsIntf
Thor.API.Operations.tcPermissionOperationsIntf
Thor.API.Operations.tcPropertyOperationsIntf
Thor.API.Operations.tcProvisioningOperationsIntf
Thor.API.Operations.tcQueueOperationsIntf
Thor.API.Operations.tcReconciliationOperationsIntf
Thor.API.Operations.tcRequestOperationsIntf
Thor.API.Operations.tcRulesOperationsIntf
Thor.API.Operations.tcSchedulerOperationsIntf
Thor.API.Operations.tcUserOperationsIntf
Thor.API.Operations.tcWorkflowDefinitionOperationsIntf
Here is a listing from the Jar file:
[bea@xxxxxxxxx lib]$ jar tf xlAPI.jar | grep Thor | grep API | grep Operations
Thor/API/Operations/
Thor/API/Base/tcUtilityOperationsIntf.class
Thor/API/Operations/AttestationDefinitionOperationsClient.class
Thor/API/Operations/AttestationDefinitionOperationsIntf.class
Thor/API/Operations/AttestationOperationsClient.class
Thor/API/Operations/AttestationOperationsIntf.class
Thor/API/Operations/ConnectorInstallationOperationsClient.class
Thor/API/Operations/ConnectorInstallationOperationsIntf.class
Thor/API/Operations/ErrorOperationsClient.class
Thor/API/Operations/ErrorOperationsIntf.class
Thor/API/Operations/GCOperationsClient.class
Thor/API/Operations/GCOperationsIntf.class
Thor/API/Operations/RemoteManagerOperationsClient.class
Thor/API/Operations/RemoteManagerOperationsIntf.class
Thor/API/Operations/ReportOperationsClient.class
Thor/API/Operations/ReportOperationsIntf.class
Thor/API/Operations/TaskDefinitionOperationsClient.class
Thor/API/Operations/TaskDefinitionOperationsIntf.class
Thor/API/Operations/tcAccessPolicyOperationsClient.class
Thor/API/Operations/tcAccessPolicyOperationsIntf.class
Thor/API/Operations/tcAdapterOperationsClient.class
Thor/API/Operations/tcAdapterOperationsIntf.class
Thor/API/Operations/tcAuditOperationsClient.class
Thor/API/Operations/tcAuditOperationsIntf.class
Thor/API/Operations/tcDeploymentUtilityOperationsClient.class
Thor/API/Operations/tcDeploymentUtilityOperationsIntf.class
Thor/API/Operations/tcEmailOperationsClient.class
Thor/API/Operations/tcEmailOperationsIntf.class
Thor/API/Operations/tcEntitlementsOperationsClient.class
Thor/API/Operations/tcEntitlementsOperationsIntf.class
Thor/API/Operations/tcExportOperationsClient.class
Thor/API/Operations/tcExportOperationsIntf.class
Thor/API/Operations/tcFormDefinitionOperationsClient.class
Thor/API/Operations/tcFormDefinitionOperationsIntf.class
Thor/API/Operations/tcFormInstanceOperationsClient.class
Thor/API/Operations/tcFormInstanceOperationsIntf.class
Thor/API/Operations/tcGroupOperationsClient.class
Thor/API/Operations/tcGroupOperationsIntf.class
Thor/API/Operations/tcHelpOperationsClient.class
Thor/API/Operations/tcHelpOperationsIntf.class
Thor/API/Operations/tcITResourceDefinitionOperationsClient.class
Thor/API/Operations/tcITResourceDefinitionOperationsIntf.class
Thor/API/Operations/tcITResourceInstanceOperationsClient.class
Thor/API/Operations/tcITResourceInstanceOperationsIntf.class
Thor/API/Operations/tcImportOperationsClient.class
Thor/API/Operations/tcImportOperationsIntf.class
Thor/API/Operations/tcLocationOperationsClient.class
Thor/API/Operations/tcLocationOperationsIntf.class
Thor/API/Operations/tcLookupOperationsClient.class
Thor/API/Operations/tcLookupOperationsIntf.class
Thor/API/Operations/tcObjectOperationsClient.class
Thor/API/Operations/tcObjectOperationsIntf.class
Thor/API/Operations/tcOrganizationOperationsClient.class
Thor/API/Operations/tcOrganizationOperationsIntf.class
Thor/API/Operations/tcPasswordOperationsClient.class
Thor/API/Operations/tcPasswordOperationsIntf.class
Thor/API/Operations/tcPermissionOperationsClient.class
Thor/API/Operations/tcPermissionOperationsIntf.class
Thor/API/Operations/tcPropertyOperationsClient.class
Thor/API/Operations/tcPropertyOperationsIntf.class
Thor/API/Operations/tcProvisioningOperationsClient.class
Thor/API/Operations/tcProvisioningOperationsIntf.class
Thor/API/Operations/tcQueueOperationsClient.class
Thor/API/Operations/tcQueueOperationsIntf.class
Thor/API/Operations/tcReconciliationOperationsClient.class
Thor/API/Operations/tcReconciliationOperationsIntf.class
Thor/API/Operations/tcRequestOperationsClient.class
Thor/API/Operations/tcRequestOperationsIntf.class
Thor/API/Operations/tcRulesOperationsClient.class
Thor/API/Operations/tcRulesOperationsIntf.class
Thor/API/Operations/tcScheduleTaskOperationsClient.class
Thor/API/Operations/tcScheduleTaskOperationsIntf.class
Thor/API/Operations/tcSchedulerOperationsClient.class
Thor/API/Operations/tcSchedulerOperationsIntf.class
Thor/API/Operations/tcUserOperationsClient.class
Thor/API/Operations/tcUserOperationsIntf.class
Thor/API/Operations/tcWorkflowDefinitionOperationsClient.class
Thor/API/Operations/tcWorkflowDefinitionOperationsIntf.class
As I described in my original post, and as you can plainly see, there is a Client class that is the "worker" class for each of the Interfaces. Without these worker classes, we would be at our own devices to determine how to implement these Interfaces, so I am thankful they are being provided, but the issue is that I am needing documentation for them, since specifically the ReportOperationsClient does not seem to work based on my interpretation of the Interface.
Thanks for your interest. If the source code for the Operations Clients does not have embedded JavaDocs, that would explain the issue. In that case I would need to have the source code so I can troubleshoot the issues I am having with this class. I opened an SR Friday but have not had any response yet.

Similar Messages

  • Where are user settings for the JRE stored?

    On a workstation, every user gets his own JRE settings (for example, changed the proxy settings). But for a deployment package, I need to set the proxy settings differently from the Internet Explorer settings.
    Can't find it in C:\documents and settings\Administrator (or the user dirs), the registry, C:\program files\java\... - So where are they kept?!

    Thanks, it appeared the windows environment settings rerouted to a similar path but on a different network drive! ;)

  • Where to find - javadocs for XML Publisher' API

    The XML Publisher User's Guide section, called Implementation and Developer's Guide->Application Layer APIs, has examples of API's for inserting Templates and Data Definitions.
    Unfortunately, XML publisher manual only provides a bunch of
    samples and not the detailed javadocs, that wee need.
    Where could we find javadoc for XML Publisher?

    Hi
    You did not specify which version you were on but the java docs are linked from the relevant About Doc for each release:
    Release 5.5 Note 316447.1
    Release 5.0 Note 295036.1
    Release 4.5 Note 269605.1
    Just search for 'javadoc' in these docs for the link
    Regards, Tim

  • Cannot find JavaDoc for the com.sun.msv package

    Where can I find the JavaDoc for the com.sun.msv package ?

    What is the msv package? I also (after a quick google search) can't find any mention of this.
    What is the package for?

  • How & where to get Javadoc for CRM ISA 5.0?

    Hi, SDN Fellows.
    I read a forum blog, knowing that to get the javadocs of CRM ISA applications, I should perform this step: when building the internet-sales-ear-file, the sources are included as zip-file within the ear-file. after unzipping the sources you can generate javadocs on your own.
    In fact, what I really want is the Javadocs for the standard delivered CRM package, i.e. the default BOM, BaseAction classes (com.sap.isa.core.InitAction, com.sap.isa.core.BaseAction, com.sapmarkets.isa.isacore.action.EComBaseAction, com.sap.isa.isacore.action.IsaCoreBaseAction, com.sap.isa.core.UserSessionData), jsp, UILayout tags, message classes, and config-file javadocs.
    Can anyone point me where I can get this?
    Thanks,
    Kent

    Hi Kent,
    If you have the Java Component of ISA, then you can extract the javadoc which is supplied in it.
    Please check whether you have the SAPSHRJAV<version>.sca, if not download it from SAP Market Place.
    You need to open this software component using Winzip and inside it you will another zip file by name, "crmshrjavadoc.zip"
    When you open it you'll see a javadoc.ppa file  rename it to javadoc.zip and extract it within a folder.
    In the extracted folder you'll find all the required Javadocs along with API's and Interfaces.
    Hope you'll find the required documents inside it.
    Regards,
    Prashil

  • Where is the latest javadoc for Workflow Services API?

    Hi all,
    anybody knows where to get the latest javadoc for Oracle BPEL Process Manager
    Workflow Services API Reference 10g Release 3 (10.1.3) ?
    In the javadoc it is said that IWorklistService.getWorklistTaskDetails(..) returns IWorklistTask but apparently it returns a Task object.
    Also, I saw some of the interfaces and classes are deprecated and replaced by classes in oracle.bpel.services.workflow package, where is the jar containing this new package?
    Thanks a lot for the help,
    santoso

    Thanks for posing the question as to where is the javadoc for 10.1.3.1. Now, what is the answer?
    Bob N

  • Where can I get the javadocs for javax.midroedition.sip ?

    I downloaded and installed the Wireless ToolKit. It appears to contain the jar files for JSR180 (SIP) but there are no javadocs for SIP.
    Where can I download the javadocs for javax.microedition.sip ??

    The driver should be already included with your OS.
    Canon drivers are here.
    EOS 1Ds Mk III, EOS 1D Mk IV EF 50mm f1.2 L, EF 24-70mm f2.8 L,
    EF 70-200mm f2.8 L IS II, Sigma 120-300mm f2.8 EX APO
    Photoshop CS6, ACR 9, Lightroom 6

  • Where can I find the javadocs for HTTPClient.jar

    Hi,
    Where can I find the javadocs for HTTPClient.jar shipped with the WLP4.0.
    Does this support https?
    Thanks
    Dalia

    In the API Reference we can get the Java Docs for the classes you looking for.
    As per previous post the reference link is http://download.oracle.com/docs/cd/E22630_01/Platform.1002/apidoc/index.html

  • Where are the files for the Backups that show up in About This Mac - Storage?

    Where are the files for the Backups that show up in About This Mac - Storage?
    My new Macbook Pro 13 retina has 1TB flash drive. But despite my TimeMachine being in a TimeCapsule my Macintosh HD shows 277 Gb of space has Backups. What is this for? How can I delete it?

    OS X Lion and newer Mac OS X versions create local snapshots in portable Macs if Time Machine is enabled. See > http://pondini.org/TM/30.html
    You don't have to worry about. They are stored in a kind of volume named "MobileBackups", but they appear as stored in your hard drive. To delete them, open System Preferences > Time Machine, and turn off Time Machine. Then, turn it on. However, you don't need to delete them, as they will be deleted when your hard drive gets full

  • HT201272 I have numbers and pages on my iPhone but cannot seem to transfer them to the mac I purchased today ? Are they formatted for the iPhone only ? They appear to be downloaded but I cannot find them on the MAC - where should I look ?

    I have numbers and pages on my iPhone but cannot seem to transfer them to the mac I purchased today ? Are they formatted for the iPhone only ? They appear to be downloaded but I cannot find them on the MAC - where should I look ?

    Welcome to the Apple community.
    The apps you have purchased for your mobile device will not work on a computer. You will need to download the appropriate versions on your Mac from the Mac apps store.

  • The other day I had downloaded the latest version of Firefox and now none of the icons for the different websites I normally go to are there?

    As I said, the other day I had downloaded the latest version of Firefox and after doing so none of the icons for the different websites that normally go to are no longer there. Websites such as MSNBC, MSN, Most visited, that entire strip is no longer visible. I tired resetting Firefox and still nothing. Can anyone tell me how to get them to appear again? It's a hassle every time that I want to go to one of those sites I have to type it in the search bar, instead of just clicking on it as I did before. Please keep in mind if you answer, that I'm still learning about these things called computers and not very well versed in some of the things that you experts know:) Thanks

    On Windows XP Firefox shows the menu bar by default and not the orange Firefox menu button that is shown when the menu bar is hidden.<br />
    The menu bar is the toolbar at the top that shows menu items like File, Edit, View, History, Bookmarks, Tools, Help.<br />
    You can press the F10 key or tap the Alt key to bring up the "Menu Bar" temporarily in case this bar is hidden (View > Toolbars or Firefox > Options).
    The Navigation Toolbar shows the Back and forward button and the input field where you type the address of a site that you want to visit (aka location bar) and also has a search bar where you can type items that you want to look up with a search engine (Google).
    See also:
    *https://support.mozilla.org/kb/how-do-i-get-firefox-button
    *https://support.mozilla.org/kb/Menu+bar+is+missing
    *https://support.mozilla.org/kb/Browsing+basics
    *https://support.mozilla.org/kb/Tabbed+browsing
    You can attach a screenshot in case you still have problems with the toolbars to show what you want to change.
    *http://en.wikipedia.org/wiki/Screenshot
    *https://support.mozilla.org/kb/how-do-i-create-screenshot-my-problem
    Use a compressed image type like PNG or JPG to save the screenshot.

  • On installation of Firefox 4 beta, it tells me that it won't run on my Mac. When I go to system requirements, it takes me to a page for Firefox3.6 requirements. Where can I find the requirements for the beta?

    The link to system requirements for Firefox 4 beta takes you to a page that gives you the requirements for Firefox 3.6 instead. I assume that the requirements for the beta are different as I can't seem to install the beta on my Macs. Where can I find the beta system requirements?

    I never expected Mozilla to neglect the users of Apple's PowerPC (PPC) computers, while still supporting much older operating environments such as Windows XP. So, I should just throw away a $6,000 system, which is still fast and functional, and contribute masses of heavy metals to land-fills because…?
    I'm hurt and confused after supporting Firefox for many years — installing and using it not only on my own computers but on most of my customers' computers. Now I have to tell my customers with PPC Macs they can't have a secure cross-platform browsing experience from Mozilla. They'll have to learn to use some other browser, or buy a new computer.
    If one doesn't buy a new computer every year, one doesn't deserve Firefox 4. This is sort of sounding more like a Microsoft™© doctrine. (But wait, I can still have Firefox 4 on a ''SERIOUSLY CRAPPY WINDBLOWS XP pile of rubbish?!'') Please open your eyes Mozilla. This just doesn't make sense.

  • Where is the hyphen (-) on the apple TV?  I am trying to set up my network and there is a hyphen in the password for the network

    Where is the hyphen on the apple TV?  I am trying to set up my network and there is a hyphen in the password for the network

    A few options to try:
    They hyphen should be next to the + on the character map.
    If you are still having issues, provided your ATV software is up to date, you can now connect an Apple Wireless Keyboard through bluetooth connections.
    Change your network password so it does not use a hyphen
    Good luck!

  • How do I link the javadoc for one jar to another?

    I'm starting to work on the javadocs for my project. It consists of three JAR files. The problem is I haven't figured out is how to link the javadoc for one JAR to that for another jar. So if JAR A declares class X and JAR B has class Y extend class X, they need to be linked. But the javadoc output only has plain text there. What am I doing wrong? Something like @see com.u3e.tests.tools.X is output as text, not a link. I have the same problem for any @see pointing to part of the JDK. @see java.lang.Object is text.
    My project is NetBeans IDE based.  Do I need to manually specify something on the command line?  I see the -sourcepath and -classpath command line options, but don't know if those would help or not.  Ideally, there would be a place directly in the Documentation portion of the properties for each JAR to list that, but I don't see it.  The various JARs are listed under the libraries section as needed to satisfy dependencies.

    The best way IMO is to sync each iPad with your computer. Having all your stuff backed up on a computer is a good idea anyway. Just read how many folks here are trying to recover lost stuff that could easily be copied back from either backup or iTunes on the computer.
    Sync both iPads to the computer. Transfer all photos to the same computer. Then sync again selecting which items you want on each iPad.

  • I recently had to get a new windows computer, old one crashed. My tech guy got all my itunes library over to the new one, and all my songs are there. However, some won't play and ask me for the password for the apple id they were purchased under. 2 of the

    I recently had to get a new windows computer, old one crashed. My tech guy got all my itunes library over to the new one, and all my songs are there. However, some won't play and ask me for the password for the apple id they were purchased under. 2 of these ids are obsolete and I have no access to those accts. The songs all played on my old computer without prompting me for a password.
    Any ideas how I can get around this hassle and get them all to play? We're talking about 800 songs that are being obstinate. The new computer is authorized under my "new" Apple id, which I have used for years.

    Downloading past purchases from the App Store, iBookstore, and iTunes Store - http://support.apple.com/kb/ht2519 - enabled with iTunes 10.3 and newer; not available in all countries; apps, books (not audiobooks), music, t.v. shows, and movies (some - not all studios have permitted this). Movies currently available in the USA only. Downloading previously purchased movies and TV shows requires iTunes 10.6 or later.  Discontinued items not available. For items not included in the iCloud list, or locations or computer systems where iCloud is not (yet?) available, you only get one download per fee paid.  Apple notes it is your responsibility to back up your purchases.
    Select the store on the left side of iTunes.
    Click on Purchased on the right side under Quick Links.
    You can re-download your available previous purchases.

Maybe you are looking for

  • Edit PDF's

    I'm considering purchasing a iPad (I currently have a iPhone4s and love it)  A huge part of work deals with editing pdfs, from what I can tell this will not work on the iPad.  Does anyone know if this is correct?

  • If your battery is dead will the computer not power on?

    I have a MacBook Pro and I know my battery has been slowly dieing for a few months now. I recently had a new hard drive installed and the tech said it's done. This is the second one I've replaced. But my question is, why won't the laptop work without

  • Can't open torrent file

    I can't open torrent file when downloading it.

  • Regarding OCP certification

    I have completed OCA certification. I gave 1Z0-147 (9i Program with PL/SQL) exam as the OCA Level-2 exam. I am now interested in giving the OCP certification. I wish to give *1Z0-146* (11g Advanced PL/SQL Developer) and wanted to know of any study ma

  • Internet expense report migrate with Project budgetary control

    Dear All ,       Does anyone use Oracle internet expense and enable Oracle Project budgetary control  ?       Casue Oracle Project standard function budgetary controls are not enforced for project-related expense reports entered in Payables , the exp