You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "angela (JIRA)" <ji...@apache.org> on 2007/07/12 10:02:04 UTC

[jira] Created: (JCR-1027) SPI: change param order with RepositoryService.createBatch

SPI: change param order with RepositoryService.createBatch
----------------------------------------------------------

                 Key: JCR-1027
                 URL: https://issues.apache.org/jira/browse/JCR-1027
             Project: Jackrabbit
          Issue Type: Improvement
          Components: SPI
            Reporter: angela
            Assignee: angela


all methods on RepositoryService that require a SessionInfo list the info as first parameter, except for 

RepositoryService.createBatch(ItemId, SessionInfo) 

unless someone objects i would refacter the method signature for consistency reasons.

new:

RepositoryService.createBatch(SessionInfo, ItemId)

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


[jira] Updated: (JCR-1027) SPI: change param order with RepositoryService.createBatch

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

Jukka Zitting updated JCR-1027:
-------------------------------

    Fix Version/s: 1.4

> SPI: change param order with RepositoryService.createBatch
> ----------------------------------------------------------
>
>                 Key: JCR-1027
>                 URL: https://issues.apache.org/jira/browse/JCR-1027
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: SPI
>            Reporter: angela
>            Assignee: angela
>             Fix For: 1.4
>
>
> all methods on RepositoryService that require a SessionInfo list the info as first parameter, except for 
> RepositoryService.createBatch(ItemId, SessionInfo) 
> unless someone objects i would refacter the method signature for consistency reasons.
> new:
> RepositoryService.createBatch(SessionInfo, ItemId)

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


[jira] Resolved: (JCR-1027) SPI: change param order with RepositoryService.createBatch

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

angela resolved JCR-1027.
-------------------------

    Resolution: Fixed

fixed with rev. 555526

modified RepositoryService and adjusted all implementations present within the spi contrib.

> SPI: change param order with RepositoryService.createBatch
> ----------------------------------------------------------
>
>                 Key: JCR-1027
>                 URL: https://issues.apache.org/jira/browse/JCR-1027
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: SPI
>            Reporter: angela
>            Assignee: angela
>
> all methods on RepositoryService that require a SessionInfo list the info as first parameter, except for 
> RepositoryService.createBatch(ItemId, SessionInfo) 
> unless someone objects i would refacter the method signature for consistency reasons.
> new:
> RepositoryService.createBatch(SessionInfo, ItemId)

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