public interface ProcessDefinition extends Serializable, DeployedAsset
| Modifier and Type | Method and Description |
|---|---|
Map<String,Collection<String>> |
getAssociatedEntities() |
String |
getDeploymentId() |
String |
getId() |
String |
getName() |
String |
getPackageName() |
Map<String,String> |
getProcessVariables() |
Collection<String> |
getReusableSubProcesses() |
Map<String,String> |
getServiceTasks() |
String |
getType() |
String |
getVersion() |
getKnowledgeType, getOriginalPathString getId()
getId in interface DeployedAssetString getName()
getName in interface DeployedAssetString getVersion()
getVersion in interface DeployedAssetString getPackageName()
String getType()
String getDeploymentId()
Map<String,Collection<String>> getAssociatedEntities()
Collection<String> getReusableSubProcesses()
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.