⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 configurable.java

📁 一个java工作流引擎
💻 JAVA
字号:
package org.jbpm.delegation;

import org.jbpm.*;

public interface Configurable {

  /**
   * is called just after creation of the delegation object.
   * @param text is the configuration text specified in the processdefinition.xml file.
   * @throws {@link org.jbpm.ConfigurationException} if the given configuration is invalid for this object.
   */
  void configure( String configuration ) throws ConfigurationException;

}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -