Class ProcessDeployedEventImpl

  • All Implemented Interfaces:
    org.activiti.api.model.shared.event.RuntimeEvent<org.activiti.api.process.model.ProcessDefinition,​org.activiti.api.process.model.events.ProcessDefinitionEvent.ProcessDefinitionEvents>, org.activiti.api.process.model.events.ProcessDefinitionEvent, org.activiti.api.process.model.events.ProcessDeployedEvent

    public class ProcessDeployedEventImpl
    extends org.activiti.api.runtime.event.impl.RuntimeEventImpl<org.activiti.api.process.model.ProcessDefinition,​org.activiti.api.process.model.events.ProcessDefinitionEvent.ProcessDefinitionEvents>
    implements org.activiti.api.process.model.events.ProcessDeployedEvent
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.activiti.api.process.model.events.ProcessDefinitionEvent

        org.activiti.api.process.model.events.ProcessDefinitionEvent.ProcessDefinitionEvents
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.activiti.api.process.model.events.ProcessDefinitionEvent.ProcessDefinitionEvents getEventType()  
      java.lang.String getProcessModelContent()  
      • Methods inherited from class org.activiti.api.runtime.event.impl.RuntimeEventImpl

        equals, getBusinessKey, getEntity, getId, getParentProcessInstanceId, getProcessDefinitionId, getProcessDefinitionKey, getProcessDefinitionVersion, getProcessInstanceId, getTimestamp, hashCode, setBusinessKey, setEntity, setParentProcessInstanceId, setProcessDefinitionId, setProcessDefinitionKey, setProcessDefinitionVersion, setProcessInstanceId, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface org.activiti.api.model.shared.event.RuntimeEvent

        getBusinessKey, getEntity, getId, getParentProcessInstanceId, getProcessDefinitionId, getProcessDefinitionKey, getProcessDefinitionVersion, getProcessInstanceId, getTimestamp
    • Constructor Detail

      • ProcessDeployedEventImpl

        public ProcessDeployedEventImpl()
      • ProcessDeployedEventImpl

        public ProcessDeployedEventImpl​(org.activiti.api.process.model.ProcessDefinition entity)
      • ProcessDeployedEventImpl

        public ProcessDeployedEventImpl​(org.activiti.api.process.model.ProcessDefinition entity,
                                        java.lang.String processModelContent)
    • Method Detail

      • getEventType

        public org.activiti.api.process.model.events.ProcessDefinitionEvent.ProcessDefinitionEvents getEventType()
        Specified by:
        getEventType in interface org.activiti.api.model.shared.event.RuntimeEvent<org.activiti.api.process.model.ProcessDefinition,​org.activiti.api.process.model.events.ProcessDefinitionEvent.ProcessDefinitionEvents>
      • getProcessModelContent

        public java.lang.String getProcessModelContent()
        Specified by:
        getProcessModelContent in interface org.activiti.api.process.model.events.ProcessDeployedEvent