Class RexViewService
java.lang.Object
org.odpi.openmetadata.adminservices.registration.ViewServiceAdmin
org.odpi.openmetadata.viewservices.rex.admin.RexViewAdmin
org.odpi.openmetadata.userinterface.uichassis.springboot.service.view.RexViewService
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
@Component
public class RexViewService
extends org.odpi.openmetadata.viewservices.rex.admin.RexViewAdmin
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.rex.admin.RexViewAdmin
shutdownMethods inherited from class org.odpi.openmetadata.adminservices.registration.ViewServiceAdmin
getFullServiceName, setFullServiceName
-
Constructor Details
-
RexViewService
public RexViewService()
-
-
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.rex.admin.RexViewAdmin- Throws:
org.odpi.openmetadata.adminservices.ffdc.exception.OMAGConfigurationErrorException
-