Uses of Class
org.flowable.dmn.model.DecisionService
-
-
Uses of DecisionService in org.flowable.dmn.model
Fields in org.flowable.dmn.model with type parameters of type DecisionService Modifier and Type Field Description protected List<DecisionService>DmnDefinition. decisionServicesMethods in org.flowable.dmn.model that return DecisionService Modifier and Type Method Description DecisionServiceDmnDefinition. getDecisionServiceById(String id)Methods in org.flowable.dmn.model that return types with arguments of type DecisionService Modifier and Type Method Description List<DecisionService>DmnDefinition. getDecisionServices()Methods in org.flowable.dmn.model with parameters of type DecisionService Modifier and Type Method Description voidDmnDefinition. addDecisionService(DecisionService decisionService)
-