📄 configurable.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 + -