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, 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()
boolean isDynamic()
Map<String,Collection<String>> getAssociatedEntities()
Collection<String> getReusableSubProcesses()
Collection<String> getSignals()
Collection<String> getGlobals()
Collection<String> getReferencedRules()
boolean isActive()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.