Uses of Interface
io.automatiko.engine.api.io.Resource
Packages that use Resource
Package
Description
The classes that make up a Process definition.
io library for working with Resources
-
Uses of Resource in io.automatiko.engine.api.definition.process
Methods in io.automatiko.engine.api.definition.process that return ResourceMethods in io.automatiko.engine.api.definition.process with parameters of type Resource -
Uses of Resource in io.automatiko.engine.api.internal.io
Methods in io.automatiko.engine.api.internal.io with parameters of type ResourceModifier and TypeMethodDescriptiondefault booleanResourceTypePackage.removeResource(Resource resource) Remove artifacts inside this ResourceTypePackage which belong to the resource passed as parameter. -
Uses of Resource in io.automatiko.engine.api.io
Methods in io.automatiko.engine.api.io that return ResourceModifier and TypeMethodDescriptionResource.setConfiguration(ResourceConfiguration conf) Sets the resource configuration in case it is necessary.Resource.setResourceType(ResourceType type) Sets the resource type.Resource.setSourcePath(String path) Sets this resource name.Resource.setTargetPath(String path) In case this resource should be written to a different path when writing it down to the KieFileSystem, this property allows the application to set such path.