T
- The actual type of the GlobalViewModelService
public class EMFFormsLegacyGlobalServiceFactory<T extends GlobalViewModelService> extends EMFFormsAbstractLegacyServiceFactory<T>
Constructor and Description |
---|
EMFFormsLegacyGlobalServiceFactory(Class<T> type,
double priority,
ReportService reportService)
Default constructor used to create an
EMFFormsLegacyGlobalServiceFactory . |
Modifier and Type | Method and Description |
---|---|
EMFFormsViewServicePolicy |
getPolicy()
Defines when the service should be activated.
|
EMFFormsViewServiceScope |
getScope()
Defines where the service should be activated.
|
createService, getPriority, getType
public EMFFormsLegacyGlobalServiceFactory(Class<T> type, double priority, ReportService reportService)
EMFFormsLegacyGlobalServiceFactory
.type
- The type of the service to wrappriority
- The priority of the wrapped servicereportService
- The ReportService
to use for loggingpublic EMFFormsViewServicePolicy getPolicy()
EMFFormsViewServicePolicy
describing when the service should be activatedEMFFormsViewServiceFactory.getPolicy()
public EMFFormsViewServiceScope getScope()
EMFFormsViewServiceScope
describing where the service should be activatedEMFFormsViewServiceFactory.getScope()
Copyright © 2019. All rights reserved.