Uses of Package
org.jbpm.api.history

Packages that use org.jbpm.api.history
org.jbpm.api the jBPM API, Start by creating a Configuration, build a ProcessEngine from that, and then you can find the workflow methods on the services like ExecutionService, TaskService
org.jbpm.api.history interfaces related to the HistoryService
 

Classes in org.jbpm.api.history used by org.jbpm.api
HistoryActivityInstanceQuery
          query for activity occurrences.
HistoryComment
          a free text comment that can be made to an Execution or a task.
HistoryDetailQuery
          query for task comments, task assignments and so on.
HistoryProcessInstanceQuery
          query for ongoing and finished process instances.
HistoryTaskQuery
          query for history tasks.
 

Classes in org.jbpm.api.history used by org.jbpm.api.history
HistoryActivityInstance
          represents one occurrence of an activity during a process instance.
HistoryActivityInstanceQuery
          query for activity occurrences.
HistoryComment
          a free text comment that can be made to an Execution or a task.
HistoryDetail
          base type for all history details.
HistoryDetailQuery
          query for task comments, task assignments and so on.
HistoryProcessInstance
          one particular instance of a process definition.
HistoryProcessInstanceQuery
          query for ongoing and finished process instances.
HistoryTask
          history record for a task instance.
HistoryTaskQuery
          query for history tasks.
 



Copyright © 2010 JBoss Community. All Rights Reserved.