Uses of Interface
io.automatiko.engine.api.io.Resource
-
Packages that use Resource Package Description io.automatiko.engine.api.definition.process The classes that make up a Process definition.io.automatiko.engine.api.internal.io io.automatiko.engine.api.io 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 Resource Modifier and Type Method Description ResourceProcess. getResource()Methods in io.automatiko.engine.api.definition.process with parameters of type Resource Modifier and Type Method Description voidProcess. setResource(Resource res) -
Uses of Resource in io.automatiko.engine.api.internal.io
Methods in io.automatiko.engine.api.internal.io with parameters of type Resource Modifier and Type Method Description default 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 Resource Modifier and Type Method Description ResourceResource. setConfiguration(ResourceConfiguration conf)Sets the resource configuration in case it is necessary.ResourceResource. setResourceType(ResourceType type)Sets the resource type.ResourceResource. setSourcePath(String path)Sets this resource name.ResourceResource. 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.
-