jBPM distribution 6.2.0.CR2

org.jbpm.services.api.model
Interface ProcessDefinition

All Superinterfaces:
DeployedAsset, Serializable
All Known Implementing Classes:
ProcessAssetDesc

public interface ProcessDefinition
extends Serializable, DeployedAsset


Method Summary
 Map<String,Collection<String>> getAssociatedEntities()
           
 String getId()
           
 String getName()
           
 String getPackageName()
           
 Map<String,String> getProcessVariables()
           
 Collection<String> getReusableSubProcesses()
           
 Map<String,String> getServiceTasks()
           
 String getType()
           
 String getVersion()
           
 
Methods inherited from interface org.jbpm.services.api.model.DeployedAsset
getKnowledgeType, getOriginalPath
 

Method Detail

getId

String getId()
Specified by:
getId in interface DeployedAsset

getName

String getName()
Specified by:
getName in interface DeployedAsset

getVersion

String getVersion()
Specified by:
getVersion in interface DeployedAsset

getPackageName

String getPackageName()

getType

String getType()

getAssociatedEntities

Map<String,Collection<String>> getAssociatedEntities()

getServiceTasks

Map<String,String> getServiceTasks()

getProcessVariables

Map<String,String> getProcessVariables()

getReusableSubProcesses

Collection<String> getReusableSubProcesses()

jBPM distribution 6.2.0.CR2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.