Uses of Class
org.flowable.ui.modeler.serviceapi.AppDefinitionServiceRepresentation
-
Packages that use AppDefinitionServiceRepresentation Package Description org.flowable.ui.modeler.service org.flowable.ui.modeler.serviceapi -
-
Uses of AppDefinitionServiceRepresentation in org.flowable.ui.modeler.service
Methods in org.flowable.ui.modeler.service that return AppDefinitionServiceRepresentation Modifier and Type Method Description protected AppDefinitionServiceRepresentationAppDefinitionServiceImpl. createAppDefinition(AbstractModel model)Methods in org.flowable.ui.modeler.service that return types with arguments of type AppDefinitionServiceRepresentation Modifier and Type Method Description List<AppDefinitionServiceRepresentation>AppDefinitionServiceImpl. getAppDefinitions()List<AppDefinitionServiceRepresentation>AppDefinitionServiceImpl. getDeployableAppDefinitions(org.flowable.idm.api.User user)Gathers all 'deployable' app definitions for the current user. -
Uses of AppDefinitionServiceRepresentation in org.flowable.ui.modeler.serviceapi
Methods in org.flowable.ui.modeler.serviceapi that return types with arguments of type AppDefinitionServiceRepresentation Modifier and Type Method Description List<AppDefinitionServiceRepresentation>AppDefinitionService. getAppDefinitions()List<AppDefinitionServiceRepresentation>AppDefinitionService. getDeployableAppDefinitions(org.flowable.idm.api.User user)
-