Class DatabaseMetadataManagerImpl
java.lang.Object
ru.cg.webbpm.studio.database.impl.DatabaseMetadataManagerImpl
- All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean
,Disposable
,ProjectComponent
,DatabaseMetadataManager
,CompileListener
,JavaCompileListener
@Component
public class DatabaseMetadataManagerImpl
extends Object
implements DatabaseMetadataManager, JavaCompileListener
- Author:
- Kochetkov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
compileFinish
(CompileResult result) void
вызывается после открытия проектаint
weight()
определяет порядок того, как для всех слушателей будет вызванProjectComponent.projectOpened()
}.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ru.cg.webbpm.studio.subsystems.scripting.compile.api.CompileListener
beforeCompile, stopCompile
Methods inherited from interface ru.cg.webbpm.studio.core.api.components.Disposable
destroy, dispose
Methods inherited from interface ru.cg.webbpm.studio.core.api.components.ProjectComponent
canCloseProject, projectClosed
-
Constructor Details
-
DatabaseMetadataManagerImpl
public DatabaseMetadataManagerImpl()
-
-
Method Details
-
getDatabaseMetadata
- Specified by:
getDatabaseMetadata
in interfaceDatabaseMetadataManager
-
projectOpened
public void projectOpened()Description copied from interface:ProjectComponent
вызывается после открытия проекта- Specified by:
projectOpened
in interfaceProjectComponent
-
weight
public int weight()Description copied from interface:ProjectComponent
определяет порядок того, как для всех слушателей будет вызванProjectComponent.projectOpened()
}.- Specified by:
weight
in interfaceProjectComponent
-
compileFinish
- Specified by:
compileFinish
in interfaceCompileListener
-