Exemple #1
0
 public static void clear()
 {
     modelInstance = null;
     flowElement   = null;
 }
Exemple #2
0
//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in .NET:
//ORIGINAL LINE: @Override public void execute(org.camunda.bpm.engine.delegate.DelegateExecution execution) throws Exception
        public virtual void execute(DelegateExecution execution)
        {
            bpmnModelElementInstance = execution.BpmnModelElementInstance;
            bpmnModelInstance        = execution.BpmnModelInstance;
        }
Exemple #3
0
//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in .NET:
//ORIGINAL LINE: public void notify(org.camunda.bpm.engine.delegate.DelegateExecution execution) throws Exception
        public virtual void notify(DelegateExecution execution)
        {
            modelInstance = execution.BpmnModelInstance;
            flowElement   = execution.BpmnModelElementInstance;
        }