PropertyManager for the Content

Hi all,
How can we define the PropertyManager for the Content Property ?
I mean the values for the property of a content in the Repository will come
from an external Data source.
And we want to manage these property values separately in our application.
Can we use EntityPropertyManager for the content. But in the documentation
its given for the User and Groups.
Thanks,
Karthi.

You can always try the JavaDoc:
http://e-docs.bea.com/wlp/docs81/javadoc/index.html
Pay particular attention to the com.bea.content,
com.bea.content.expression (for implementing search), and
com.bea.content.spi packages.
You will need to implement a com.bea.content.spi.Repository which
returns Tickets which return your implementations of
com.bea.content.spi.NodeOps, ObjectClassOps, and SearchOps. For search,
also be sure to look at com.bea.content.expression.Search and
ExpressionHelper for more details about what the search expressions look
like and what the standard properties should map to. Your implementation
classes shouldn't need to worry too much about caching since the
com.bea.content.manager framework should take care of caching.
You can put your jar in APP-INF/lib of the application to have it picked
up by the server, if your implementation doesn't include any EJBs
(because then you could just put it in the EJB jar file). You should be
able to write your implementation code in Workshop in a Java and/or EJB
project, since a Java project builds to APP-INF/lib and an EJB project
generates and registers and EJB jar.
You will need to register your Repository implementation in the
META-INF/application-config.xml file (or via the admin portal Server
screens).
Greg
Karthi wrote:
Alex,
The documentation you referred does not say any thing about how to use
content SPI.
But I hope this page...
"Content Repositories provide the storage mechanism for content, and they
comprise the second-level of the Virtual Content Repository hierarchy.
Content Repositories may include multiple instances of BEA repositories, 3rd
party repositories, or customer repositories. To plug into the Virtual
Content Repository, you must implement the BEA Content Management Service
Provider Interface - the CM SPI. "
http://e-docs.bea.com/wlp/docs81/contentspi/index.html .. where is the page
Sorry to say, this is improper.
Since the release of 8.1 Portal there is not correct documentation available
at correct.
Its horrible to think for a company like BEA.
Hope to hear Soon.
Karthi.
"alex toussaint" <[email protected]> wrote in message
news:[email protected]...
Hi,
The Portal CM system does not use the propertyManager. This is part ofUnified
User Profile - UUP:
http://dev2dev.bea.com/codelibrary/code/uup81.jsp
You can map external data sources, repositories, via the CM SPI andtherefore
manage external properties.
http://e-docs.bea.com/wlp/docs81/adminportal/help/CM_OV.html
--alex
"Karthi" <[email protected]> wrote:
Hi all,
How can we define the PropertyManager for the Content Property ?
I mean the values for the property of a content in the Repository will
come
from an external Data source.
And we want to manage these property values separately in our
application.
Can we use EntityPropertyManager for the content. But in thedocumentation
its given for the User and Groups.
Thanks,
Karthi.

