示例#1
0
//JAVA TO C# CONVERTER TODO TASK: Most Java annotations will not have direct .NET equivalent attributes:
//ORIGINAL LINE: @After public void cleanUp()
        public virtual void cleanUp()
        {
            ClockUtil.reset();
            migrationHelper.removeAllRunningAndHistoricBatches();
            processEngineConfiguration.BatchOperationHistoryTimeToLive  = null;
            processEngineConfiguration.BatchOperationsForHistoryCleanup = null;
        }
示例#2
0
//JAVA TO C# CONVERTER TODO TASK: Most Java annotations will not have direct .NET equivalent attributes:
//ORIGINAL LINE: @After public void tearDown() throws Exception
//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in .NET:
        public virtual void tearDown()
        {
            customHistoryLevelIncident.EventTypes = null;
            if (deployment != null)
            {
                repositoryService.deleteDeployment(deployment.Id, true);
            }
            migrationHelper.removeAllRunningAndHistoricBatches();

            configuration.CommandExecutorTxRequired.execute(new CommandAnonymousInnerClass(this));
        }
示例#3
0
//JAVA TO C# CONVERTER TODO TASK: Most Java annotations will not have direct .NET equivalent attributes:
//ORIGINAL LINE: @After public void removeBatches()
        public virtual void removeBatches()
        {
            helper.removeAllRunningAndHistoricBatches();
        }
示例#4
0
//JAVA TO C# CONVERTER TODO TASK: Most Java annotations will not have direct .NET equivalent attributes:
//ORIGINAL LINE: @After public void clearDatabase()
        public virtual void clearDatabase()
        {
            helper.removeAllRunningAndHistoricBatches();
        }
示例#5
0
//JAVA TO C# CONVERTER TODO TASK: Most Java annotations will not have direct .NET equivalent attributes:
//ORIGINAL LINE: @After public void clearDatabase()
        public virtual void clearDatabase()
        {
            migrationHelper.removeAllRunningAndHistoricBatches();

            processEngineConfiguration.CommandExecutorTxRequired.execute(new CommandAnonymousInnerClass(this));
        }