Uses of Class
com.flowable.core.service.DefinitionInfo
-
Packages that use DefinitionInfo Package Description com.flowable.core.service.caze com.flowable.core.service.process -
-
Uses of DefinitionInfo in com.flowable.core.service.caze
Methods in com.flowable.core.service.caze that return types with arguments of type DefinitionInfo Modifier and Type Method Description List<DefinitionInfo>
CoreCaseService. getCaseDefinitions(String tenantId, boolean isSuperAdminUser)
-
Uses of DefinitionInfo in com.flowable.core.service.process
Methods in com.flowable.core.service.process that return types with arguments of type DefinitionInfo Modifier and Type Method Description List<DefinitionInfo>
CoreProcessService. getProcessDefinitions(String tenantId, boolean isSuperAdminUser)
-