Nuxeo Enterprise Platform 5.4

org.nuxeo.runtime.model.persistence
Interface ContributionStorage

All Known Implementing Classes:
FileSystemStorage

public interface ContributionStorage

Author:
Bogdan Stefanescu

Method Summary
 Contribution addContribution(Contribution contribution)
           
 Contribution getContribution(java.lang.String name)
           
 java.util.List<Contribution> getContributions()
           
 boolean removeContribution(Contribution name)
           
 Contribution updateContribution(Contribution contribution)
           
 

Method Detail

addContribution

Contribution addContribution(Contribution contribution)
                             throws java.lang.Exception
Throws:
java.lang.Exception

getContribution

Contribution getContribution(java.lang.String name)
                             throws java.lang.Exception
Throws:
java.lang.Exception

getContributions

java.util.List<Contribution> getContributions()
                                              throws java.lang.Exception
Throws:
java.lang.Exception

removeContribution

boolean removeContribution(Contribution name)
                           throws java.lang.Exception
Throws:
java.lang.Exception

updateContribution

Contribution updateContribution(Contribution contribution)
                                throws java.lang.Exception
Throws:
java.lang.Exception

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.