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
,DeploymentUnit
public class CustomIdKModuleDeploymentUnit extends KModuleDeploymentUnit
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getIdentifier()
Returns the deployment unit identifier.-
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()
Description copied from interface:DeploymentUnit
Returns the deployment unit identifier.- Specified by:
getIdentifier
in interfaceDeploymentUnit
- Overrides:
getIdentifier
in classKModuleDeploymentUnit
- Returns:
- identifier
-
-