Uses of Class
org.flowable.ui.task.model.runtime.AppDefinitionRepresentation
-
Packages that use AppDefinitionRepresentation Package Description org.flowable.ui.task.model.runtime org.flowable.ui.task.service.runtime -
-
Uses of AppDefinitionRepresentation in org.flowable.ui.task.model.runtime
Methods in org.flowable.ui.task.model.runtime that return AppDefinitionRepresentation Modifier and Type Method Description static AppDefinitionRepresentationAppDefinitionRepresentation. createDefaultAppDefinitionRepresentation(String id)Methods in org.flowable.ui.task.model.runtime that return types with arguments of type AppDefinitionRepresentation Modifier and Type Method Description List<AppDefinitionRepresentation>RuntimeAppDefinitionSaveRepresentation. getAppDefinitions()Method parameters in org.flowable.ui.task.model.runtime with type arguments of type AppDefinitionRepresentation Modifier and Type Method Description voidRuntimeAppDefinitionSaveRepresentation. setAppDefinitions(List<AppDefinitionRepresentation> appDefinitions) -
Uses of AppDefinitionRepresentation in org.flowable.ui.task.service.runtime
Fields in org.flowable.ui.task.service.runtime declared as AppDefinitionRepresentation Modifier and Type Field Description protected static AppDefinitionRepresentationFlowableAppDefinitionService. adminAppDefinitionRepresentationprotected static AppDefinitionRepresentationFlowableAppDefinitionService. idmAppDefinitionRepresentationprotected static AppDefinitionRepresentationFlowableAppDefinitionService. modelerAppDefinitionRepresentationprotected static AppDefinitionRepresentationFlowableAppDefinitionService. taskAppDefinitionRepresentationMethods in org.flowable.ui.task.service.runtime that return AppDefinitionRepresentation Modifier and Type Method Description protected AppDefinitionRepresentationFlowableAppDefinitionService. createDefaultAppDefinition(String id)protected AppDefinitionRepresentationFlowableAppDefinitionService. createRepresentation(org.flowable.app.api.repository.AppDefinition appDefinition, BaseAppModel baseAppModel)AppDefinitionRepresentationFlowableAppDefinitionService. getAppDefinition(String appDefinitionKey)Methods in org.flowable.ui.task.service.runtime that return types with arguments of type AppDefinitionRepresentation Modifier and Type Method Description protected List<AppDefinitionRepresentation>FlowableAppDefinitionService. getTaskAppList(SecurityScope currentUser)Methods in org.flowable.ui.task.service.runtime with parameters of type AppDefinitionRepresentation Modifier and Type Method Description protected booleanFlowableAppDefinitionService. hasAppAccess(AppDefinitionRepresentation appDefinition, String userId, Collection<String> groups)
-