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.
HistoryProcessInstanceQuery
          query for occurences of 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.
HistoryProcessInstance
          one occurence of an execution of a process definition.
HistoryProcessInstanceQuery
          query for occurences of process instances.
HistoryTask
          history record for a task instance.
HistoryTaskQuery
          query for history tasks.
 



Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.