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