Uses of Class
org.cxbox.engine.workflow.WorkflowSettings
-
Packages that use WorkflowSettings Package Description org.cxbox.engine.workflow org.cxbox.source.services org.cxbox.source.services.crudma -
-
Uses of WorkflowSettings in org.cxbox.engine.workflow
Methods in org.cxbox.engine.workflow that return WorkflowSettings Modifier and Type Method Description WorkflowSettings<E>WorkflowSettings.Builder. build() -
Uses of WorkflowSettings in org.cxbox.source.services
Fields in org.cxbox.source.services declared as WorkflowSettings Modifier and Type Field Description protected WorkflowSettings<E>AbstractWorkflowableTaskDao. workflowSettings -
Uses of WorkflowSettings in org.cxbox.source.services.crudma
Constructors in org.cxbox.source.services.crudma with parameters of type WorkflowSettings Constructor Description DmnTaskFieldsCrudmaService(WorkflowSettings<?> workflowSettings, org.cxbox.api.data.dictionary.DictionaryCache dictionaryCache, org.cxbox.model.core.dao.JpaDao jpaDao)
-