T
- The actual type of the ViewModelService
public class EMFFormsLegacyLocalServiceFactory<T extends ViewModelService> extends EMFFormsAbstractLegacyServiceFactory<T>
Constructor and Description |
---|
EMFFormsLegacyLocalServiceFactory(Class<T> type,
double priority,
ReportService reportService)
Default constructor used to create an
EMFFormsLegacyLocalServiceFactory . |
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 EMFFormsLegacyLocalServiceFactory(Class<T> type, double priority, ReportService reportService)
EMFFormsLegacyLocalServiceFactory
.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.