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 NavigationResponseRepresentation
PlatformCaseInstanceService. getNavigationElements(java.lang.String caseInstanceId)
Methods in com.flowable.platform.service.caze with parameters of type NavigationResponseRepresentation Modifier and Type Method Description protected void
PlatformCaseInstanceService. 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 void
PlatformCaseInstanceService. 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 void
PlatformCaseInstanceService. 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 void
PlatformCaseInstanceService. fillStaticPageElements(org.flowable.cmmn.model.ExtensionElement customViewElement, NavigationResponseRepresentation navigationResponse)
-