Nuxeo Enterprise Platform 5.4

Uses of Interface
org.nuxeo.ecm.platform.annotations.service.AnnotationIDGenerator

Packages that use AnnotationIDGenerator
org.nuxeo.ecm.platform.annotations.descriptors   
org.nuxeo.ecm.platform.annotations.service   
 

Uses of AnnotationIDGenerator in org.nuxeo.ecm.platform.annotations.descriptors
 

Methods in org.nuxeo.ecm.platform.annotations.descriptors that return types with arguments of type AnnotationIDGenerator
 java.lang.Class<? extends AnnotationIDGenerator> AnnotationIDGeneratorDescriptor.getKlass()
           
 

Method parameters in org.nuxeo.ecm.platform.annotations.descriptors with type arguments of type AnnotationIDGenerator
 void AnnotationIDGeneratorDescriptor.setKlass(java.lang.Class<? extends AnnotationIDGenerator> klass)
           
 

Uses of AnnotationIDGenerator in org.nuxeo.ecm.platform.annotations.service
 

Classes in org.nuxeo.ecm.platform.annotations.service that implement AnnotationIDGenerator
 class DefaultIDGenerator
           
 

Methods in org.nuxeo.ecm.platform.annotations.service that return AnnotationIDGenerator
 AnnotationIDGenerator AnnotationConfigurationServiceImpl.getIDGenerator()
           
 AnnotationIDGenerator AnnotationConfigurationService.getIDGenerator()
           
 

Methods in org.nuxeo.ecm.platform.annotations.service with parameters of type AnnotationIDGenerator
 void AnnotationConfigurationServiceImpl.setIDGenerator(AnnotationIDGenerator idGenerator)
           
 void AnnotationConfigurationService.setIDGenerator(AnnotationIDGenerator generator)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.