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. acl
Method parameters in org.nuxeo.ecm.platform.content.template.factories with type arguments of type ACEDescriptor Modifier and Type Method Description boolean
ImportBasedFactory. initFactory(Map<String,String> options, List<ACEDescriptor> rootAcl, List<TemplateItemDescriptor> template)
boolean
SimpleTemplateBasedFactory. initFactory(Map<String,String> options, List<ACEDescriptor> rootAcl, List<TemplateItemDescriptor> template)
protected void
SimpleTemplateBasedFactory. 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. acl
Methods 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 boolean
ContentFactory. 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)
-