Package org.flowable.ui.modeler.service
Class FlowableCaseModelService
- java.lang.Object
-
- org.flowable.ui.modeler.service.BaseFlowableModelService
-
- org.flowable.ui.modeler.service.FlowableCaseModelService
-
@Service @Transactional public class FlowableCaseModelService extends BaseFlowableModelService
- Author:
- Tijs Rademakers
-
-
Field Summary
Fields Modifier and Type Field Description protected static intMIN_FILTER_LENGTHprotected ModelServicemodelService-
Fields inherited from class org.flowable.ui.modeler.service.BaseFlowableModelService
modelHistoryRepository, modelRepository, PROCESS_NOT_FOUND_MESSAGE_KEY
-
-
Constructor Summary
Constructors Constructor Description FlowableCaseModelService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResultListDataRepresentationgetCases(String filter, String excludeId)protected StringmakeValidFilterText(String filterText)-
Methods inherited from class org.flowable.ui.modeler.service.BaseFlowableModelService
getModel, getModelHistory
-
-
-
-
Field Detail
-
MIN_FILTER_LENGTH
protected static final int MIN_FILTER_LENGTH
- See Also:
- Constant Field Values
-
modelService
@Autowired protected ModelService modelService
-
-
Method Detail
-
getCases
public ResultListDataRepresentation getCases(String filter, String excludeId)
-
-