Package org.activiti.api.process.model
Interface BPMNError
-
- All Superinterfaces:
BPMNActivity,BPMNElement
public interface BPMNError extends BPMNActivity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetErrorCode()java.lang.StringgetErrorId()-
Methods inherited from interface org.activiti.api.process.model.BPMNActivity
getActivityName, getActivityType
-
Methods inherited from interface org.activiti.api.process.model.BPMNElement
getElementId, getProcessDefinitionId, getProcessInstanceId
-
-