Uses of Interface
org.jbpm.api.model.ActivityCoordinates

Packages that use ActivityCoordinates
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
 

Uses of ActivityCoordinates in org.jbpm.api
 

Methods in org.jbpm.api that return ActivityCoordinates
 ActivityCoordinates RepositoryService.getActivityCoordinates(java.lang.String processDefinitionId, java.lang.String activityName)
          the coordinates for the activity on the process image.
 



Copyright © 2010 JBoss Community. All Rights Reserved.