org.jbpm.integration.console
Class ModelAdaptor

java.lang.Object
  extended by org.jbpm.integration.console.ModelAdaptor

public class ModelAdaptor
extends java.lang.Object

Author:
Heiko.Braun

Constructor Summary
ModelAdaptor()
           
 
Method Summary
static org.jboss.bpm.console.client.model.ProcessDefinitionRef adoptDefinition(org.jbpm.api.ProcessDefinition processDefinition)
           
static org.jboss.bpm.console.client.model.DeploymentRef adoptDeployment(org.jbpm.api.Deployment dpl)
           
static org.jboss.bpm.console.client.model.ProcessInstanceRef adoptExecution(org.jbpm.pvm.internal.model.ExecutionImpl e0)
           
static org.jboss.bpm.console.client.model.JobRef adoptJob(org.jbpm.api.job.Job j)
           
static org.jboss.bpm.console.client.model.TaskRef adoptTask(org.jbpm.api.task.Task t0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelAdaptor

public ModelAdaptor()
Method Detail

adoptDefinition

public static org.jboss.bpm.console.client.model.ProcessDefinitionRef adoptDefinition(org.jbpm.api.ProcessDefinition processDefinition)

adoptExecution

public static org.jboss.bpm.console.client.model.ProcessInstanceRef adoptExecution(org.jbpm.pvm.internal.model.ExecutionImpl e0)

adoptTask

public static org.jboss.bpm.console.client.model.TaskRef adoptTask(org.jbpm.api.task.Task t0)

adoptDeployment

public static org.jboss.bpm.console.client.model.DeploymentRef adoptDeployment(org.jbpm.api.Deployment dpl)

adoptJob

public static org.jboss.bpm.console.client.model.JobRef adoptJob(org.jbpm.api.job.Job j)


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