Uses of Class
com.flowable.platform.service.caze.NavigationResponseRepresentation
Packages that use NavigationResponseRepresentation
-
Uses of NavigationResponseRepresentation in com.flowable.platform.service.caze
Methods in com.flowable.platform.service.caze that return NavigationResponseRepresentationModifier and TypeMethodDescriptionPlatformCaseInstanceService.getNavigationElements
(String caseInstanceId) Methods in com.flowable.platform.service.caze with parameters of type NavigationResponseRepresentationModifier and TypeMethodDescriptionprotected void
PlatformCaseInstanceService.fillHistoricNavigationElements
(NavigationResponseRepresentation navigationResponse, String caseHeaderConfig, CaseInstanceInfo caseInstance, org.flowable.cmmn.model.CmmnModel cmmnModel, Map<String, org.flowable.bpmn.model.BpmnModel> bpmnModelMap, Map<String, org.flowable.cmmn.model.CmmnModel> cmmnModelMap) protected void
PlatformCaseInstanceService.fillRuntimeNavigationElements
(NavigationResponseRepresentation navigationResponse, String caseHeaderConfig, CaseInstanceInfo caseInstance, org.flowable.cmmn.model.CmmnModel cmmnModel, Map<String, org.flowable.bpmn.model.BpmnModel> bpmnModelMap, Map<String, org.flowable.cmmn.model.CmmnModel> cmmnModelMap) protected void
PlatformCaseInstanceService.fillStaticCasePageElements
(org.flowable.cmmn.model.PlanItemDefinition planItemDefinition, String caseHeaderConfig, String casePageHeaderConfig, String renderedState, NavigationResponseRepresentation navigationResponse, org.flowable.common.engine.api.variable.VariableContainer variableContainer) protected void
PlatformCaseInstanceService.fillStaticPageElements
(org.flowable.cmmn.model.ExtensionElement customViewElement, NavigationResponseRepresentation navigationResponse)