No java API available?

Hi,
Is the java API available for UCM? and i dont mean the Integration suit java API, i mean the intradoc API.
Im looking at the Sechduled Event How To component and I see:
import intradoc.server.*;
import intradoc.shared.*;
import intradoc.common.*;
import intradoc.data.*;
Is there any way I can find the API so I can use this classes myself for customizing components?
Thanks

You can perform any operation that is available via CIS.
For example:
          ISCSContent content = (ISCSContent) ucmApp.getUCPMAPI().createObject(ISCSContent.class);
          content.setType(TYPE_PARAGRAPH);
          content.setSecurityGroup(SECURITY_GROUP);
          content.setProperty("xFDAuthorNam",session.getUser().getFullName());
ISCSCheckinFlags checkinFlags = (ISCSCheckinFlags) ucmApp.getUCPMAPI().createObject(ISCSCheckinFlags.class);
checkinFlags.setFileCopy(true);
checkinFlags.setFinished(true);
     ICISTransferStream transferStream = ucmApp.getUCPMAPI().createTransferStream();
          transferStream.setFileName("dummy.txt");
          transferStream.setInputStream(FacesUtils.getContext().getExternalContext().getResourceAsStream("WEB-INF/dummy.txt"));
          ISCSDocumentCheckinResponse resp = ucmApi.getDocumentCheckinAPI().checkinFileStream(context, content, transferStream, checkinFlags);

Similar Messages

  • Any gpg/pgp java api available

    Is there any java api available for GPG/PGP encryption without using the command line ?

    Thanks for the immediate response , Actually I need
    an api which doesn't use the command line.As I said - www.bouncycastle.org

  • Is there any java API available to make call to 11g Composite Service?

    Hi All,
    How can I make a call to 11g Composite from java? Is there any java client API available for this?
    Thanks,
    Vidya

    Sure there is a way.
    Here is a documentation link:
    Link: [http://download.oracle.com/docs/cd/E15523_01/integration.1111/e10224/invocapi.htm#CHDBBBBC]
    Adam

  • Is there Java API available for third-party integrations with SCCM 2012? I went through the "Developer's Survival Guide", and it seems that SCCM 2012 SDKs only support C# and PowerShell

    Hi All,<o:p></o:p>
    My team and I are developing a software using java that works closely with IT management software such as SCCM. Our software will be highly dependent on data stored in SCCM. Basically
    our software will talk to SCCM to get information about a system managed by SCCM. To be able to do that, our software needs to use a java API that talks to SCCM. Is there a java API for SCCM 2012 that we can use? If there is not, what is the work around to
    this issue (integrate a java project with SCCM SDKs)? Any help is appreciated! Thanks!<o:p></o:p>

    Hi,
    As you mentioned, it seems that there is no available Java API for SCCM .
    Just curious, what's information you want to get from SCCM.
    Based on my experience, you could query the SCCM site database to get almost all the information.
    Otherwise, your question seems to be related to SCCM 2012. You may also choose to post there to get more effictive help.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Is there any java api available to get the process identifier ?

    Hai,
    I am in need to get the process identifier of a running process.
    Is there any API available or any shell script which can be used in exec command
    to get it.
    Thanks in Advance.
    Kavitha M.

    Hint: Don't use the exec command! This would spawn off a new shell with a different PID. You might want to look at JNI (Java Native Interface) to attach a piece of C code to your Java application that can find out the PID.

  • Any Java API available for character recognition.. Please help

    Hi,
    I am wondering if there are any Java API for identifying the character encoding of a text content. I came across NGramJ but not enough documentation to integrate with my application. Any help would be appreciated.
    Thanks.

    I used this but the CharsetToolKit identifies only among UTF-8, UTF-16LE and UTF-16 not any other encodings like TIS-620 etc. I am new to this as well, so not sure whether I am doing it right. Please advise.
    Also, if any samples of chardet would be appreciated.
    One thing not sure, is when I send a message has Thai characters from Hotmail having my browser setting to Thai encoding(TIS-620) but my Hotmail account language is English and sent to one of my exchange accounts. In the outlook, the message looks gibbrish.
    So I need the charset encoding detector to let me know what type of encoding is done on the content (as if you choose English as the language option, the Hotmail server doesn't have charset parameter in the content-type header) so that I can decode and re-encode to UTF-8.
    Any immediate response would be appreciated.

  • Scheduling in weblogic 7.0 using java API

    Hi,
    There is a java class that needs to be executed each day at a specified time through
    weblogic 7.0 app server. In weblogic 6.1, the weblogic timer classes were deprecated.
    Weblogic 7.0 suggests using 3rd party J2EE scheduling tools like FLUX and Kronos
    Enterprise Scheduler. However, are there some other weblogic java APIs available
    in weblogic 7.0 through which scheduling can be achieved?
    TIA,
    abhishek.

    you might also consider using java.util.Timer. See
    http://java.sun.com/j2se/1.3/docs/api/java/util/Timer.html
    Regards,
    Michael
    "abhishek" <[email protected]> wrote in message
    news:[email protected]..
    >
    Hi,
    There is a java class that needs to be executed each day at a specifiedtime through
    weblogic 7.0 app server. In weblogic 6.1, the weblogic timer classes weredeprecated.
    Weblogic 7.0 suggests using 3rd party J2EE scheduling tools like FLUX andKronos
    Enterprise Scheduler. However, are there some other weblogic java APIsavailable
    in weblogic 7.0 through which scheduling can be achieved?
    TIA,
    abhishek.

  • Java API for reading/writing word/excell file

    Hello Friends,
    Is there any Java API available for Microsoft word and excell product?

    Hi,
    Start your search here
    http://jakarta.apache.org/poi

  • Java API to interface with JVMTI?

    Hi All!
    Is there a Java API available, to interact with the JVMTI API added in JDK 1.5.
    Thanks.

    Hi,
    Can any one Please Help me out am Stuck up with the following Exception While trying to invoke a External java Function.
    Step 1: Written the attached Java Class from "Oracle WorkFlow's Developers's" guide.
    Ref: http://www.stanford.edu/dept/itss/docs/oracle/10g/workflow.101/b10284/deffa02.htm#stdjfa
    Step 2: In builder created a process and created a Java Function
    <package-name>.<class-name>
    Step 3: Compiled the Java Class,and Created a jar file and included the jar and the required .jar files [which are required to make that class compile free] in the class path.
    Step 4: We modified the wfjvlsnr.bat by including the custom jar file which was created and the dependent jar files in the classpath and ran the Java Agent.
    Step 5: Invoked the Process from client, once the process is invoked we are getting
    Unable to load class gov.oracle.apps.fnd.wf.SampleWF
    java.lang.ClassNotFoundException: gov.oracle.apps.fnd.wf.SampleWF
    Tue Oct 10 14:33:38 GMT+05:30 2006 Enqueuing VAC02/VAC02 gov.oracle.apps.fnd.wf.SampleWF
    null
    Unable to load class gov.oracle.apps.fnd.wf.SampleWF
    : java.lang.ClassNotFoundEx
    ception: gov.oracle.apps.fnd.wf.SampleWF
    please do reply to my mail [email protected]

  • Reg: Java API for MDM work flow

    Hi,
    I am using MDM java API (Version: 5.5 SP 06 Patch 2) for webdynpro. I am creating a record in MDM using MDM java API. Once the record gets created in MDM i need to call the MDM workflow. Is there any java API available to call the MDM workflow into webdynpro. If that is not possible, what is the alternative to call the MDM workflow into webdynpro.
    Kindly suggest.
    Thanks,
    Prasanthi.

    Hi Prasanthi,
    You need to use the three main classes to work with MDM Workflows
    1. RetrieveWorkflowTasksCommand
    2. WorkflowTask
    Both of the above classes are used to retrieve the current workflow tasks.
    3. WorkflowTaskAction
    4. WorkflowActionMenuNode
    Above classes tells the possible actions of the workflow task.
    You will find more information about the above classes in the Java docs
    I would still suggest to use UWL if you dont need any customization.
    Regards,
    Jitesh Talreja

  • Forms 6i and the JAVA API

    Hello,
    I have scanned this forum for the above subject and don't think there is a similar message that anyone else has submitted.
    We have a Client/Server application that has been built upon Forms 6i. We're running against an Oracle 8i, rel 8.1.5 database.
    I want to write some Java modules that will scan through all our source fmb's building up an inventory of useful info. This will enable us to judge the impact of such things as dictionary (table/view/package) changes.
    Is there a Java API available out there that I could use for my forms 6i forms? I know that there is a C API available - but I don't know C and neither do I have a C compiler!
    thank you,
    Mohan

    The Java API to Oracle Forms is a new feature of Oracle9i Forms. So you'll need to upgrade to Oracle9i Forms and then you will be able to use the Java API instead of the C API.

  • Splitting word document - Java API

    Hi , I would like to split a word doc in to a single document.
    ex: if i have a document with 10 pages i need to split the doc in to each one page.
    Can some one pls let me know how to do it ?? is there any Java API available ???
    Thanks in adv

    pk1234 wrote:
    Hi , I would like to split a word doc in to a single document.
    ex: if i have a document with 10 pages i need to split the doc in to each one page.
    Can some one pls let me know how to do it ?? is there any Java API available ???
    Thanks in advThis is going to be extremely difficult unless you get very lucky. I would look for new requirements or get better defined requirements.
    The problems are basically two in nature.
    1) Reading and writing Word docs sucks in general. It sucks very much for Java. Unless there is a compelling reason otherwise I would recommend using the open office plugin technique others have used rather than POI.
    2) Detecting "page" boundaries is about next to impossible in Word. Unless you are lucky enough to be able to have a document that a user has inserted page breaks into. Then maybe.
    I would in general recommend that your best approach is not to do this. Wherever the word document is being generated do what you need to do at that step.

  • SMS Java APIs

    Please help...
    I'm new to this topic.
    What is the best (are the good) SMS Java APIs available?
    (A SMS Java API that is comprehensive and/or easy to understand/integrate.) Is the SMSlib / smslib.org ok to use?
    (I'm trying to make a very simple program/connection between my pc/Windows XP to my phone Nokia 6500c)
    thanks in advance.

    i'm really sorry for post crossing.
    i'm new to this forum and I really don't know where to post this question/topic (it's a J2SE thing but a the same time its about a mobile app)
    again, sorry for bothering.
    Edited by: a_turingmachine on Aug 12, 2008 6:02 AM

  • Is there any way to view the Java API through Eclipse or any IDE?

    I usually use Eclipse to code and sometimes, when i'm typing a method it will show a small list of the methods available for that class. Does Eclipse (or any other IDE, but Eclipse especially), have the java API available for view somewhere in the program?
    Thanks.

    In Eclipse Select Window -> Show View -> JavaDoc. If you're JRE is set up correctly, it will show you the JavaDoc of the currently selected class/method/member variable in that view.
    If it isn't, then go to Window -> Preferences -> Java -> Installed JRE and edit the JavaDoc location of the rt.jar (for Java 6 http://java.sun.com/javase/6/docs/api/ is a good value, as long as you're online).

  • EDN Java API documentation

    Hello everybody,
    is there any documentation on the EDN Java API available? I know there is a section in the Soa Suite Developers Guide, and there are a couple of blog postings, but I can't find any documentation of the API.
    Best regards, Chris

    There is sample Java code that shows most of the functions. Take a look in the Samples\japi directory where you installed EDS.Regards,Jade-----------------------------Jade ColeSenior BI ConsultantClarity [email protected]

Maybe you are looking for

  • Resultset returns null while calling a DB2 stored procedure using hibernat

    Hi All , I am trying to call a db2 stored proc with cursor open from my java code but it always returns me null results though it executes fine when I call the procedure from the command line Java code.................... CallableStatement stmt3 = Ey

  • ICloud iPhoto journals vs Shared Photo stream

    In iPhoto (for iOs Only) you can create photo journals and publish them on iCloud. This is very similar to shared photo streams. However Journals give you quite a few layout options which lack for photo stream. On the other hand shared photo stream a

  • Dynamic Initialization of PL/SQL collection ...

    Hi, I trying to initialize table type using execute immediate but get the following error: DECLARE      TYPE SCHEMA_LIST IS TABLE OF ALL_USERS.USERNAME%TYPE;      L_SCHEMAS SCHEMA_LIST; BEGIN EXECUTE IMMEDIATE ' BEGIN :b1 := SCHEMA_LIST ('''||FN_GET_

  • Upgrade to Solaris 9

    Hello Experts, I have a Sun Enterprise 420R system with Solaris 8 OS installed.I want to know wheather we can upgrade the Solaris 8 to Solaris 9 for the above mentioned Hardware. Is there any issues faced while upgrading the OS on the particular hard

  • Report not matching

    Hi, We have created a customized report for "Totals by posting key for trade account". When we match the figure of the report with FS10N for a particular month, the difference is going beyond 1 million. Can anyone help me in where to check to find th