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