Package org.jbpm.kie.services.api
Interface AttributesAware
-
- All Known Implementing Classes:
CustomIdKModuleDeploymentUnit
,KModuleDeploymentUnit
public interface AttributesAware
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addAttribute(String name, String value)
Map<String,String>
getAttributes()
String
removeAttribute(String name)
-