Uses of Class
com.flowable.platform.service.caze.NavigationElementRepresentation
Package | Description |
---|---|
com.flowable.platform.service.caze |
-
Uses of NavigationElementRepresentation in com.flowable.platform.service.caze
Methods in com.flowable.platform.service.caze that return NavigationElementRepresentation Modifier and Type Method Description protected NavigationElementRepresentation
PlatformCaseInstanceService. createNavigationElementRepresentation(org.flowable.cmmn.model.ExtensionElement extensionElement, org.flowable.common.engine.impl.el.ExpressionManager expressionManager, org.flowable.common.engine.api.variable.VariableContainer variableContainer)
Methods in com.flowable.platform.service.caze that return types with arguments of type NavigationElementRepresentation Modifier and Type Method Description java.util.List<NavigationElementRepresentation>
PlatformCaseInstanceService. getNavigationElements(java.lang.String caseInstanceId)
Method parameters in com.flowable.platform.service.caze with type arguments of type NavigationElementRepresentation Modifier and Type Method Description protected void
PlatformCaseInstanceService. fillHistoricNavigationElements(java.util.List<NavigationElementRepresentation> navigationElementList, 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(java.util.List<NavigationElementRepresentation> navigationElementList, 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 renderedState, java.util.List<NavigationElementRepresentation> navigationElementList, org.flowable.common.engine.api.variable.VariableContainer variableContainer)
protected void
PlatformCaseInstanceService. fillStaticPageElements(org.flowable.cmmn.model.ExtensionElement customViewElement, java.util.List<NavigationElementRepresentation> navigationElementList)