You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Alex Karasulu (JIRA)" <ji...@apache.org> on 2009/08/25 02:02:59 UTC

[jira] Created: (DIRSHARED-35) LdifEntry should expose methods to manipulate attributes.

LdifEntry should expose methods to manipulate attributes.
---------------------------------------------------------

                 Key: DIRSHARED-35
                 URL: https://issues.apache.org/jira/browse/DIRSHARED-35
             Project: Directory Shared
          Issue Type: Improvement
            Reporter: Alex Karasulu


Right now LdifEntry.getEntry must be used to get a data structure that allows manipulation of LDIF attributes.  Would be nice to be able to do this without having to rebuild yet another LdifEntry object after altering the Entry object obtained from the original LdifEntry.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (DIRSHARED-35) LdifEntry should expose methods to manipulate attributes.

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSHARED-35?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Lecharny updated DIRSHARED-35:
---------------------------------------

    Fix Version/s: 1.0.0-RC1

I have added a removeAttribute() method, but it's far from being enough

> LdifEntry should expose methods to manipulate attributes.
> ---------------------------------------------------------
>
>                 Key: DIRSHARED-35
>                 URL: https://issues.apache.org/jira/browse/DIRSHARED-35
>             Project: Directory Shared
>          Issue Type: Improvement
>            Reporter: Alex Karasulu
>             Fix For: 1.0.0-RC1
>
>
> Right now LdifEntry.getEntry must be used to get a data structure that allows manipulation of LDIF attributes.  Would be nice to be able to do this without having to rebuild yet another LdifEntry object after altering the Entry object obtained from the original LdifEntry.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.