Uses of Class
org.flowable.ui.modeler.model.decisionservice.DecisionServiceRepresentation
-
Packages that use DecisionServiceRepresentation Package Description org.flowable.ui.modeler.service -
-
Uses of DecisionServiceRepresentation in org.flowable.ui.modeler.service
Methods in org.flowable.ui.modeler.service that return DecisionServiceRepresentation Modifier and Type Method Description protected DecisionServiceRepresentationFlowableDecisionServiceService. createDecisionServiceRepresentation(AbstractModel model)DecisionServiceRepresentationFlowableDecisionServiceService. getDecisionService(String decisionTableId)DecisionServiceRepresentationFlowableDecisionServiceService. getDecisionTableRepresentation(AbstractModel decisionTableModel)DecisionServiceRepresentationFlowableDecisionServiceService. getHistoricDecisionService(String modelHistoryId)Methods in org.flowable.ui.modeler.service that return types with arguments of type DecisionServiceRepresentation Modifier and Type Method Description List<DecisionServiceRepresentation>FlowableDecisionServiceService. getDecisionServices(String[] decisionServiceIds)
-