Uses of Class
com.flowable.platform.service.app.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 java.util.List<PageDefinitionRepresentation>
AppDefinitionRepresentation. pages
Methods in com.flowable.platform.service.app that return types with arguments of type PageDefinitionRepresentation Modifier and Type Method Description java.util.List<PageDefinitionRepresentation>
AppDefinitionRepresentation. getPages()
protected java.util.Map<java.lang.String,java.util.List<PageDefinitionRepresentation>>
PlatformAppService. getPagesWithAccess(java.util.List<com.flowable.core.app.api.PageDefinition> pageDefinitions)
Method parameters in com.flowable.platform.service.app with type arguments of type PageDefinitionRepresentation Modifier and Type Method Description void
AppDefinitionRepresentation. setPages(java.util.List<PageDefinitionRepresentation> pages)