Module io.automatiko.engine.api
Interface ResourceTypePackage<T>
- All Superinterfaces:
Iterable<T>,Serializable
-
Method Summary
Modifier and TypeMethodDescriptionvoiddefault booleanremoveResource(Resource resource) Remove artifacts inside this ResourceTypePackage which belong to the resource passed as parameter.Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
getResourceType
ResourceType getResourceType() -
removeResource
Remove artifacts inside this ResourceTypePackage which belong to the resource passed as parameter. Concrete implementation of this interface shall extend this method in order to properly support incremental KieContainer updates.- Parameters:
resource-- Returns:
- true if this ResourceTypePackage mutated as part of this method invocation.
-
add
-