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 voidaddAttribute(String name, String value)Map<String,String>getAttributes()StringremoveAttribute(String name)
-