org.osivia.nuxeo.component
Interface FragmentService

All Known Implementing Classes:
FragmentServiceImpl

public interface FragmentService


Method Summary
 java.util.Map.Entry<FragmentDescriptor,Fragment> findByCode(java.lang.String code)
           
 java.util.Map.Entry<FragmentDescriptor,Fragment> getFragmentCategory(org.nuxeo.ecm.core.api.DocumentModel doc, java.lang.String uri)
           
 java.lang.String prepareCreation(org.nuxeo.ecm.core.api.DocumentModel doc, Fragment specific, java.lang.String fragmentCategory, java.lang.String region, java.lang.String belowUri)
           
 

Method Detail

findByCode

java.util.Map.Entry<FragmentDescriptor,Fragment> findByCode(java.lang.String code)
                                                            throws FragmentServiceException
Throws:
FragmentServiceException

getFragmentCategory

java.util.Map.Entry<FragmentDescriptor,Fragment> getFragmentCategory(org.nuxeo.ecm.core.api.DocumentModel doc,
                                                                     java.lang.String uri)
                                                                     throws FragmentServiceException
Throws:
FragmentServiceException

prepareCreation

java.lang.String prepareCreation(org.nuxeo.ecm.core.api.DocumentModel doc,
                                 Fragment specific,
                                 java.lang.String fragmentCategory,
                                 java.lang.String region,
                                 java.lang.String belowUri)
                                 throws FragmentServiceException
Throws:
FragmentServiceException


Copyright © 2013. All Rights Reserved.