Uses of Class
ru.cg.webbpm.modules.resources.api.ResourceFile
Packages that use ResourceFile
Package
Description
API for CRUD operations with project resources like pages, processes, some metadata, etc.
Implementation for working with classpath resources (on server)
Doesn't support hot-reload resources
Implementation for working with resources on local file system (in studio).
-
Uses of ResourceFile in ru.cg.webbpm.modules.bpmn.core.impl
Methods in ru.cg.webbpm.modules.bpmn.core.impl with parameters of type ResourceFileModifier and TypeMethodDescriptionProcessConfigurationProcessorImpl.parseConfiguration
(ResourceFile resourceFile) -
Uses of ResourceFile in ru.cg.webbpm.modules.bpmn.workflow.api.service
Method parameters in ru.cg.webbpm.modules.bpmn.workflow.api.service with type arguments of type ResourceFileModifier and TypeMethodDescriptionvoid
ProcessDeploymentService.deploy
(Set<ResourceFile> bpmnFiles) Задеплоить bpmn2 файлы -
Uses of ResourceFile in ru.cg.webbpm.modules.bpmn.workflow.jbpm.deployment
Method parameters in ru.cg.webbpm.modules.bpmn.workflow.jbpm.deployment with type arguments of type ResourceFileModifier and TypeMethodDescriptionstatic org.drools.compiler.kie.builder.impl.InternalKieModule
KieProjectHelper.createKieJar
(org.jbpm.services.api.model.DeploymentUnit unit, org.kie.api.KieServices ks, org.kie.api.builder.ReleaseId releaseId, Set<ResourceFile> bpmnFiles) void
ProcessDeploymentServiceImpl.deploy
(Set<ResourceFile> bpmnFiles) -
Uses of ResourceFile in ru.cg.webbpm.modules.resources.api
Methods in ru.cg.webbpm.modules.resources.api that return types with arguments of type ResourceFileModifier and TypeMethodDescriptionResourceProvider.getResourceFilesByPattern
(String pattern) Returns collection of resources by regex pattern. -
Uses of ResourceFile in ru.cg.webbpm.modules.resources.impl
Methods in ru.cg.webbpm.modules.resources.impl that return types with arguments of type ResourceFileModifier and TypeMethodDescriptionDefaultResourceProvider.getResourceFilesByPattern
(String pattern) -
Uses of ResourceFile in ru.cg.webbpm.modules.resources.impl.development
Methods in ru.cg.webbpm.modules.resources.impl.development that return types with arguments of type ResourceFileModifier and TypeMethodDescriptionDevModeResourceProvider.getResourceFilesByPattern
(String resourceNamePattern)