org.jbpm.services.api.model
Interface ProcessDefinition
- All Superinterfaces:
- DeployedAsset, Serializable
- All Known Implementing Classes:
- ProcessAssetDesc
public interface ProcessDefinition
- extends Serializable, DeployedAsset
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()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.