Uses of Class
org.jbpm.pvm.internal.task.SwimlaneDefinitionImpl

Packages that use SwimlaneDefinitionImpl
org.jbpm.pvm.internal.model default implementation of process execution in ExecutionImpl based on org.jbpm.pvm.internal.model.AtomicOperations Bidirectional relations In this process model thoughout the pvm codebase, there are several bidirectional relations. 
org.jbpm.pvm.internal.task   
 

Uses of SwimlaneDefinitionImpl in org.jbpm.pvm.internal.model
 

Methods in org.jbpm.pvm.internal.model with parameters of type SwimlaneDefinitionImpl
 SwimlaneImpl ExecutionImpl.getInitializedSwimlane(SwimlaneDefinitionImpl swimlaneDefinition)
           
 

Uses of SwimlaneDefinitionImpl in org.jbpm.pvm.internal.task
 

Fields in org.jbpm.pvm.internal.task declared as SwimlaneDefinitionImpl
protected  SwimlaneDefinitionImpl SwimlaneImpl.swimlaneDefinition
           
protected  SwimlaneDefinitionImpl TaskDefinitionImpl.swimlaneDefinition
           
 

Methods in org.jbpm.pvm.internal.task that return SwimlaneDefinitionImpl
 SwimlaneDefinitionImpl SwimlaneImpl.getSwimlaneDefinition()
           
 SwimlaneDefinitionImpl TaskDefinitionImpl.getSwimlaneDefinition()
           
 

Methods in org.jbpm.pvm.internal.task with parameters of type SwimlaneDefinitionImpl
 void SwimlaneImpl.setSwimlaneDefinition(SwimlaneDefinitionImpl swimlaneDefinition)
           
 void TaskDefinitionImpl.setSwimlaneDefinition(SwimlaneDefinitionImpl swimlaneDefinition)
           
 



Copyright © 2010 JBoss Community. All Rights Reserved.