org.activiti
Interface ManagementService


public interface ManagementService

is a service for admin and maintenance operations on the process engine. These operations will typically not be used in a workflow driven application, but are used in for example the operational console.

Author:
Tom Baeyens, Joram Barrez

Method Summary
 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.
 java.util.Map<java.lang.String,java.lang.Long> getTableCount()
           
 TableMetaData getTableMetaData(java.lang.String tableName)
           
 

Method Detail

getTableCount

java.util.Map<java.lang.String,java.lang.Long> getTableCount()
Returns:
The mapping containing {table name, row count} entries of the Activiti database schema.

getTableMetaData

TableMetaData getTableMetaData(java.lang.String tableName)
Returns:
The metadata (column names, column types, etc.) of a certain table

createTablePageQuery

TablePageQuery createTablePageQuery()
creates a TablePageQuery that can be used to fetch TablePage containing specific sections of table row data.


createJobQuery

JobQuery createJobQuery()
Returns a new JobQuery implementation, that can be used to dynamically query the jobs.



Copyright © 2010 Alfresco. All Rights Reserved.