Reindexing a certain number of documents of Java custom filter

I need assistance with the best way to present a number of documents from a Java filter.

I have an event planned all night where I will call "scheduledSystemEvent" to run the custom filter.

The filter will take away the dDocNames of content items, which must then be reindexed.

How to run sucha mass updating/reindexing of the Java filter?

Thank you very much for your help!

Anya,

These are actually two questions:

(a) how to resubmit a group of documents?

(b) how to do that (or whatever it is) a filter?

Ad one) there is a RESUBMIT_FOR_CONVERSION of service http://docs.oracle.com/cd/E29542_01/doc.1111/e11011/core.htm#CSSRG2306 which takes a done, IMHO so all you need to do is provide a list of dIDs (or other identifiers) and somehow calling the function in a loop

Ad b) If you're familiar with the implementation of the filter, I don't see why your code created in #a should not operate in a filter. However, who should be tested.

Personally, I create a Java/RIDC normal application and schedule it to run as a process of batch of BONES. I see no benefit to do it in a filter - providing a context executing server-side or improve an existing feature.

Tags: Fusion Middleware

Similar Questions

  • Is it possible to send a document through EchoSign, but not allow the recipient to sign in fact that a certain number of days later?

    Is it possible to send a document through EchoSign, but not allow the recipient to sign in fact that a certain number of days later? I often send contracts which have a period of seven days - if the recipient is not allowed to sign until seven days have elapsed since the date I send the contract. I was wondering if there is a way to fight against this automatically or if I should tell them that they cannot sign up to a certain date and count on them to follow my instructions.

    Hi Jamie,

    From now on, once the document is sent to the signatories that they can esign it at any time and it is not possible to delay or set the least number of days before they can not esign.

    Although EchoSign does not have this feature currently, but we can send your request to our team of developers to integrate the requested feature becomes available in the future.

    You can also put your ideas on our page of ideas (http://ideas.echosign.com/forums/21617-echosign-general ) where your feature request will go directly to our development team.

    Kind regards

    -Usman

  • Maximum number of documents in a container

    Hello

    I read the guide "Getting started with Berkeley DB XML for Java" and understand that by using the (true) XmlDocumentConfig.setGenerateName, BDBXML generates a unique name for each document stored: myDocName_a where a is the unique value.

    I have two questions about this:

    (1) what is the maximum number that can be stored in the container before there's a mistake? For example, myDocName_xxxxxxxx. What is the maximum value of xxxxxxxx?

    (2) say, we delete both documents, myDocName_1 & myDocName_2. BDBXML generates this two document names again if we store another 2 new documents?

    Thanks in advance!

    See you soon,.
    Khew

    Hello

    (1) the quotation of DB XML FAQ:

    Number of Documents in a Container:
    Internal document IDs are 64-bit integers, and must be unique within a container, which limits the number of documents in a container. 
    

    (2) No, it won't. At least I got these results in XML DB 2.4.16. So if you had dbxml_1 document, dbxml_2, dbxml_3 and then deleted Let's say dbxml_1 and dbxml_3, then the other generated name would be dbxml_4. Anyone, you'll correct me if I'm wrong.

    Best,
    Vyacheslav

  • How can I send that email to a certain number of people and that their name appears.

    When I send an email to a certain number of people, I want to show him that he went to them, but none of the other persons, when they receive it.

    You can not do exactly what you describe, but the usual solution to not display a mailing list is to send email to yourself, with the distribution list in the BCC field.

  • When to send a certain number of photographs...

    When to send a certain number of Photos using Mail photographs, pictures all run with no space between them.  Is there a way to get in shape for spaces are created between each photograph?

    Just treat each image as a line of text.  Place the cursor to the right of each image and press the key back one or two times to add lines between images.

  • Does anyone know how to put a bar above a certain number?

    I need to insert a small bar above a certain number, which indicates a negative value in a system of coordination. Does anyone know how to do?

    Thank you!

    In Pages, type your number. Select the Edit menu: Emoji & symbols. This will launch the character Panel. In the search table, type "combining macron" without the quotes. The first character to appear on the central display is the macron combining. Your insertion point is always behind the number (or letter) that you typed, click twice on the macron combining symbol in the Middle character Panel. The number will instantly receive a macron (bar) above him.

  • Conversion back Office Documents using Java JDK running under Linux

    I need to convert Office Documents using Java JDK running in the Linux VM to PDF without human interaction, is this possible? How?

    It could be a service web or other solutions, but it should work on Linux and must be callable from java.

    You shot yourself in the foot because with accuracy of conversion of Office documents requires Office. Which requires Mac or Windows (preferably Windows). Solution server of Adobe's LiveCycle PDF generator. Has a Java interface, but you will need Windows server for it.

  • Good afternoon! I need a certain number of support in Russian.

    Good afternoon! I need a certain number of support in Russian.

    Hello

    Please see Support FAQ: how to contact Adobe for support?

    Hope that helps!

    Kind regards

    Sheena

  • After the update, I lost a large number of documents that I had edited and saved in my tablet. No possibility to recover them? Now I can access only the documents of the cloud.

    After the update, I lost a large number of documents that I had edited and saved in my tablet. No possibility to recover them? Now I can access only the documents of the cloud.

    I found an easier way to recover the files: I connected the tablet to the computer and then open the download-> Adobe Reader folder. There, I found all my files.

    After this boring experience, any recommended rather than Acrobat Reader PDF player?

  • How to add the document level java script to the document via API?

    Hello

    Can someone tell me how to add a document level java script with pdf document?

    Thank you

    Amol

    Here is a link to the JavaScript documentation for the doc.addScript method: http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.440.html

  • The simple aggregate data of a certain number of lines into a single line on 10g xe

    Hi all, is it solution for 10g xe how to aggregate the data of a certain number of rows in a single line.
    Basic data:
    DEPTNO ENAME
    ---------- ----------
    20 SMITH
    ALLEN 30
    WARD 30
    20 JONES
    30 MARTIN
    30 BLAKE
    10 CLARK
    SCOTT 20
    10 KING
    30 TURNER
    20 ADAMS
    30 JAMES
    20 FORD
    10 MILLER

    need to update table B with this release

    DEPTNO EMPLOYEES
    ---------- --------------------------------------------------
    10 CLARK, KING, MILLER
    20 SMITH, FORD, ADAMS, SCOTT, JONES
    30-ALLEN, BLAKE, MARTIN TURNER, JAMES, WARD

    concerning
    Gordan

    Hello

    The deliimter (the 2nd argument) in SYS_CONNECT_BY_PATH should never appear in the elements be concatenated (the 1st argument). Use a different delimiter; It can be more than 1 character, if you wish.
    For example:

    SELECT    deptno
    ,       LTRIM ( SYS_CONNECT_BY_PATH (ename, '`')
                , '`'
              )     AS employees
    FROM        (
              SELECT  deptno
              ,     ename
              ,     ROW_NUMBER () OVER ( PARTITION BY  deptno
                                        ORDER BY          ename
                                ) AS curr
              FROM    emp
           )
    WHERE       CONNECT_BY_ISLEAF     = 1
    START WITH     curr     = 1
    CONNECT BY      curr        = PRIOR curr + 1
         AND     deptno      = PRIOR deptno
    ;
    

    Furthermore, the code you posted was the way to Oracle 9 use SYS_CONNECT_BY_PATH. In Oracle 10, it is simpler and more effective to use CONNECT_BY_ISLEAF, as shown above.

    If you really want to use a delimiter that appears in the data, then you can use some other characters in SYS_CONNECT_BY_PATH and then use REPLACE on the results, like this:

    SELECT    deptno
    ,       REPLACE ( LTRIM ( SYS_CONNECT_BY_PATH (ename, '`')
                           , '`'
                     )
                , '`'
                , ','
                )     AS employees
    FROM ...
    

    Of course, if you do this, you will not be able to tell if "CLARK, KING, MILLER" is 1, 2 (e.g., 'CLARK' and 'KING, MILLER') or 3 elements.

  • Text tends to disappear after a certain number of digits is reached?

    I use After Effects CS4 and for some reason that the text is completely disappear after a certain number of digits is reached.

    That's what I did:

    New publication: Width 1000, 1000 tops, square Pixels, 25 fps, duration 5 seconds

    I made a new text box that fills the screen.

    Set the font to Arial, Regular, size 14, leading 14.

    Type 1234567890.

    I need to copy and paste until the entire screen is filled. He gets almost halfway in - line 33 - and then all the text disappears completely. The text box itself does not disappear, but the numbers don't. It's as if he can't manage that amount of text.

    How can I fix it?

    Thank you!

    You may have encountered a bug. I was just able to reproduce it. It seems to have to do with the total length of a "word". It doesn't seem to be on the number of characters, exactly, because the problem occurs to different characters depending on the size of the police. If you insert a space in the large block of text every now and then, this problem does not occur.

    Please file a bug report so that engineers can see exactly what you're feeling. Also, I'll show them what I see.

  • How to create certain number of spaces at the end of all records

    Hello

    I'm queue the select query, where each column value must take a position.

    I need to also have a certain number of spaces at the end of each record.

    How to make spaces at the end of the recording.

    Is anything order them to be included in the select query to get spaces at the end of the recording.

    details of the file is like this:-

    NAME OF FIELD FIELD DECRIPTION POSITIONS SIZE FORMAT
    RECORD TYPE 1 1 'R' ALPHA
    EMP N ° 2-4 5 DIGITAL EMP_NO
    SPACES of 6-11 6 SPACES-> HOW to GET THE NUMBER SPACES ESPECIALLY... HOW TO WRITE THE SELECT QUERY TO GET THESE IN THE HOLD FILE.

    THANKS in advance...

    Maybe just do a simple function that returns a string of spaces given the desired number of places?

    Published by: TimS on August 6, 2009 16:06

  • Help the insertion of an unknown number of lines in a custom Data Type

    Hi all

    I need help in the insertion of an unknown number of lines in a custom Data Type

    In Oracle I was thinking something like...
    CREATE OR REPLACE TYPE &HKDB_Schema_Name..SOMEDATA AS OBJECT (ID int, Name varchar2);
    /
    CREATE OR REPLACE TYPE &HKDB_Schema_Name..TYP_TABLE AS TABLE OF &HKDB_Schema_Name..SOMEDATA;
    /
    
    CREATE OR REPLACE PROCEDURE &HKDB_Schema_Name..SProc1
    (
    )
    AS
    l_TempTable TYP_TABLE := TYP_TABLE();
    v_count NUMBER := 0;
    l_ID int;
    l_Name varchar2(200);
    BEGIN
     
      LOOP
      -- exit the loop if the select returns no results. (look if exists in l_TempTable)
      v_count := SELECT COUNT(*) FROM Person p WHERE p.ID NOT IN (SELECT ID FROM TABLE(CAST(l_kgListTable AS TEMP_KGID_TABLE)));
    
      -- select the top result
      SELECT p.ID, p.UserName INTO l_ID, l_Name FROM Person p WHERE p.ID NOT IN (SELECT ID FROM TABLE(CAST(l_kgListTable AS TEMP_KGID_TABLE)))  
      AND ROW_NUM = 1;
    
      insert data into custom data type
      l_TempTable.extend;
      l_TempTable(l_TempTable.last) := SOMEDATA(l_ID, l_Name);
    
      EXIT WHEN v_count < 1;
      END LOOP;
    END SProc1;
    While I don't know this will probably do the job, it feels not very effective, have to select where the argument no_lig = 1 and then insert a facility on time. Is there a better way to do it?

    Basically, it's a migration of a MSSQL stored procedure where the equivalent would be...
    DECLARE @TempTable TABLE (ID int, Name varchar)
    
    INSERT INTO @TempTable (ID, Name) (SELECT ID, UserName FROM Persons)
    Thanks in advance,
    Toby

    Oh sorry you posted that before but I missed it. In this case maybe you should simply remove the

    as "HasChildren"{pre} part. This is only valid for a column name, but you input that expression directly into a type. It is not a column at this point.
    
  • How to increase the number of oacore the Java virtual machine can be found in paragraph 12.1 EBS

    Hello

    Does anyone know of a document showing how to increase the number of the Java virtual machine for the oacore can be found in paragraph 12.1 EBS? I found a few google search dealer change the file opmn.xml but I would like to see a retailer who need references to changed.

    Also it is often said that 1 jvm should be configured for each processor and best practices should be a 1 FMV must be configured for cpu 2. The effect of this rule processor type is valid for a risc processor and a processor intel.

    Thank you
    Mike

    Please see these documents.

    Instructions for installation of the JVM in applications e-Business Suite 11i and R12 [362851.1 ID]
    How to prevent idle connections JDBC Oracle applications [ID 427759.1]

    Thank you
    Hussein

Maybe you are looking for