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
Fields in com.flowable.platform.service.caze with type parameters of type NavigationElementRepresentation Modifier and Type Field Description protected java.util.List<NavigationElementRepresentation>
NavigationResponseRepresentation. navigationElements
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, java.lang.String caseHeaderConfig, java.lang.String casePageHeaderConfig, 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>
NavigationResponseRepresentation. getNavigationElements()
Methods in com.flowable.platform.service.caze with parameters of type NavigationElementRepresentation Modifier and Type Method Description void
NavigationResponseRepresentation. addNavigationElement(NavigationElementRepresentation navigationElement)
Method parameters in com.flowable.platform.service.caze with type arguments of type NavigationElementRepresentation Modifier and Type Method Description void
NavigationResponseRepresentation. setNavigationElements(java.util.List<NavigationElementRepresentation> navigationElements)