Uses of Class
com.flowable.platform.service.app.PageDefinitionRepresentation
-
Packages that use PageDefinitionRepresentation Package Description com.flowable.platform.service.app -
-
Uses of PageDefinitionRepresentation in com.flowable.platform.service.app
Fields in com.flowable.platform.service.app with type parameters of type PageDefinitionRepresentation Modifier and Type Field Description protected List<PageDefinitionRepresentation>
AppDefinitionRepresentation. pages
Methods in com.flowable.platform.service.app that return types with arguments of type PageDefinitionRepresentation Modifier and Type Method Description List<PageDefinitionRepresentation>
AppDefinitionRepresentation. getPages()
protected Map<String,List<PageDefinitionRepresentation>>
PlatformAppService. getPagesWithAccess(List<PageDefinition> pageDefinitions)
Method parameters in com.flowable.platform.service.app with type arguments of type PageDefinitionRepresentation Modifier and Type Method Description void
AppDefinitionRepresentation. setPages(List<PageDefinitionRepresentation> pages)
-