public class WebAnnotationConfigurationServiceImpl extends DefaultComponent implements WebAnnotationConfigurationService
lastModified, name| Constructor and Description |
|---|
WebAnnotationConfigurationServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate(ComponentContext context)
Activates the component.
|
void |
deactivate(ComponentContext context)
Deactivates the component.
|
List<WebAnnotationDefinitionDescriptor> |
getAllWebAnnotationDefinitions() |
Set<String> |
getDisplayedFields() |
List<WebAnnotationDefinitionDescriptor> |
getEnabledWebAnnotationDefinitions() |
Map<String,String> |
getFieldLabels() |
Map<String,FilterDescriptor> |
getFilterDefinitions() |
UserInfoMapper |
getUserInfoMapper() |
WebPermission |
getWebPermission() |
protected <T> T |
newInstance(Class<T> klass) |
void |
registerContribution(Object contribution,
String extensionPoint,
ComponentInstance contributor) |
void |
unregisterContribution(Object contribution,
String extensionPoint,
ComponentInstance contributor) |
getAdapter, getDescriptor, getDescriptors, getLastModified, getRegistry, register, registerExtension, setLastModified, setModifiedNow, setName, start, stop, unregister, unregisterExtensionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplicationStarted, getApplicationStartedOrderpublic WebAnnotationConfigurationServiceImpl()
public void activate(ComponentContext context)
ComponentThis method is called by the runtime when a component is activated.
activate in interface Componentactivate in class DefaultComponentcontext - the runtime contextpublic void deactivate(ComponentContext context)
ComponentThis method is called by the runtime when a component is deactivated.
deactivate in interface Componentdeactivate in class DefaultComponentcontext - the runtime contextpublic void registerContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
registerContribution in class DefaultComponentprotected <T> T newInstance(Class<T> klass)
public void unregisterContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
unregisterContribution in class DefaultComponentpublic List<WebAnnotationDefinitionDescriptor> getAllWebAnnotationDefinitions()
getAllWebAnnotationDefinitions in interface WebAnnotationConfigurationServicepublic List<WebAnnotationDefinitionDescriptor> getEnabledWebAnnotationDefinitions()
getEnabledWebAnnotationDefinitions in interface WebAnnotationConfigurationServicepublic UserInfoMapper getUserInfoMapper()
getUserInfoMapper in interface WebAnnotationConfigurationServicepublic WebPermission getWebPermission()
getWebPermission in interface WebAnnotationConfigurationServicepublic Map<String,FilterDescriptor> getFilterDefinitions()
getFilterDefinitions in interface WebAnnotationConfigurationServicepublic Set<String> getDisplayedFields()
getDisplayedFields in interface WebAnnotationConfigurationServicepublic Map<String,String> getFieldLabels()
getFieldLabels in interface WebAnnotationConfigurationServiceCopyright © 2019 Nuxeo. All rights reserved.