所有程序包的分层结构
程序包分层结构:类分层结构
- java.lang.Object
- cn.dustlight.flow.core.flow.usertask.AbstractUserTaskService<T> (implements cn.dustlight.flow.core.flow.usertask.UserTaskService<T>)
- cn.dustlight.flow.zeebe.services.usertask.ZeebeUserTaskService (implements org.springframework.beans.factory.InitializingBean)
- cn.dustlight.flow.zeebe.services.adapters.AbstractZeebeProcessAdapter (implements cn.dustlight.flow.zeebe.services.adapters.ZeebeProcessAdapter)
- cn.dustlight.flow.zeebe.services.adapters.MultiTenantAdapter
- cn.dustlight.flow.zeebe.services.adapters.UserTaskFormAdapter
- cn.dustlight.flow.zeebe.entities.DefaultAdapterContext (implements cn.dustlight.flow.zeebe.services.adapters.AdapterContext, java.lang.Cloneable)
- cn.dustlight.flow.zeebe.FlowZeebeConfiguration
- cn.dustlight.flow.zeebe.converters.InstantToStringConverter (implements org.springframework.core.convert.converter.Converter<S,T>)
- cn.dustlight.flow.zeebe.services.usertask.UserTaskWorker (implements io.camunda.zeebe.client.api.worker.JobHandler)
- cn.dustlight.flow.zeebe.entities.ZeebeInstanceEntity (implements java.lang.Cloneable, java.io.Serializable)
- cn.dustlight.flow.zeebe.entities.ZeebeInstanceEntity.Value (implements java.lang.Cloneable, java.io.Serializable)
- cn.dustlight.flow.zeebe.entities.ZeebeInstanceError (implements cn.dustlight.flow.core.flow.instance.InstanceError)
- cn.dustlight.flow.zeebe.entities.ZeebeInstanceEvent (implements java.lang.Cloneable, cn.dustlight.flow.core.flow.instance.InstanceEvent)
- cn.dustlight.flow.zeebe.entities.ZeebeInstance (implements cn.dustlight.flow.core.flow.instance.Instance<T>)
- cn.dustlight.flow.zeebe.services.ZeebeInstanceService (implements cn.dustlight.flow.core.flow.instance.InstanceService)
- cn.dustlight.flow.zeebe.services.ZeebeInstanceService.StatusQuery
- cn.dustlight.flow.zeebe.services.ZeebeMessageService (implements cn.dustlight.flow.core.flow.message.MessageService)
- cn.dustlight.flow.zeebe.converters.ZeebeObjectMapperCover (implements io.camunda.zeebe.client.api.JsonMapper)
- cn.dustlight.flow.zeebe.entities.ZeebeProcess (implements java.lang.Cloneable, cn.dustlight.flow.core.flow.process.Process<T>)
- cn.dustlight.flow.zeebe.entities.ZeebeProcessEntity (implements java.lang.Cloneable, java.io.Serializable)
- cn.dustlight.flow.zeebe.entities.ZeebeProcessEntity.Value (implements java.lang.Cloneable, java.io.Serializable)
- cn.dustlight.flow.zeebe.services.ZeebeProcessService (implements cn.dustlight.flow.core.flow.process.ProcessService<T>)
- cn.dustlight.flow.zeebe.ZeebeProperties
- cn.dustlight.flow.zeebe.entities.ZeebeUserTask (implements cn.dustlight.flow.core.flow.usertask.UserTask)
- cn.dustlight.flow.zeebe.entities.ZeebeUserTaskEntity (implements java.lang.Cloneable)
- cn.dustlight.flow.zeebe.entities.ZeebeVariableEntity (implements java.io.Serializable)
- cn.dustlight.flow.zeebe.entities.ZeebeVariableEntity.Value (implements java.io.Serializable)
- cn.dustlight.flow.core.flow.usertask.AbstractUserTaskService<T> (implements cn.dustlight.flow.core.flow.usertask.UserTaskService<T>)
接口分层结构
- cn.dustlight.flow.zeebe.services.adapters.AdapterContext
- org.springframework.core.Ordered
- cn.dustlight.flow.zeebe.services.adapters.ZeebeProcessAdapter