Uses of Class
org.nuxeo.ecm.platform.content.template.service.PostContentCreationHandlerDescriptor
-
Packages that use PostContentCreationHandlerDescriptor Package Description org.nuxeo.ecm.platform.content.template.service -
-
Uses of PostContentCreationHandlerDescriptor in org.nuxeo.ecm.platform.content.template.service
Fields in org.nuxeo.ecm.platform.content.template.service with type parameters of type PostContentCreationHandlerDescriptor Modifier and Type Field Description protected Map<String,PostContentCreationHandlerDescriptor>
PostContentCreationHandlerRegistry. postContentCreationHandlerDescriptors
Methods in org.nuxeo.ecm.platform.content.template.service that return PostContentCreationHandlerDescriptor Modifier and Type Method Description PostContentCreationHandlerDescriptor
PostContentCreationHandlerRegistry. clone(PostContentCreationHandlerDescriptor postContentCreationHandler)
Methods in org.nuxeo.ecm.platform.content.template.service with parameters of type PostContentCreationHandlerDescriptor Modifier and Type Method Description PostContentCreationHandlerDescriptor
PostContentCreationHandlerRegistry. clone(PostContentCreationHandlerDescriptor postContentCreationHandler)
int
PostContentCreationHandlerDescriptor. compareTo(PostContentCreationHandlerDescriptor o)
void
PostContentCreationHandlerRegistry. contributionRemoved(String id, PostContentCreationHandlerDescriptor contrib)
void
PostContentCreationHandlerRegistry. contributionUpdated(String id, PostContentCreationHandlerDescriptor contrib, PostContentCreationHandlerDescriptor newOrigContrib)
String
PostContentCreationHandlerRegistry. getContributionId(PostContentCreationHandlerDescriptor contrib)
void
PostContentCreationHandlerRegistry. merge(PostContentCreationHandlerDescriptor src, PostContentCreationHandlerDescriptor dst)
-