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, getOriginalPath
String getId()
getId
in interface DeployedAsset
String getName()
getName
in interface DeployedAsset
String getVersion()
getVersion
in interface DeployedAsset
String getPackageName()
String getType()
String getDeploymentId()
Map<String,Collection<String>> getAssociatedEntities()
Collection<String> getReusableSubProcesses()
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.