Class BPMNErrorImpl
java.lang.Object
org.activiti.api.runtime.model.impl.BPMNElementImpl
org.activiti.api.runtime.model.impl.BPMNActivityImpl
org.activiti.api.runtime.model.impl.BPMNErrorImpl
- All Implemented Interfaces:
BPMNActivity,BPMNElement,BPMNError
-
Constructor Summary
ConstructorsConstructorDescriptionBPMNErrorImpl(String elementId) BPMNErrorImpl(String elementId, String activityName, String activityType) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetErrorCode(String errorCode) voidsetErrorId(String errorId) toString()Methods inherited from class org.activiti.api.runtime.model.impl.BPMNActivityImpl
getActivityName, getActivityType, getExecutionId, setActivityName, setActivityType, setExecutionIdMethods inherited from class org.activiti.api.runtime.model.impl.BPMNElementImpl
getElementId, getProcessDefinitionId, getProcessInstanceId, setElementId, setProcessDefinitionId, setProcessInstanceIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.activiti.api.process.model.BPMNActivity
getActivityName, getActivityType, getExecutionIdMethods inherited from interface org.activiti.api.process.model.BPMNElement
getElementId, getProcessDefinitionId, getProcessInstanceId
-
Constructor Details
-
BPMNErrorImpl
public BPMNErrorImpl() -
BPMNErrorImpl
-
BPMNErrorImpl
-
-
Method Details
-
getErrorCode
- Specified by:
getErrorCodein interfaceBPMNError
-
setErrorCode
-
getErrorId
- Specified by:
getErrorIdin interfaceBPMNError
-
setErrorId
-
hashCode
public int hashCode()- Overrides:
hashCodein classBPMNActivityImpl
-
equals
- Overrides:
equalsin classBPMNActivityImpl
-
toString
- Overrides:
toStringin classBPMNActivityImpl
-