Similar Messages

  • Thanks for the reply to my question regarding sound in iMovie and sending me the online links.  however the online links are impossible to play as they upload too slowly with the result that the playing keeps stopping waiting for the content to catch up

    Thanks for your reply to my question regarding sound in iMovie.  However I cannot follow the links you sent as they upload too slowly and therefore the instructional movie keeps stopping waiting for the content toload.  Surely theremust be a solution for this??
    Thanks in advance
    lolly

    Please continue posting in your original thread.
    With the amount of traffic on these forums it is impossible to chase around finding this.

  • XML Parser Message: Element series is not valid for the content model

    Hello,
    I work with FrameMaker 8 and DITA.
    I change the element prodinfo in the topic.edd from:
    General rule: (prodname), (vrmlist), (brand | series | platform | prognum | featnum | component)*
    to:
    General rule: (brand | series | platform | component)*
    When I import the element definition to the template everything is okay.
    When I insert the elements metadata, prodinfo, brand, series, platform and component into a topic I get the XML Parser Message that the element brand is not valid for the content model (prodname,vrmlist, ((brand|series|platform|prognum|featnum|component))*).
    When I delete the element brand in the topic I get the XML Parser Message that the element series is not valid for the content model (prodname,vrmlist, ((brand|series|platform|prognum|featnum|component))*).
    I change the element prodinfo in the topic.edd to:
    General rule: (brand)?, (series)?, (platform)?, (component)?
    ...and get the same Parser Message.
    I do not understand that. Is not it allowed to change the EDD this way without changing the DTD?
    With kind regards
    Nina

    Hi Nina...<br /><br />In general, the EDD and DTD need to sync up. You can remove elements from an EDD element definition's general rule, as long as the resulting elements are still valid to the DTD. But if changing a general rule creates an invalid structure, you'll need to also change the DTD to allow the revised structure.<br /><br />With DITA, it is common to remove inline elements from block-level elements. For example, you might want to remove the <msgblock>, <msgnum>, and <msgph> elements from the general rule of the <p> element .. this can be done easily in the EDD and the resulting structure remains valid with the DTD.<br /><br />However, what you're doing leaves the <brand> element as a child of <prodinfo> .. which is invalid. You'll get these errors when saving a file, since this is when the file is validated against the DTD.<br /><br />I do not recommend modifying the structure in such a way that requires you to modify the DTD. If you really need to do this, then you should consider making a specialization to support your revised model.<br /><br />I hope this helps.<br /><br />Cheers and Happy New Year!<br /><br />...scott

  • HT201272 click the tab for the content type you're looking for (Music, Movies, TV Shows, Apps, or Books). No. a lie

    "From your Purchased page, click the tab for the content type you're looking for (Music, Movies, TV Shows, Apps, or Books)."
    Ok, Movies only in US.. that is fine.. BUT I only have Apps and Books to select. Where is my option to download my music again? I can see my purchases under my account but from the store trying to follow the described method - impossible!
    I don't care about apps or books.. music.. I want my paid music. No wonder people pirate music?!

    Zesty.Zooma wrote:
    But will I be able to keep the data stored in the applications, photos, books and also the sorting and the folder arrangements the same way they were, after erasing all the data and synchornizing with the new library?
    That is the aim of the process set out here: Recover your iTunes library from your iPod or iOS device.
    tt2

  • [svn] 3498: Fixed a problem in TextGraphic and TextView where you got an empty paragraph before the paragraph (s) you specified for the content in MXML.

    Revision: 3498
    Author: [email protected]
    Date: 2008-10-06 15:45:01 -0700 (Mon, 06 Oct 2008)
    Log Message:
    Fixed a problem in TextGraphic and TextView where you got an empty paragraph before the paragraph(s) you specified for the content in MXML.
    Reviewer: Deepa
    Bug: SDK-16737
    QA: No
    Doc: No
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-16737
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/component/TextView.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/TextGraphic.as

    why nobody help? I am very disappointed. Somebody help me. Thanks very much!

  • I just bought a macbook pro and qualified for the free Mountiain Lion update.  How do I download the software on my laptop now that I've received the password for the content code file.

    I recently purchased a macbook pro and qualified for the free Mountain Lion update.  Now that I've received the very long content code from Apple, where do I go to enter this information?  Is there a link within apple.com?  This is my first apple computer so I'm not a proficient user.  Thank you

    marsrover25 wrote:
    I recently purchased a macbook pro and qualified for the free Mountain Lion update.  Now that I've received the very long content code from Apple, where do I go to enter this information?  Is there a link within apple.com?  This is my first apple computer so I'm not a proficient user.  Thank you
    Sign into the App Store with your Apple ID. App Store should be in the Dock.
    Cheers
    Pete

  • How to setup a routing rule for a specific file type for the content organizer?

    Hello,
    how can I set a routing rule for a specific file type, for example for "pdf" or for "docx", for my content organizer?
    As standard I can only choose for the rules the content type, name and title of the file uploaded.
    Thank you in advance!
    JohnyG

    Hi Johny,
    Based on your description, my understanding is that you want to create a routing rule for a specific file type.
    I recommend to create rules with the conditions as the image below shows for the Document content type(for example: .docx files):
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Retriving attributes for the  content of a text pane

    How to know what character atrributes has been imposed ont he content from the JTextPane.
    Iam having twp text panes say one for typing and other for displaying
    here in the type area i types some content with different character atrributes
    some words with bold some words with italic etc,
    So my question is how to retieve the content and its attributes.
    Message was edited by:
    Ramxy

    Hi,
    I think you have doen some thing like this in PBO.
    screen_field_name = 'some value'.
    So now in PAI you can do the following.
    CASE sy-ucomm.
         WHEN 'F_CLEAR'.    " Fcode for the clear button in the screen.
          CLEAR : field_name.
      ENDCASE.
    If the field is a mandatory field then you need to create a AT EXIT module and write the same code in that.
    Hope it helps you.
    Thanks,
    Sri.

  • Create schedule for the Content Categorizer.

    Hi, all!
    I want to do a schedule for the automatically recatecorization (with Content Categorizer Component) of documents.
    I need to run this task automatically, for all documents, for some documents, and/or for some folders, every day, for example.
    How i can do this?
    Thanks for the tips!

    Actually, if you want to run a batch categorization, it'll be more like a command-line call, than a service call. I'd expect that the documentation provides some hints.
    If you want to do your own custom categorizer engine, you might analyse services called, or you could also take a look at ContentCategorizer component in Component Wizard (note: to view standard components, you need to clone them to a custom component first).

  • DRM for the contents in the browser

    I am considering to use FMS for our video conents and also
    want to adopt FMRMS for the DRM. Then what I got from the site is
    that FMRMS is just supporting AMP and AIR applications. So then
    what about the contents in the browser?

    Same happens to me! Help

  • How to set the size for the content pane?

    * Login.java
    * Created on 15 March 2004, 17:17
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    import java.sql.*;
    * @author Mindwalker
    public class Login extends javax.swing.JFrame implements ActionListener {
         private JFrame controllingFrame;
    private JPasswordField passwordField;
    private static String Login = "Login";
    /** Creates new form Login */
    public Login() {
    initComponents();
    /** This method is called from within the constructor to
    * initialize the form.
    * WARNING: Do NOT modify this code. The content of this method is
    * always regenerated by the Form Editor.
    private void initComponents() {//GEN-BEGIN:initComponents
    PasswordEnter = new javax.swing.JTextField();
    User_name = new javax.swing.JTextField();
    jLabel1 = new javax.swing.JLabel();
    jLabel2 = new javax.swing.JLabel();
    jButton1 = new javax.swing.JButton();
    getContentPane().setLayout(null);
    addWindowListener(new java.awt.event.WindowAdapter() {
    public void windowClosing(java.awt.event.WindowEvent evt) {
    exitForm(evt);
    getContentPane().add(PasswordEnter);
    PasswordEnter.setBounds(150, 160, 140, 20);
    getContentPane().add(User_name);
    User_name.setBounds(150, 120, 140, 20);
    jLabel1.setText("Password");
    getContentPane().add(jLabel1);
    jLabel1.setBounds(40, 160, 70, 16);
    jLabel2.setText("User name");
    getContentPane().add(jLabel2);
    jLabel2.setBounds(40, 120, 80, 16);
    jButton1.setText("Login");
    getContentPane().add(jButton1);
    jButton1.setBounds(170, 210, 81, 26);
    jButton1.addActionListener(this);
    pack();     

    You don't learn anything by using GUI building tools. You learn by reading. Here's a section from the Swing tutorial on [url http://java.sun.com/docs/books/tutorial/uiswing/layout/index.html]Using Layout Managers that also deals with "Absolute Positioning".

  • Form development & searching for the contents

    Dear all,
    In portal, I need a simple form to capture some information.
    Eg Vehicle Number, driver name etc.
    I also want to search on this form content.
    What will be a good option instead of custom developments.
    XML forms can be used but can't be searched.
    Document template, Guided procedure are some other options.
    Regards,

    Hi Subir,
       If you need to capture some information (enter by a user, it is not read from a database for example) you can use form builder. It's very simple to do it. The result are xml files. Then you can create an index (index administration) to point to this repository. Don't forget to add this repository to xml filter, this is when you double click in xml file must be open using a xslt not open as a simple text file.
      Guided procedure is thought for workflow process. You can create a input form (but using Adobe form, you must have licence for use it). Also, you can create a webdynpro application using SAP Developer Studio.
      I think that the best option, obviously depend on your requirement is used form builder.
    Patricio.

  • How to setup the defaults (font, fontsize, fontcolor) for the Content Editor in Acrobat Pro 11.0.4?

    Hi folks, maby you can tell me if there is a way to edit the default font of Acrobat's Content Editor, especial in the add text mode.
    As default, my Acrobat uses Minion Pro in size 12. This drives me crazy, because i have to change this every time i add Text.
    Thanks!

    Unfortunately there isn't but it would make an excellent Feature Request.

  • How to display the field name in the tabulated view for a content query web part

    I have added a content query web part changed the web part file to include custom columns imported and reffered itemstyle.xsl
    to include the tabulated view for the content query.
    However the way it is displayed is such that only the content is displayed.
    As i am using a tabular view wto display the data, i want to display their field names as well.

    Hi  ,
    According to your description, my understanding is that you need to display the field in the tabulated view for a content query web part.
    For your issue, please refer to the code as below:
    <xsl:template name="VendorCustomStyle" match="Row[@Style='VendorCustomStyle']" mode="itemstyle">
    <html>
    <table width="100%">
    <xsl:if test="count(preceding-sibling::*)=0">
    <tr>
    <td width="8%" valign="top"><div class="item"><b>Vendor ID</b></div></td>
    <td width="12%" valign="top"><div class="item"><b>Vendor Name</b></div></td>
    <td width="50%" valign="top"><div class="item"><b>Vendor Description</b></div></td>
    <td width="10%" valign="top"><div class="item"><b>Vendor Country</b></div></td>
    <td width="10%" valign="top"><div class="item"><b>Vendor Date</b></div></td>
    <td width="10%" valign="top"><div class="item"><b>Created By</b></div></td>
    </tr>
    </xsl:if>
    <tr>
    <td width="8%" valign="top"><div class="item"><xsl:value-of select="@VendorID" /></div></td>
    <td width="12%" valign="top"><div class="item"><xsl:value-of select="@Title" /></div></td>
    <td width="50%" valign="top"><div class="item"><xsl:value-of select="@Vendor_x005F_x0020_Description" disable-output-escaping="yes" /></div></td>
    <td width="10%" valign="top"><div class="item"><xsl:value-of select="@Vendor_x005F_x0020_Country" /></div></td>
    <td width="10%" valign="top"><div class="item"><xsl:value-of select="@Vendor_x005F_x0020_Date" /></div></td>
    <td width="10%" valign="top"><div class="item"><xsl:value-of select="@Author" /></div></td>
    </tr>
    </table>
    </html>
    </xsl:template>
    For more information, please have a look at the blog:
    http://www.codeproject.com/Articles/756834/Customizing-the-Content-Query-Web-Part-and-Item-St
    http://msdn.microsoft.com/en-us/library/ms497457.aspx
    http://clarksteveb.hubpages.com/hub/Customized-Content-Query-Web-Part-CQWP-in-SharePoint-2007-with-results-Tabbed-Grouped-and-in-an-HTML-Table
    http://blog.sharepointexperience.com/customitemstyle/
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • WebHelp for multiple content categories doesn't include index_csh.html

    RoboHelp 9
    I used to create output for a WebHelp layout with only one content category, with a start page of index.html.  The output folder would include two additional, RH-generated files, index_csh.html and index_rhc.html.  Within context-sensitive topics in the output, I sometimes linked to additional topics using the format
    <a  href="<path>/index_csh.html#topicid=<topic ID>,withnavpane=false...>, which opened the linked topic within the tri-pane help window.
    I've just created another layout that uses multiple categories, with a start page of index.html for the default category, and now those additional files are not part of the output (neither at the root level nor in a category or subcategory folder). It wouldn't matter so much if the index_csh.html file was in a different or multiple locations; I still would be able to simply change the link path.  But now there is no such file, and I'm not sure how to make my links work.  Anyone know anything about this, or have any suggestions?  There is next to no documentation about Content Categories in Adobe's help....

    Hi,
    The _csh file is still there, but is has a different name. The start file of your content categorie is the name of the content categorie. In the content categorie with the name Content the start file is named content.htm and so there also is a content_csh.htm. As long as your content categorie is called Index, it should work. But that is a problem with multiple categories.
    There are two viable solutions I can think of:
    Identify all your links using the CSH and replace them with direct links to the topics. This is the only real solution to the problem.
    The correct start page is available in the topic through JavaScript. I may be able to devise a JavaScript that gets the correct _csh file for the content categorie and replaces any links to the index_csh.htm with a link to the correct topic. This isn't a real solution, it's more of a workaround so your links keep working until you can create direct links to topics.
    Greet,
    Willam

Maybe you are looking for