|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Objectorg.activiti.engine.impl.ServiceImpl
org.activiti.engine.impl.ManagementServiceImpl
public class ManagementServiceImpl
字段摘要 |
---|
从类 org.activiti.engine.impl.ServiceImpl 继承的字段 |
---|
commandExecutor |
构造方法摘要 | |
---|---|
ManagementServiceImpl()
|
方法摘要 | ||
---|---|---|
JobQuery |
createJobQuery()
Returns a new JobQuery implementation, that can be used to dynamically query the jobs. |
|
TablePageQuery |
createTablePageQuery()
Creates a TablePageQuery that can be used to fetch TablePage
containing specific sections of table row data. |
|
String |
databaseSchemaUpgrade(Connection connection,
String catalog,
String schema)
programmatic schema update on a given connection returning feedback about what happened |
|
void |
deleteJob(String jobId)
Delete the job with the provided id. |
|
|
executeCommand(Command<T> command)
Executes a given command with the default CommandConfig . |
|
|
executeCommand(CommandConfig config,
Command<T> command)
Executes a given command with the specified CommandConfig . |
|
void |
executeJob(String jobId)
Forced synchronous execution of a job (eg. for administation or testing) The job will be executed, even if the process definition and/or the process instance is in suspended state. |
|
String |
getJobExceptionStacktrace(String jobId)
Returns the full stacktrace of the exception that occurs when the job with the given id was last executed. |
|
Map<String,String> |
getProperties()
get the list of properties. |
|
Map<String,Long> |
getTableCount()
Get the mapping containing {table name, row count} entries of the Activiti database schema. |
|
TableMetaData |
getTableMetaData(String tableName)
Gets the metadata (column names, column types, etc.) of a certain table. |
|
String |
getTableName(Class<?> activitiEntityClass)
Gets the table name (including any configured prefix) for an Activiti entity like Task, Execution or the like. |
|
void |
setJobRetries(String jobId,
int retries)
Sets the number of retries that a job has left. |
从类 org.activiti.engine.impl.ServiceImpl 继承的方法 |
---|
getCommandExecutor, setCommandExecutor |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
构造方法详细信息 |
---|
public ManagementServiceImpl()
方法详细信息 |
---|
public Map<String,Long> getTableCount()
ManagementService
复制的描述
ManagementService
中的 getTableCount
public String getTableName(Class<?> activitiEntityClass)
ManagementService
复制的描述
ManagementService
中的 getTableName
public TableMetaData getTableMetaData(String tableName)
ManagementService
复制的描述
ManagementService
中的 getTableMetaData
public void executeJob(String jobId)
ManagementService
复制的描述
ManagementService
中的 executeJob
jobId
- id of the job to execute, cannot be null.public void deleteJob(String jobId)
ManagementService
复制的描述
ManagementService
中的 deleteJob
jobId
- id of the job to execute, cannot be null.public void setJobRetries(String jobId, int retries)
ManagementService
复制的描述
ManagementService
中的 setJobRetries
jobId
- id of the job to modify, cannot be null.retries
- number of retries.public TablePageQuery createTablePageQuery()
ManagementService
复制的描述TablePageQuery
that can be used to fetch TablePage
containing specific sections of table row data.
ManagementService
中的 createTablePageQuery
public JobQuery createJobQuery()
ManagementService
复制的描述
ManagementService
中的 createJobQuery
public String getJobExceptionStacktrace(String jobId)
ManagementService
复制的描述
ManagementService
中的 getJobExceptionStacktrace
jobId
- id of the job, cannot be null.public Map<String,String> getProperties()
ManagementService
复制的描述
ManagementService
中的 getProperties
public String databaseSchemaUpgrade(Connection connection, String catalog, String schema)
ManagementService
复制的描述
ManagementService
中的 databaseSchemaUpgrade
public <T> T executeCommand(Command<T> command)
ManagementService
复制的描述CommandConfig
.
ManagementService
中的 executeCommand
command
- the command, cannot be null.
public <T> T executeCommand(CommandConfig config, Command<T> command)
ManagementService
复制的描述CommandConfig
.
ManagementService
中的 executeCommand
config
- the command execution configuration, cannot be null.command
- the command, cannot be null.
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |