Uses of Class
com.flowable.platform.service.caze.NavigationElementRepresentation
-
Packages that use 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 List<NavigationElementRepresentation>
NavigationResponseRepresentation. navigationElements
Methods in com.flowable.platform.service.caze that return NavigationElementRepresentation Modifier and Type Method Description protected NavigationElementRepresentation
PlatformCaseInstanceService. createNavigationElementRepresentation(ExtensionElement extensionElement, String caseHeaderConfig, String casePageHeaderConfig, ExpressionManager expressionManager, VariableContainer variableContainer)
Methods in com.flowable.platform.service.caze that return types with arguments of type NavigationElementRepresentation Modifier and Type Method Description 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(List<NavigationElementRepresentation> navigationElements)
-