Class BaseCoreAppModel

java.lang.Object
com.flowable.app.engine.impl.deployer.BaseCoreAppModel
All Implemented Interfaces:
CoreAppModel, org.flowable.app.api.repository.AppModel

public class BaseCoreAppModel extends Object implements CoreAppModel
  • Field Details

    • key

      protected String key
    • name

      protected String name
    • description

      protected String description
    • theme

      protected String theme
    • icon

      protected String icon
    • usersAccess

      protected String usersAccess
    • groupsAccess

      protected String groupsAccess
    • variables

      protected Map<String,com.fasterxml.jackson.databind.JsonNode> variables
    • i18n

      protected Map<String,Map<String,String>> i18n
    • flowApp

      protected boolean flowApp
    • creatorId

      protected String creatorId
    • type

      protected String type
    • subType

      protected String subType
    • state

      protected String state
    • subState

      protected String subState
    • url

      protected String url
    • order

      protected int order
    • pageModels

      protected List<CorePageModel> pageModels
  • Constructor Details

    • BaseCoreAppModel

      public BaseCoreAppModel()
  • Method Details