Пример #1
0
 public virtual IList <string> resolveCollection(DelegateExecution delegateExecution)
 {
     DelegateEvent.recordEventFor(delegateExecution);
     return(Arrays.asList("1"));
 }
Пример #2
0
//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in .NET:
//ORIGINAL LINE: @Override public void notify(org.camunda.bpm.engine.delegate.DelegateExecution execution) throws Exception
        public virtual void notify(DelegateExecution execution)
        {
            DelegateEvent.recordEventFor(execution);
        }