Uses of Class
org.activiti.cloud.services.query.model.ProcessCandidateStarterUserEntity
-
Packages that use ProcessCandidateStarterUserEntity Package Description org.activiti.cloud.services.query.model -
-
Uses of ProcessCandidateStarterUserEntity in org.activiti.cloud.services.query.model
Fields in org.activiti.cloud.services.query.model with type parameters of type ProcessCandidateStarterUserEntity Modifier and Type Field Description com.querydsl.core.types.dsl.SetPath<ProcessCandidateStarterUserEntity,QProcessCandidateStarterUserEntity>QProcessDefinitionEntity. candidateStarterUsersMethods in org.activiti.cloud.services.query.model that return types with arguments of type ProcessCandidateStarterUserEntity Modifier and Type Method Description Set<ProcessCandidateStarterUserEntity>ProcessDefinitionEntity. getCandidateStarterUsers()Method parameters in org.activiti.cloud.services.query.model with type arguments of type ProcessCandidateStarterUserEntity Modifier and Type Method Description voidProcessDefinitionEntity. setCandidateStarterUsers(Set<ProcessCandidateStarterUserEntity> candidateStarterUsers)Constructor parameters in org.activiti.cloud.services.query.model with type arguments of type ProcessCandidateStarterUserEntity Constructor Description QProcessCandidateStarterUserEntity(com.querydsl.core.types.Path<? extends ProcessCandidateStarterUserEntity> path)QProcessCandidateStarterUserEntity(Class<? extends ProcessCandidateStarterUserEntity> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-