org.jbpm.kie.services.impl
Class KModuleDeploymentUnit
java.lang.Object
org.jbpm.kie.services.impl.KModuleDeploymentUnit
- All Implemented Interfaces:
- Serializable, AttributesAware, DeploymentUnit
public class KModuleDeploymentUnit
- extends Object
- implements DeploymentUnit, AttributesAware, Serializable
- See Also:
- Serialized Form
Constructor Summary |
KModuleDeploymentUnit(String groupId,
String artifactId,
String version)
|
KModuleDeploymentUnit(String groupId,
String artifactId,
String version,
String kbaseName,
String ksessionName)
|
KModuleDeploymentUnit(String groupId,
String artifactId,
String version,
String kbaseName,
String ksessionName,
String strategy)
|
KModuleDeploymentUnit
public KModuleDeploymentUnit(String groupId,
String artifactId,
String version)
KModuleDeploymentUnit
public KModuleDeploymentUnit(String groupId,
String artifactId,
String version,
String kbaseName,
String ksessionName)
KModuleDeploymentUnit
public KModuleDeploymentUnit(String groupId,
String artifactId,
String version,
String kbaseName,
String ksessionName,
String strategy)
getIdentifier
public String getIdentifier()
- Specified by:
getIdentifier
in interface DeploymentUnit
getStrategy
public org.kie.internal.runtime.conf.RuntimeStrategy getStrategy()
- Specified by:
getStrategy
in interface DeploymentUnit
setStrategy
public void setStrategy(org.kie.internal.runtime.conf.RuntimeStrategy strategy)
getArtifactId
public String getArtifactId()
setArtifactId
public void setArtifactId(String artifactId)
getGroupId
public String getGroupId()
setGroupId
public void setGroupId(String groupId)
getVersion
public String getVersion()
setVersion
public void setVersion(String version)
getKsessionName
public String getKsessionName()
setKsessionName
public void setKsessionName(String ksessionName)
getKbaseName
public String getKbaseName()
setKbaseName
public void setKbaseName(String kbaseName)
toString
public String toString()
- Overrides:
toString
in class Object
getMergeMode
public org.kie.internal.runtime.conf.MergeMode getMergeMode()
setMergeMode
public void setMergeMode(org.kie.internal.runtime.conf.MergeMode mergeMode)
getDeploymentDescriptor
public org.kie.internal.runtime.conf.DeploymentDescriptor getDeploymentDescriptor()
setDeploymentDescriptor
public void setDeploymentDescriptor(org.kie.internal.runtime.conf.DeploymentDescriptor deploymentDescriptor)
isDeployed
public boolean isDeployed()
setDeployed
public void setDeployed(boolean deployed)
resetStrategy
public void resetStrategy()
addAttribute
public void addAttribute(String name,
String value)
- Specified by:
addAttribute
in interface AttributesAware
removeAttribute
public String removeAttribute(String name)
- Specified by:
removeAttribute
in interface AttributesAware
getAttributes
public Map<String,String> getAttributes()
- Specified by:
getAttributes
in interface AttributesAware
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.