public class CustomizeTypesServiceImpl extends org.nuxeo.runtime.model.DefaultComponent implements CustomizeTypesService
| Modifier and Type | Field and Description |
|---|---|
static String |
BASE_TYPE_EXT_POINT |
static String |
DOC_TYPE_EXT_POINT |
static String |
EXCLUDED_RULES_EXT_POINT |
static String |
FACETS_RULE |
static String |
TYPES_RULE |
| Constructor and Description |
|---|
CustomizeTypesServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate(org.nuxeo.runtime.model.ComponentContext context) |
void |
addToutaticeDocType(org.nuxeo.ecm.core.schema.DocumentTypeDescriptor baseDocTypeDescriptor)
Add facets and schemas to all documents.
|
void |
applicationStarted(org.nuxeo.runtime.model.ComponentContext context) |
int |
getApplicationStartedOrder() |
void |
registerContribution(Object contribution,
String extensionPoint,
org.nuxeo.runtime.model.ComponentInstance contributor) |
void |
setExcludedRules(RulesDescriptor rules) |
public static final String BASE_TYPE_EXT_POINT
public static final String EXCLUDED_RULES_EXT_POINT
public static final String DOC_TYPE_EXT_POINT
public static final String TYPES_RULE
public static final String FACETS_RULE
public void activate(org.nuxeo.runtime.model.ComponentContext context)
throws Exception
activate in interface org.nuxeo.runtime.model.Componentactivate in class org.nuxeo.runtime.model.DefaultComponentExceptionpublic int getApplicationStartedOrder()
getApplicationStartedOrder in interface org.nuxeo.runtime.model.ComponentgetApplicationStartedOrder in class org.nuxeo.runtime.model.DefaultComponentpublic void registerContribution(Object contribution, String extensionPoint, org.nuxeo.runtime.model.ComponentInstance contributor) throws Exception
registerContribution in class org.nuxeo.runtime.model.DefaultComponentExceptionpublic void applicationStarted(org.nuxeo.runtime.model.ComponentContext context)
throws Exception
applicationStarted in interface org.nuxeo.runtime.model.ComponentapplicationStarted in class org.nuxeo.runtime.model.DefaultComponentExceptionpublic void setExcludedRules(RulesDescriptor rules)
public void addToutaticeDocType(org.nuxeo.ecm.core.schema.DocumentTypeDescriptor baseDocTypeDescriptor)
throws Exception
CustomizeTypesServiceaddToutaticeDocType in interface CustomizeTypesServiceExceptionCopyright © 2019. All rights reserved.