Uses of Class
org.nuxeo.ecm.platform.content.template.service.ACEDescriptor
- 
Packages that use ACEDescriptor Package Description org.nuxeo.ecm.platform.content.template.factories org.nuxeo.ecm.platform.content.template.service  - 
- 
Uses of ACEDescriptor in org.nuxeo.ecm.platform.content.template.factories
Fields in org.nuxeo.ecm.platform.content.template.factories with type parameters of type ACEDescriptor Modifier and Type Field Description protected List<ACEDescriptor>SimpleTemplateBasedFactory. aclMethod parameters in org.nuxeo.ecm.platform.content.template.factories with type arguments of type ACEDescriptor Modifier and Type Method Description booleanImportBasedFactory. initFactory(Map<String,String> options, List<ACEDescriptor> rootAcl, List<TemplateItemDescriptor> template)booleanSimpleTemplateBasedFactory. initFactory(Map<String,String> options, List<ACEDescriptor> rootAcl, List<TemplateItemDescriptor> template)protected voidSimpleTemplateBasedFactory. setAcl(List<ACEDescriptor> aces, DocumentRef ref) - 
Uses of ACEDescriptor in org.nuxeo.ecm.platform.content.template.service
Fields in org.nuxeo.ecm.platform.content.template.service with type parameters of type ACEDescriptor Modifier and Type Field Description List<ACEDescriptor>TemplateItemDescriptor. aclMethods in org.nuxeo.ecm.platform.content.template.service that return types with arguments of type ACEDescriptor Modifier and Type Method Description List<ACEDescriptor>TemplateItemDescriptor. getAcl()List<ACEDescriptor>FactoryBindingDescriptor. getRootAcl()Method parameters in org.nuxeo.ecm.platform.content.template.service with type arguments of type ACEDescriptor Modifier and Type Method Description booleanContentFactory. initFactory(Map<String,String> options, List<ACEDescriptor> rootAcl, List<TemplateItemDescriptor> template)Constructors in org.nuxeo.ecm.platform.content.template.service with parameters of type ACEDescriptor Constructor Description ACEDescriptor(ACEDescriptor toCopy) 
 -