public class WebAnnotationConfigurationServiceImpl extends DefaultComponent implements WebAnnotationConfigurationService
lastModified
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, getLastModified, registerExtension, setLastModified, setModifiedNow, start, stop, unregisterExtension
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
applicationStarted, getApplicationStartedOrder
public WebAnnotationConfigurationServiceImpl()
public void activate(ComponentContext context)
Component
This method is called by the runtime when a component is activated.
activate
in interface Component
activate
in class DefaultComponent
context
- the runtime contextpublic void deactivate(ComponentContext context)
Component
This method is called by the runtime when a component is deactivated.
deactivate
in interface Component
deactivate
in class DefaultComponent
context
- the runtime contextpublic void registerContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
registerContribution
in class DefaultComponent
protected <T> T newInstance(Class<T> klass)
public void unregisterContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
unregisterContribution
in class DefaultComponent
public List<WebAnnotationDefinitionDescriptor> getAllWebAnnotationDefinitions()
getAllWebAnnotationDefinitions
in interface WebAnnotationConfigurationService
public List<WebAnnotationDefinitionDescriptor> getEnabledWebAnnotationDefinitions()
getEnabledWebAnnotationDefinitions
in interface WebAnnotationConfigurationService
public UserInfoMapper getUserInfoMapper()
getUserInfoMapper
in interface WebAnnotationConfigurationService
public WebPermission getWebPermission()
getWebPermission
in interface WebAnnotationConfigurationService
public Map<String,FilterDescriptor> getFilterDefinitions()
getFilterDefinitions
in interface WebAnnotationConfigurationService
public Set<String> getDisplayedFields()
getDisplayedFields
in interface WebAnnotationConfigurationService
public Map<String,String> getFieldLabels()
getFieldLabels
in interface WebAnnotationConfigurationService
Copyright © 2018 Nuxeo. All rights reserved.