|
||||||||||
上一个 下一个 | 框架 无框架 |
使用 HistoryLevel 的软件包 | |
---|---|
org.activiti.engine | Public API of the Activiti engine. |
org.activiti.engine.impl.history |
org.activiti.engine 中 HistoryLevel 的使用 |
---|
声明为 HistoryLevel 的 org.activiti.engine 中的字段 | |
---|---|
protected HistoryLevel |
ProcessEngineConfiguration.historyLevel
|
返回 HistoryLevel 的 org.activiti.engine 中的方法 | |
---|---|
HistoryLevel |
ProcessEngineConfiguration.getHistoryLevel()
|
参数类型为 HistoryLevel 的 org.activiti.engine 中的方法 | |
---|---|
ProcessEngineConfiguration |
ProcessEngineConfiguration.setHistoryLevel(HistoryLevel historyLevel)
|
org.activiti.engine.impl.history 中 HistoryLevel 的使用 |
---|
返回 HistoryLevel 的 org.activiti.engine.impl.history 中的方法 | |
---|---|
static HistoryLevel |
HistoryLevel.getHistoryLevelForKey(String key)
|
static HistoryLevel |
HistoryLevel.valueOf(String name)
返回带有指定名称的该类型的枚举常量。 |
static HistoryLevel[] |
HistoryLevel.values()
按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。 |
参数类型为 HistoryLevel 的 org.activiti.engine.impl.history 中的方法 | |
---|---|
boolean |
HistoryLevel.isAtLeast(HistoryLevel level)
Checks if the given level is the same as, or higher in order than the level this method is executed on. |
boolean |
HistoryManager.isHistoryLevelAtLeast(HistoryLevel level)
|
|
||||||||||
上一个 下一个 | 框架 无框架 |