JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Hierarchy For All Packages
Package Hierarchies:
com.activeviam.signoff.cfg
,
com.activeviam.signoff.cfg.history
,
com.activeviam.signoff.cfg.jpa
,
com.activeviam.signoff.cfg.pivot.definition
,
com.activeviam.signoff.cfg.pivot.instance
,
com.activeviam.signoff.core.model
,
com.activeviam.signoff.core.model.bitemporal
,
com.activeviam.signoff.core.model.bitemporal.dto
,
com.activeviam.signoff.core.model.bitemporal.jpa
,
com.activeviam.signoff.core.model.definition
,
com.activeviam.signoff.core.model.definition.dto
,
com.activeviam.signoff.core.model.definition.jpa
,
com.activeviam.signoff.core.model.dto
,
com.activeviam.signoff.core.model.instance
,
com.activeviam.signoff.core.model.instance.dto
,
com.activeviam.signoff.core.model.instance.jpa
,
com.activeviam.signoff.core.model.keyed
,
com.activeviam.signoff.core.model.keyed.dto
,
com.activeviam.signoff.core.model.keyed.jpa
,
com.activeviam.signoff.core.model.versioned
,
com.activeviam.signoff.core.model.versioned.dto
,
com.activeviam.signoff.core.model.versioned.jpa
,
com.activeviam.signoff.core.service.bitemporal
,
com.activeviam.signoff.core.service.bitemporal.jpa
,
com.activeviam.signoff.core.service.bitemporal.jpa.impl
,
com.activeviam.signoff.core.service.definition
,
com.activeviam.signoff.core.service.definition.csv
,
com.activeviam.signoff.core.service.definition.jpa
,
com.activeviam.signoff.core.service.definition.jpa.impl
,
com.activeviam.signoff.core.service.instance
,
com.activeviam.signoff.core.service.instance.jpa
,
com.activeviam.signoff.core.service.instance.jpa.impl
,
com.activeviam.signoff.core.service.keyed
,
com.activeviam.signoff.core.service.keyed.jpa
,
com.activeviam.signoff.core.service.keyed.jpa.impl
,
com.activeviam.signoff.core.service.versioned
,
com.activeviam.signoff.core.service.versioned.jpa
,
com.activeviam.signoff.core.service.versioned.jpa.impl
,
com.activeviam.signoff.starter
,
com.activeviam.signoff.starter.annotations
,
com.activeviam.signoff.starter.cfg
,
com.activeviam.signoff.starter.cfg.pivot
,
com.activeviam.signoff.starter.export
,
com.activeviam.signoff.starter.export.impl
,
com.activeviam.signoff.starter.workflow
,
com.activeviam.signoff.starter.workflow.definition
,
com.activeviam.signoff.starter.workflow.export.impl
,
com.activeviam.signoff.starter.workflow.instance
,
com.activeviam.signoff.workflow.bitemporal
,
com.activeviam.signoff.workflow.definition
,
com.activeviam.signoff.workflow.history
,
com.activeviam.signoff.workflow.history.dto
,
com.activeviam.signoff.workflow.history.jpa
,
com.activeviam.signoff.workflow.instance
,
com.activeviam.signoff.workflow.keyed
,
com.activeviam.signoff.workflow.versioned
Class Hierarchy
java.lang.
Object
com.activeviam.signoff.starter.cfg.
ActivePivotWebMvcConfigurer
(implements org.springframework.web.servlet.config.annotation.WebMvcConfigurer)
com.activeviam.signoff.cfg.
ActivitiJpaConfig
com.activeviam.signoff.workflow.history.dto.
AHistoryRecordDTO
(implements com.activeviam.signoff.workflow.history.
IHistoryRecord
)
com.activeviam.signoff.workflow.history.dto.
ProcessRecordDTO
(implements com.activeviam.signoff.workflow.history.
IProcessRecord
)
com.activeviam.signoff.workflow.history.dto.
UserTaskRecordDTO
(implements com.activeviam.signoff.workflow.history.
IUserTaskRecord
)
com.activeviam.signoff.workflow.history.jpa.
AHistoryRecordEntity
<ID> (implements com.activeviam.signoff.workflow.history.
IHistoryRecord
, org.springframework.data.domain.Persistable<ID>, java.io.
Serializable
)
com.activeviam.signoff.workflow.history.jpa.
ProcessRecordEntity
(implements com.activeviam.signoff.workflow.history.
IProcessRecord
)
com.activeviam.signoff.workflow.history.jpa.
UserTaskRecordEntity
(implements com.activeviam.signoff.workflow.history.
IUserTaskRecord
)
com.activeviam.signoff.core.service.keyed.jpa.impl.
AKeyedObjectConverter
<ID,DTO,E> (implements com.activeviam.signoff.core.service.keyed.jpa.
IKeyedObjectConverter
<ID,DTO,E>)
com.activeviam.signoff.core.service.versioned.jpa.impl.
AVersionedObjectConverter
<ID,DTO,E> (implements com.activeviam.signoff.core.service.versioned.jpa.
IVersionedObjectConverter
<ID,DTO,E>)
com.activeviam.signoff.core.service.bitemporal.jpa.impl.
ABitemporalObjectConverter
<ID,DTO,E> (implements com.activeviam.signoff.core.service.bitemporal.jpa.
IBitemporalObjectConverter
<ID,DTO,E>)
com.activeviam.signoff.core.service.definition.jpa.impl.
SignOffProcessDefinitionConverter
(implements com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionConverter
)
com.activeviam.signoff.core.service.instance.jpa.impl.
SignOffProcessInstanceConverter
(implements com.activeviam.signoff.core.service.instance.jpa.
ISignOffProcessInstanceConverter
)
com.activeviam.signoff.core.model.keyed.dto.
AKeyedObjectDTO
<T> (implements com.activeviam.signoff.core.model.keyed.
IKeyedObject
<T>)
com.activeviam.signoff.core.model.versioned.dto.
AVersionedObjectDTO
<T> (implements com.activeviam.signoff.core.model.versioned.
IVersionedObject
<T>)
com.activeviam.signoff.core.model.bitemporal.dto.
ABitemporalObjectDTO
<T> (implements com.activeviam.signoff.core.model.bitemporal.
IBitemporalObject
<T>)
com.activeviam.signoff.core.model.definition.dto.
SignOffProcessDefinitionDTO
(implements com.activeviam.signoff.core.model.definition.
ISignOffProcessDefinition
<T>)
com.activeviam.signoff.core.model.instance.dto.
SignOffProcessInstanceDTO
(implements com.activeviam.signoff.core.model.instance.
ISignOffProcessInstance
<T>)
com.activeviam.signoff.core.model.keyed.jpa.
AKeyedObjectEntity
<ID,T> (implements com.activeviam.signoff.core.model.keyed.
IKeyedObject
<T>, org.springframework.data.domain.Persistable<ID>)
com.activeviam.signoff.core.model.versioned.jpa.
AVersionedObjectEntity
<ID,T> (implements com.activeviam.signoff.core.model.versioned.
IVersionedObject
<T>)
com.activeviam.signoff.core.model.bitemporal.jpa.
ABitemporalObjectEntity
<ID,T> (implements com.activeviam.signoff.core.model.bitemporal.
IBitemporalObject
<T>)
com.activeviam.signoff.core.model.definition.jpa.
SignOffProcessDefinitionEntity
(implements com.activeviam.signoff.core.model.definition.
ISignOffProcessDefinition
<T>)
com.activeviam.signoff.core.model.instance.jpa.
SignOffProcessInstanceEntity
(implements com.activeviam.signoff.core.model.instance.
ISignOffProcessInstance
<T>)
com.activeviam.signoff.core.service.keyed.jpa.impl.
AKeyedObjectJpaService
<ID,DTO,E> (implements com.activeviam.signoff.core.service.keyed.
IKeyedObjectService
<T>)
com.activeviam.signoff.workflow.keyed.
AKeyedObjectWorkflowEventListener
<T> (implements org.activiti.engine.delegate.event.ActivitiEventListener)
com.activeviam.signoff.workflow.keyed.
AKeyedObjectWorkflowService
<T> (implements com.activeviam.signoff.workflow.keyed.
IKeyedObjectWorkflowService
<T>)
com.activeviam.signoff.workflow.versioned.
AVersionedObjectWorkflowService
<T> (implements com.activeviam.signoff.workflow.versioned.
IVersionedObjectWorkflowService
<T>)
com.activeviam.signoff.workflow.bitemporal.
ABitemporalObjectWorkflowService
<T> (implements com.activeviam.signoff.workflow.bitemporal.
IBitemporalObjectWorkflowService
<T>)
com.activeviam.signoff.starter.workflow.definition.
SignOffProcessDefinitionWorkflowService
(implements com.activeviam.signoff.starter.workflow.definition.
ISignOffProcessDefinitionWorkflowService
)
com.activeviam.signoff.starter.workflow.instance.
SignOffProcessInstanceWorkflowService
(implements com.activeviam.signoff.starter.workflow.instance.
ISignOffProcessInstanceWorkflowService
)
com.activeviam.signoff.starter.cfg.
ApplicationRestTemplate
com.activeviam.signoff.starter.workflow.instance.
ApplicationSignOffRestClient
(implements com.activeviam.signoff.starter.workflow.instance.
IApplicationSignOff
)
com.qfs.server.cfg.impl.ASpringResourceServerConfig (implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean, org.springframework.web.context.ServletContextAware)
com.activeviam.signoff.starter.cfg.
ActiveUIResourceServerConfig
com.activeviam.signoff.workflow.history.
AuditLog
(implements com.activeviam.signoff.workflow.history.
IAuditLog
)
com.activeviam.signoff.core.service.versioned.jpa.impl.
AVersionedObjectJpaService
<ID,DTO,E> (implements com.activeviam.signoff.core.service.versioned.
IVersionedObjectService
<T>)
com.activeviam.signoff.core.service.bitemporal.jpa.impl.
ABitemporalObjectJpaService
<ID,DTO,E> (implements com.activeviam.signoff.core.service.bitemporal.
IBitemporalObjectService
<T>)
com.activeviam.signoff.core.service.definition.jpa.impl.
SignOffProcessDefinitionJpaService
(implements com.activeviam.signoff.core.service.definition.
ISignOffProcessDefinitionService
)
com.activeviam.signoff.core.service.instance.jpa.impl.
SignOffProcessInstanceJpaService
(implements com.activeviam.signoff.core.service.instance.
ISignOffProcessInstanceService
)
com.activeviam.signoff.starter.cfg.
CorsFilterConfig
(implements com.qfs.security.cfg.ICorsFilterConfig)
com.activeviam.signoff.starter.cfg.
DatastoreDescriptionConfig
(implements com.qfs.server.cfg.IDatastoreDescriptionConfig)
com.activeviam.signoff.starter.export.impl.
ExportStatusService
(implements com.activeviam.signoff.starter.export.
IExportStatusService
, org.springframework.beans.factory.InitializingBean)
com.activeviam.signoff.starter.workflow.export.impl.
ExportStatusTask
(implements java.lang.
Runnable
)
com.activeviam.signoff.core.model.definition.jpa.
FiltersConverter
(implements javax.persistence.AttributeConverter<X,Y>)
com.activeviam.signoff.cfg.history.
HistoryRecordJpaConfig
com.activeviam.signoff.starter.cfg.
InitialLoad
com.activeviam.signoff.core.model.dto.
KpiDTO
(implements java.io.
Serializable
)
com.activeviam.signoff.core.model.definition.jpa.
KpisConverter
(implements javax.persistence.AttributeConverter<X,Y>)
com.activeviam.signoff.starter.cfg.
LocalContentServiceConfig
(implements com.qfs.server.cfg.content.IActivePivotContentServiceConfig)
com.activeviam.signoff.core.model.definition.jpa.
MeasuresConverter
(implements javax.persistence.AttributeConverter<X,Y>)
com.activeviam.signoff.core.model.definition.jpa.
ParametersConverter
(implements javax.persistence.AttributeConverter<X,Y>)
com.activeviam.signoff.starter.cfg.
PivotConfig
com.activeviam.signoff.starter.cfg.pivot.
PivotManager
(implements com.qfs.server.cfg.IActivePivotManagerDescriptionConfig)
org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport<T,S,ID> (implements org.springframework.context.ApplicationEventPublisherAware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.FactoryBean<T>, org.springframework.beans.factory.InitializingBean, org.springframework.data.repository.core.support.RepositoryFactoryInformation<T,ID>)
org.springframework.data.repository.core.support.TransactionalRepositoryFactoryBeanSupport<T,S,ID> (implements org.springframework.beans.factory.BeanFactoryAware)
org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean<T,S,ID>
com.activeviam.signoff.workflow.history.jpa.
AHistoryRecordJpaRepositoryFactoryBean
<T,R>
com.activeviam.signoff.workflow.history.jpa.
ProcessRecordJpaRepositoryFactoryBean
com.activeviam.signoff.workflow.history.jpa.
UserTaskRecordJpaRepositoryFactoryBean
com.activeviam.signoff.core.service.keyed.jpa.impl.
AKeyedObjectJpaRepositoryFactoryBean
<ID,T,R>
com.activeviam.signoff.core.service.versioned.jpa.impl.
AVersionedObjectJpaRepositoryFactoryBean
<ID,T,R>
com.activeviam.signoff.core.service.bitemporal.jpa.impl.
ABitemporalObjectJpaRepositoryFactoryBean
<ID,T,R>
com.activeviam.signoff.core.service.definition.jpa.impl.
SignOffProcessDefinitionJpaRepositoryFactoryBean
com.activeviam.signoff.core.service.instance.jpa.impl.
SignOffProcessInstanceJpaRepositoryFactoryBean
org.springframework.data.repository.core.support.RepositoryFactorySupport (implements org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware)
org.springframework.data.jpa.repository.support.JpaRepositoryFactory
com.activeviam.signoff.workflow.history.jpa.
AHistoryRecordJpaRepositoryFactoryBean.AHistoryRecordJpaRepositoryFactory
com.activeviam.signoff.workflow.history.jpa.
ProcessRecordJpaRepositoryFactoryBean.ProcessRecordJpaRepositoryFactory
com.activeviam.signoff.workflow.history.jpa.
UserTaskRecordJpaRepositoryFactoryBean.ProcessRecordJpaRepositoryFactory
com.activeviam.signoff.core.service.keyed.jpa.impl.
AKeyedObjectJpaRepositoryFactoryBean.AVersionedObjectJpaRepositoryFactory
com.activeviam.signoff.core.service.definition.jpa.impl.
SignOffProcessDefinitionJpaRepositoryFactoryBean.SignOffProcessDefinitionJpaRepositoryFactory
com.activeviam.signoff.core.service.instance.jpa.impl.
SignOffProcessInstanceJpaRepositoryFactoryBean.SignOffProcessInstanceJpaRepositoryFactory
org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
com.activeviam.signoff.starter.workflow.
SignOffProcessExceptionHandler
com.activeviam.signoff.starter.cfg.
SecurityConfig
com.activeviam.signoff.starter.
SignOff
com.activeviam.signoff.core.service.definition.csv.
SignOffProcessDefinitionCsvConstants
com.activeviam.signoff.core.service.definition.csv.
SignOffProcessDefinitionCsvUtil
com.activeviam.signoff.cfg.pivot.definition.
SignOffProcessDefinitionCubeConfig
com.activeviam.signoff.cfg.pivot.definition.
SignOffProcessDefinitionDatastoreConfig
com.activeviam.signoff.cfg.jpa.
SignOffProcessDefinitionJpaConfig
com.activeviam.signoff.workflow.definition.
SignOffProcessDefinitionWorkflowDatastoreService
(implements com.activeviam.signoff.workflow.definition.
ISignOffProcessDefinitionWorkflowDatastoreService
)
com.activeviam.signoff.starter.workflow.definition.
SignOffProcessDefinitionWorkflowRestController
com.activeviam.signoff.starter.workflow.
SignOffProcessEventHandlers
com.activeviam.signoff.cfg.pivot.instance.
SignOffProcessInstanceCubeConfig
com.activeviam.signoff.cfg.pivot.instance.
SignOffProcessInstanceDatastoreConfig
com.activeviam.signoff.cfg.jpa.
SignOffProcessInstanceJpaConfig
com.activeviam.signoff.workflow.instance.
SignOffProcessInstanceWorkflowDatastoreService
(implements com.activeviam.signoff.workflow.instance.
ISignOffProcessInstanceWorkflowDatastoreService
)
com.activeviam.signoff.starter.workflow.instance.
SignOffProcessInstanceWorkflowRestController
com.activeviam.signoff.starter.cfg.
SignOffProperties
org.springframework.data.jpa.repository.support.SimpleJpaRepository<T,ID> (implements org.springframework.data.jpa.repository.support.JpaRepositoryImplementation<T,ID>)
com.activeviam.signoff.workflow.history.jpa.
AHistoryRecordJpaRepository
<T> (implements com.activeviam.signoff.workflow.history.jpa.
IHistoryRecordJpaRepository
<T>)
com.activeviam.signoff.workflow.history.jpa.
ProcessRecordJpaRepository
(implements com.activeviam.signoff.workflow.history.jpa.
IProcessRecordJpaRepository
)
com.activeviam.signoff.workflow.history.jpa.
UserTaskRecordJpaRepository
(implements com.activeviam.signoff.workflow.history.jpa.
IUserTaskRecordJpaRepository
)
com.activeviam.signoff.core.service.keyed.jpa.impl.
AKeyedObjectJpaRepository
<ID,T> (implements com.activeviam.signoff.core.service.keyed.jpa.
IKeyedObjectJpaRepository
<ID,T>)
com.activeviam.signoff.core.service.versioned.jpa.impl.
AVersionedObjectJpaRepository
<ID,T> (implements com.activeviam.signoff.core.service.versioned.jpa.
IVersionedObjectJpaRepository
<ID,T>)
com.activeviam.signoff.core.service.bitemporal.jpa.impl.
ABitemporalObjectJpaRepository
<ID,T> (implements com.activeviam.signoff.core.service.bitemporal.jpa.
IBitemporalObjectJpaRepository
<ID,T>)
com.activeviam.signoff.core.service.definition.jpa.impl.
SignOffProcessDefinitionJpaRepository
(implements com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
)
com.activeviam.signoff.core.service.instance.jpa.impl.
SignOffProcessInstanceJpaRepository
(implements com.activeviam.signoff.core.service.instance.jpa.
ISignOffProcessInstanceJpaRepository
)
java.lang.
Throwable
(implements java.io.
Serializable
)
java.lang.
Exception
com.activeviam.signoff.core.model.
ValidationException
org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter (implements org.springframework.security.config.annotation.web.WebSecurityConfigurer<T>)
com.activeviam.signoff.starter.cfg.
SecurityConfig.AWebSecurityConfigurer
com.activeviam.signoff.starter.cfg.
SecurityConfig.ActivePivotSecurityConfigurer
com.activeviam.signoff.starter.cfg.
SecurityConfig.UISecurityConfigurer
com.activeviam.signoff.starter.cfg.
SecurityConfig.VersionsSecurityConfigurer
Interface Hierarchy
com.activeviam.signoff.starter.workflow.instance.
IApplicationSignOff
com.activeviam.signoff.workflow.history.
IAuditLog
com.activeviam.signoff.starter.export.
IExportStatusService
com.activeviam.signoff.workflow.history.
IHistoryRecord
com.activeviam.signoff.workflow.history.
IProcessRecord
com.activeviam.signoff.workflow.history.
IUserTaskRecord
com.activeviam.signoff.core.service.keyed.jpa.
IKeyedObjectConverter
<ID,DTO,E>
com.activeviam.signoff.core.service.bitemporal.jpa.
IBitemporalObjectConverter
<ID,DTO,E>
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionConverter
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionConverter
com.activeviam.signoff.core.service.instance.jpa.
ISignOffProcessInstanceConverter
com.activeviam.signoff.core.service.versioned.jpa.
IVersionedObjectConverter
<ID,DTO,E>
com.activeviam.signoff.core.service.bitemporal.jpa.
IBitemporalObjectConverter
<ID,DTO,E>
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionConverter
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionConverter
com.activeviam.signoff.core.service.instance.jpa.
ISignOffProcessInstanceConverter
com.activeviam.signoff.core.service.keyed.
IKeyedObjectService
<T>
com.activeviam.signoff.core.service.bitemporal.
IBitemporalObjectService
<T>
com.activeviam.signoff.core.service.definition.
ISignOffProcessDefinitionService
com.activeviam.signoff.core.service.definition.
ISignOffProcessDefinitionService
com.activeviam.signoff.core.service.instance.
ISignOffProcessInstanceService
com.activeviam.signoff.core.service.versioned.
IVersionedObjectService
<T>
com.activeviam.signoff.core.service.bitemporal.
IBitemporalObjectService
<T>
com.activeviam.signoff.core.service.definition.
ISignOffProcessDefinitionService
com.activeviam.signoff.core.service.definition.
ISignOffProcessDefinitionService
com.activeviam.signoff.core.service.instance.
ISignOffProcessInstanceService
com.activeviam.signoff.workflow.keyed.
IKeyedObjectWorkflowDatastoreService
<T>
com.activeviam.signoff.workflow.bitemporal.
IBitemporalObjectWorkflowDatastoreService
<T>
com.activeviam.signoff.workflow.definition.
ISignOffProcessDefinitionWorkflowDatastoreService
com.activeviam.signoff.workflow.definition.
ISignOffProcessDefinitionWorkflowDatastoreService
com.activeviam.signoff.workflow.instance.
ISignOffProcessInstanceWorkflowDatastoreService
com.activeviam.signoff.workflow.versioned.
IVersionedObjectWorkflowDatastoreService
<T>
com.activeviam.signoff.workflow.bitemporal.
IBitemporalObjectWorkflowDatastoreService
<T>
com.activeviam.signoff.workflow.definition.
ISignOffProcessDefinitionWorkflowDatastoreService
com.activeviam.signoff.workflow.definition.
ISignOffProcessDefinitionWorkflowDatastoreService
com.activeviam.signoff.workflow.instance.
ISignOffProcessInstanceWorkflowDatastoreService
com.activeviam.signoff.workflow.keyed.
IKeyedObjectWorkflowService
<T>
com.activeviam.signoff.workflow.bitemporal.
IBitemporalObjectWorkflowService
<T>
com.activeviam.signoff.starter.workflow.definition.
ISignOffProcessDefinitionWorkflowService
com.activeviam.signoff.starter.workflow.definition.
ISignOffProcessDefinitionWorkflowService
com.activeviam.signoff.starter.workflow.instance.
ISignOffProcessInstanceWorkflowService
com.activeviam.signoff.workflow.versioned.
IVersionedObjectWorkflowService
<T>
com.activeviam.signoff.workflow.bitemporal.
IBitemporalObjectWorkflowService
<T>
com.activeviam.signoff.starter.workflow.definition.
ISignOffProcessDefinitionWorkflowService
com.activeviam.signoff.starter.workflow.definition.
ISignOffProcessDefinitionWorkflowService
com.activeviam.signoff.starter.workflow.instance.
ISignOffProcessInstanceWorkflowService
org.springframework.data.repository.query.QueryByExampleExecutor<T>
com.activeviam.signoff.core.service.bitemporal.jpa.
IBitemporalObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.workflow.history.jpa.
IHistoryRecordJpaRepository
<T>
com.activeviam.signoff.workflow.history.jpa.
IProcessRecordJpaRepository
com.activeviam.signoff.workflow.history.jpa.
IUserTaskRecordJpaRepository
com.activeviam.signoff.core.service.keyed.jpa.
IKeyedObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.bitemporal.jpa.
IBitemporalObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.instance.jpa.
ISignOffProcessInstanceJpaRepository
com.activeviam.signoff.core.service.versioned.jpa.
IVersionedObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.bitemporal.jpa.
IBitemporalObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.instance.jpa.
ISignOffProcessInstanceJpaRepository
com.activeviam.signoff.workflow.history.jpa.
IProcessRecordJpaRepository
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.instance.jpa.
ISignOffProcessInstanceJpaRepository
com.activeviam.signoff.workflow.history.jpa.
IUserTaskRecordJpaRepository
com.activeviam.signoff.core.service.versioned.jpa.
IVersionedObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.bitemporal.jpa.
IBitemporalObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.instance.jpa.
ISignOffProcessInstanceJpaRepository
org.springframework.data.jpa.repository.JpaRepository<T,ID> (also extends org.springframework.data.repository.PagingAndSortingRepository<T,ID>)
com.activeviam.signoff.core.service.bitemporal.jpa.
IBitemporalObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.workflow.history.jpa.
IHistoryRecordJpaRepository
<T>
com.activeviam.signoff.workflow.history.jpa.
IProcessRecordJpaRepository
com.activeviam.signoff.workflow.history.jpa.
IUserTaskRecordJpaRepository
com.activeviam.signoff.core.service.keyed.jpa.
IKeyedObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.bitemporal.jpa.
IBitemporalObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.instance.jpa.
ISignOffProcessInstanceJpaRepository
com.activeviam.signoff.core.service.versioned.jpa.
IVersionedObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.bitemporal.jpa.
IBitemporalObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.instance.jpa.
ISignOffProcessInstanceJpaRepository
com.activeviam.signoff.workflow.history.jpa.
IProcessRecordJpaRepository
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.instance.jpa.
ISignOffProcessInstanceJpaRepository
com.activeviam.signoff.workflow.history.jpa.
IUserTaskRecordJpaRepository
com.activeviam.signoff.core.service.versioned.jpa.
IVersionedObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.bitemporal.jpa.
IBitemporalObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.instance.jpa.
ISignOffProcessInstanceJpaRepository
org.springframework.data.repository.Repository<T,ID>
org.springframework.data.repository.CrudRepository<T,ID>
com.activeviam.signoff.core.service.bitemporal.jpa.
IBitemporalObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.workflow.history.jpa.
IHistoryRecordJpaRepository
<T>
com.activeviam.signoff.workflow.history.jpa.
IProcessRecordJpaRepository
com.activeviam.signoff.workflow.history.jpa.
IUserTaskRecordJpaRepository
com.activeviam.signoff.core.service.keyed.jpa.
IKeyedObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.bitemporal.jpa.
IBitemporalObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.instance.jpa.
ISignOffProcessInstanceJpaRepository
com.activeviam.signoff.core.service.versioned.jpa.
IVersionedObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.bitemporal.jpa.
IBitemporalObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.instance.jpa.
ISignOffProcessInstanceJpaRepository
com.activeviam.signoff.workflow.history.jpa.
IProcessRecordJpaRepository
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.instance.jpa.
ISignOffProcessInstanceJpaRepository
com.activeviam.signoff.workflow.history.jpa.
IUserTaskRecordJpaRepository
com.activeviam.signoff.core.service.versioned.jpa.
IVersionedObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.bitemporal.jpa.
IBitemporalObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.instance.jpa.
ISignOffProcessInstanceJpaRepository
org.springframework.data.jpa.repository.JpaRepository<T,ID> (also extends org.springframework.data.repository.PagingAndSortingRepository<T,ID>, org.springframework.data.repository.query.QueryByExampleExecutor<T>)
com.activeviam.signoff.core.service.bitemporal.jpa.
IBitemporalObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.workflow.history.jpa.
IHistoryRecordJpaRepository
<T>
com.activeviam.signoff.workflow.history.jpa.
IProcessRecordJpaRepository
com.activeviam.signoff.workflow.history.jpa.
IUserTaskRecordJpaRepository
com.activeviam.signoff.core.service.keyed.jpa.
IKeyedObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.bitemporal.jpa.
IBitemporalObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.instance.jpa.
ISignOffProcessInstanceJpaRepository
com.activeviam.signoff.core.service.versioned.jpa.
IVersionedObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.bitemporal.jpa.
IBitemporalObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.instance.jpa.
ISignOffProcessInstanceJpaRepository
com.activeviam.signoff.workflow.history.jpa.
IProcessRecordJpaRepository
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.instance.jpa.
ISignOffProcessInstanceJpaRepository
com.activeviam.signoff.workflow.history.jpa.
IUserTaskRecordJpaRepository
com.activeviam.signoff.core.service.versioned.jpa.
IVersionedObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.bitemporal.jpa.
IBitemporalObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.instance.jpa.
ISignOffProcessInstanceJpaRepository
org.springframework.data.repository.PagingAndSortingRepository<T,ID>
com.activeviam.signoff.core.service.bitemporal.jpa.
IBitemporalObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.workflow.history.jpa.
IHistoryRecordJpaRepository
<T>
com.activeviam.signoff.workflow.history.jpa.
IProcessRecordJpaRepository
com.activeviam.signoff.workflow.history.jpa.
IUserTaskRecordJpaRepository
com.activeviam.signoff.core.service.keyed.jpa.
IKeyedObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.bitemporal.jpa.
IBitemporalObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.instance.jpa.
ISignOffProcessInstanceJpaRepository
com.activeviam.signoff.core.service.versioned.jpa.
IVersionedObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.bitemporal.jpa.
IBitemporalObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.instance.jpa.
ISignOffProcessInstanceJpaRepository
com.activeviam.signoff.workflow.history.jpa.
IProcessRecordJpaRepository
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.instance.jpa.
ISignOffProcessInstanceJpaRepository
com.activeviam.signoff.workflow.history.jpa.
IUserTaskRecordJpaRepository
com.activeviam.signoff.core.service.versioned.jpa.
IVersionedObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.bitemporal.jpa.
IBitemporalObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.instance.jpa.
ISignOffProcessInstanceJpaRepository
org.springframework.data.jpa.repository.JpaRepository<T,ID> (also extends org.springframework.data.repository.query.QueryByExampleExecutor<T>)
com.activeviam.signoff.core.service.bitemporal.jpa.
IBitemporalObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.workflow.history.jpa.
IHistoryRecordJpaRepository
<T>
com.activeviam.signoff.workflow.history.jpa.
IProcessRecordJpaRepository
com.activeviam.signoff.workflow.history.jpa.
IUserTaskRecordJpaRepository
com.activeviam.signoff.core.service.keyed.jpa.
IKeyedObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.bitemporal.jpa.
IBitemporalObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.instance.jpa.
ISignOffProcessInstanceJpaRepository
com.activeviam.signoff.core.service.versioned.jpa.
IVersionedObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.bitemporal.jpa.
IBitemporalObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.instance.jpa.
ISignOffProcessInstanceJpaRepository
com.activeviam.signoff.workflow.history.jpa.
IProcessRecordJpaRepository
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.instance.jpa.
ISignOffProcessInstanceJpaRepository
com.activeviam.signoff.workflow.history.jpa.
IUserTaskRecordJpaRepository
com.activeviam.signoff.core.service.versioned.jpa.
IVersionedObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.bitemporal.jpa.
IBitemporalObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.instance.jpa.
ISignOffProcessInstanceJpaRepository
com.activeviam.signoff.core.service.bitemporal.jpa.
IBitemporalObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.workflow.history.jpa.
IHistoryRecordJpaRepository
<T>
com.activeviam.signoff.workflow.history.jpa.
IProcessRecordJpaRepository
com.activeviam.signoff.workflow.history.jpa.
IUserTaskRecordJpaRepository
com.activeviam.signoff.core.service.keyed.jpa.
IKeyedObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.bitemporal.jpa.
IBitemporalObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.instance.jpa.
ISignOffProcessInstanceJpaRepository
com.activeviam.signoff.core.service.versioned.jpa.
IVersionedObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.bitemporal.jpa.
IBitemporalObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.instance.jpa.
ISignOffProcessInstanceJpaRepository
com.activeviam.signoff.workflow.history.jpa.
IProcessRecordJpaRepository
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.instance.jpa.
ISignOffProcessInstanceJpaRepository
com.activeviam.signoff.workflow.history.jpa.
IUserTaskRecordJpaRepository
com.activeviam.signoff.core.service.versioned.jpa.
IVersionedObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.bitemporal.jpa.
IBitemporalObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.instance.jpa.
ISignOffProcessInstanceJpaRepository
org.springframework.data.jpa.repository.JpaRepository<T,ID> (also extends org.springframework.data.repository.PagingAndSortingRepository<T,ID>, org.springframework.data.repository.query.QueryByExampleExecutor<T>)
com.activeviam.signoff.core.service.bitemporal.jpa.
IBitemporalObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.workflow.history.jpa.
IHistoryRecordJpaRepository
<T>
com.activeviam.signoff.workflow.history.jpa.
IProcessRecordJpaRepository
com.activeviam.signoff.workflow.history.jpa.
IUserTaskRecordJpaRepository
com.activeviam.signoff.core.service.keyed.jpa.
IKeyedObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.bitemporal.jpa.
IBitemporalObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.instance.jpa.
ISignOffProcessInstanceJpaRepository
com.activeviam.signoff.core.service.versioned.jpa.
IVersionedObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.bitemporal.jpa.
IBitemporalObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.instance.jpa.
ISignOffProcessInstanceJpaRepository
com.activeviam.signoff.workflow.history.jpa.
IProcessRecordJpaRepository
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.instance.jpa.
ISignOffProcessInstanceJpaRepository
com.activeviam.signoff.workflow.history.jpa.
IUserTaskRecordJpaRepository
com.activeviam.signoff.core.service.versioned.jpa.
IVersionedObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.bitemporal.jpa.
IBitemporalObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.instance.jpa.
ISignOffProcessInstanceJpaRepository
org.springframework.data.repository.PagingAndSortingRepository<T,ID>
com.activeviam.signoff.core.service.bitemporal.jpa.
IBitemporalObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.workflow.history.jpa.
IHistoryRecordJpaRepository
<T>
com.activeviam.signoff.workflow.history.jpa.
IProcessRecordJpaRepository
com.activeviam.signoff.workflow.history.jpa.
IUserTaskRecordJpaRepository
com.activeviam.signoff.core.service.keyed.jpa.
IKeyedObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.bitemporal.jpa.
IBitemporalObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.instance.jpa.
ISignOffProcessInstanceJpaRepository
com.activeviam.signoff.core.service.versioned.jpa.
IVersionedObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.bitemporal.jpa.
IBitemporalObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.instance.jpa.
ISignOffProcessInstanceJpaRepository
com.activeviam.signoff.workflow.history.jpa.
IProcessRecordJpaRepository
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.instance.jpa.
ISignOffProcessInstanceJpaRepository
com.activeviam.signoff.workflow.history.jpa.
IUserTaskRecordJpaRepository
com.activeviam.signoff.core.service.versioned.jpa.
IVersionedObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.bitemporal.jpa.
IBitemporalObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.instance.jpa.
ISignOffProcessInstanceJpaRepository
org.springframework.data.jpa.repository.JpaRepository<T,ID> (also extends org.springframework.data.repository.query.QueryByExampleExecutor<T>)
com.activeviam.signoff.core.service.bitemporal.jpa.
IBitemporalObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.workflow.history.jpa.
IHistoryRecordJpaRepository
<T>
com.activeviam.signoff.workflow.history.jpa.
IProcessRecordJpaRepository
com.activeviam.signoff.workflow.history.jpa.
IUserTaskRecordJpaRepository
com.activeviam.signoff.core.service.keyed.jpa.
IKeyedObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.bitemporal.jpa.
IBitemporalObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.instance.jpa.
ISignOffProcessInstanceJpaRepository
com.activeviam.signoff.core.service.versioned.jpa.
IVersionedObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.bitemporal.jpa.
IBitemporalObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.instance.jpa.
ISignOffProcessInstanceJpaRepository
com.activeviam.signoff.workflow.history.jpa.
IProcessRecordJpaRepository
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.instance.jpa.
ISignOffProcessInstanceJpaRepository
com.activeviam.signoff.workflow.history.jpa.
IUserTaskRecordJpaRepository
com.activeviam.signoff.core.service.versioned.jpa.
IVersionedObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.bitemporal.jpa.
IBitemporalObjectJpaRepository
<ID,T>
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.definition.jpa.
ISignOffProcessDefinitionJpaRepository
com.activeviam.signoff.core.service.instance.jpa.
ISignOffProcessInstanceJpaRepository
java.io.
Serializable
com.activeviam.signoff.core.model.bitemporal.
IBitemporalObject
<T>
com.activeviam.signoff.core.model.definition.
ISignOffProcessDefinition
<T>
com.activeviam.signoff.core.model.keyed.
IKeyedObject
<T>
com.activeviam.signoff.core.model.bitemporal.
IBitemporalObject
<T>
com.activeviam.signoff.core.model.definition.
ISignOffProcessDefinition
<T>
com.activeviam.signoff.core.model.definition.
ISignOffProcessDefinition
<T>
com.activeviam.signoff.core.model.instance.
ISignOffProcessInstance
<T>
com.activeviam.signoff.core.model.versioned.
IVersionedObject
<T>
com.activeviam.signoff.core.model.bitemporal.
IBitemporalObject
<T>
com.activeviam.signoff.core.model.definition.
ISignOffProcessDefinition
<T>
com.activeviam.signoff.core.model.definition.
ISignOffProcessDefinition
<T>
com.activeviam.signoff.core.model.instance.
ISignOffProcessInstance
<T>
com.activeviam.signoff.core.model.definition.
ISignOffProcessDefinition
<T>
com.activeviam.signoff.core.model.instance.
ISignOffProcessInstance
<T>
com.activeviam.signoff.core.model.versioned.
IVersionedObject
<T>
com.activeviam.signoff.core.model.bitemporal.
IBitemporalObject
<T>
com.activeviam.signoff.core.model.definition.
ISignOffProcessDefinition
<T>
com.activeviam.signoff.core.model.definition.
ISignOffProcessDefinition
<T>
com.activeviam.signoff.core.model.instance.
ISignOffProcessInstance
<T>
Annotation Type Hierarchy
com.activeviam.signoff.starter.annotations.
SignOffApplication
(implements java.lang.annotation.
Annotation
)
Enum Hierarchy
java.lang.
Object
java.lang.
Enum
<E> (implements java.lang.
Comparable
<T>, java.io.
Serializable
)
com.activeviam.signoff.starter.workflow.instance.
ISignOffProcessInstanceWorkflowService.Action
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2020. All rights reserved.