org.camunda.bpm.engine.impl.pvm
Interface PvmProcessDefinition

All Superinterfaces:
PvmProcessElement, PvmScope, ReadOnlyProcessDefinition, Serializable
All Known Implementing Classes:
ProcessDefinitionEntity, ProcessDefinitionImpl, ProcessDefinitionStatisticsEntity

public interface PvmProcessDefinition
extends ReadOnlyProcessDefinition

Author:
Tom Baeyens

Method Summary
 PvmProcessInstance createProcessInstance()
           
 String getDeploymentId()
           
 
Methods inherited from interface org.camunda.bpm.engine.impl.pvm.ReadOnlyProcessDefinition
getDescription, getDiagramResourceName, getInitial, getName
 
Methods inherited from interface org.camunda.bpm.engine.impl.pvm.PvmScope
findActivity, getActivities
 
Methods inherited from interface org.camunda.bpm.engine.impl.pvm.PvmProcessElement
getId, getProcessDefinition, getProperty
 

Method Detail

getDeploymentId

String getDeploymentId()

createProcessInstance

PvmProcessInstance createProcessInstance()


Copyright © 2014 camunda services GmbH. All Rights Reserved.