- fileName - Variable in class org.flowable.ui.admin.service.AttachmentResponseInfo
-
- findAll() - Method in class org.flowable.ui.admin.service.engine.ServerConfigService
-
- findOne(String) - Method in class org.flowable.ui.admin.service.engine.ServerConfigService
-
- findOneByEndpointTypeCode(EndpointType) - Method in class org.flowable.ui.admin.service.engine.ServerConfigService
-
- FlowableAdminAppProperties - Class in org.flowable.ui.admin.properties
-
Properties for the Admin UI App.
- FlowableAdminAppProperties() - Constructor for class org.flowable.ui.admin.properties.FlowableAdminAppProperties
-
- FlowableAdminAppProperties.Encryption - Class in org.flowable.ui.admin.properties
-
Passwords for rest endpoints and master configs are stored encrypted in the database using AES/CBC/PKCS5PADDING
It needs a 128-bit initialization vector (http://en.wikipedia.org/wiki/Initialization_vector)
and a 128-bit secret key represented as 16 ascii characters below
- FlowableAdminAppProperties.Security - Class in org.flowable.ui.admin.properties
-
The security configuration for the Admin Application.
- FlowableClientService - Class in org.flowable.ui.admin.service.engine
-
Service for invoking Flowable REST services.
- FlowableClientService() - Constructor for class org.flowable.ui.admin.service.engine.FlowableClientService
-
- FlowableServiceException - Exception in org.flowable.ui.admin.service.engine.exception
-
Exception thrown from the Flowable Services, indicating an error occurred when executing a service request.
- FlowableServiceException(String) - Constructor for exception org.flowable.ui.admin.service.engine.exception.FlowableServiceException
-
- FlowableServiceException(String, Throwable) - Constructor for exception org.flowable.ui.admin.service.engine.exception.FlowableServiceException
-
- FORM_ENGINE_INFO_URL - Static variable in class org.flowable.ui.admin.service.engine.ProcessEngineInfoService
-
- FormDefinitionService - Class in org.flowable.ui.admin.service.engine
-
Service for invoking Flowable REST services.
- FormDefinitionService() - Constructor for class org.flowable.ui.admin.service.engine.FormDefinitionService
-
- FormDeploymentService - Class in org.flowable.ui.admin.service.engine
-
Service for invoking Flowable REST services.
- FormDeploymentService() - Constructor for class org.flowable.ui.admin.service.engine.FormDeploymentService
-
- FormInstanceService - Class in org.flowable.ui.admin.service.engine
-
Service for invoking Flowable REST services.
- FormInstanceService() - Constructor for class org.flowable.ui.admin.service.engine.FormInstanceService
-
- FORMS_URL - Static variable in class org.flowable.ui.admin.service.engine.AppService
-