Class TexViewService
java.lang.Object
org.odpi.openmetadata.adminservices.registration.ViewServiceAdmin
org.odpi.openmetadata.viewservices.tex.admin.TexViewAdmin
org.odpi.openmetadata.userinterface.uichassis.springboot.service.view.TexViewService
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
@Component
public class TexViewService
extends org.odpi.openmetadata.viewservices.tex.admin.TexViewAdmin
implements org.springframework.beans.factory.InitializingBean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidinitialize(String serverName, org.odpi.openmetadata.adminservices.configuration.properties.ViewServiceConfig viewServiceConfig, org.odpi.openmetadata.frameworks.auditlog.AuditLog auditLog, String serverUserName, int maxPageSize) Methods inherited from class org.odpi.openmetadata.viewservices.tex.admin.TexViewAdmin
shutdownMethods inherited from class org.odpi.openmetadata.adminservices.registration.ViewServiceAdmin
getFullServiceName, setFullServiceName
-
Constructor Details
-
TexViewService
public TexViewService()
-
-
Method Details
-
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
Exception
-
initialize
public void initialize(String serverName, org.odpi.openmetadata.adminservices.configuration.properties.ViewServiceConfig viewServiceConfig, org.odpi.openmetadata.frameworks.auditlog.AuditLog auditLog, String serverUserName, int maxPageSize) throws org.odpi.openmetadata.adminservices.ffdc.exception.OMAGConfigurationErrorException - Overrides:
initializein classorg.odpi.openmetadata.viewservices.tex.admin.TexViewAdmin- Throws:
org.odpi.openmetadata.adminservices.ffdc.exception.OMAGConfigurationErrorException
-