Package org.jbpm.kie.services.impl
Class CustomIdKModuleDeploymentUnit
- java.lang.Object
-
- org.jbpm.kie.services.impl.KModuleDeploymentUnit
-
- org.jbpm.kie.services.impl.CustomIdKModuleDeploymentUnit
-
- All Implemented Interfaces:
Serializable,AttributesAware,org.jbpm.services.api.model.DeploymentUnit
public class CustomIdKModuleDeploymentUnit extends KModuleDeploymentUnit
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIdentifier()-
Methods inherited from class org.jbpm.kie.services.impl.KModuleDeploymentUnit
addAttribute, getArtifactId, getAttributes, getDeploymentDescriptor, getGroupId, getKbaseName, getKieContainer, getKsessionName, getMergeMode, getStrategy, getVersion, isActive, isDeployed, removeAttribute, resetStrategy, setActive, setArtifactId, setDeployed, setDeploymentDescriptor, setGroupId, setKbaseName, setKieContainer, setKsessionName, setMergeMode, setStrategy, setVersion, toString
-
-
-
-
Method Detail
-
getIdentifier
public String getIdentifier()
- Specified by:
getIdentifierin interfaceorg.jbpm.services.api.model.DeploymentUnit- Overrides:
getIdentifierin classKModuleDeploymentUnit
-
-