org.jbpm.runtime.manager.impl.deploy
Class DeploymentDescriptorImpl
java.lang.Object
org.jbpm.runtime.manager.impl.deploy.DeploymentDescriptorImpl
- All Implemented Interfaces:
- Serializable, org.kie.internal.runtime.conf.DeploymentDescriptor
public class DeploymentDescriptorImpl
- extends Object
- implements org.kie.internal.runtime.conf.DeploymentDescriptor, Serializable
- See Also:
- Serialized Form
| Fields inherited from interface org.kie.internal.runtime.conf.DeploymentDescriptor |
META_INF_LOCATION, TYPE_ALL, TYPE_EXECUTE, TYPE_VIEW |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeploymentDescriptorImpl
public DeploymentDescriptorImpl()
DeploymentDescriptorImpl
public DeploymentDescriptorImpl(String defaultPU)
mapRequiredRoles
protected void mapRequiredRoles()
getPersistenceUnit
public String getPersistenceUnit()
- Specified by:
getPersistenceUnit in interface org.kie.internal.runtime.conf.DeploymentDescriptor
getAuditPersistenceUnit
public String getAuditPersistenceUnit()
- Specified by:
getAuditPersistenceUnit in interface org.kie.internal.runtime.conf.DeploymentDescriptor
getAuditMode
public org.kie.internal.runtime.conf.AuditMode getAuditMode()
- Specified by:
getAuditMode in interface org.kie.internal.runtime.conf.DeploymentDescriptor
getPersistenceMode
public org.kie.internal.runtime.conf.PersistenceMode getPersistenceMode()
- Specified by:
getPersistenceMode in interface org.kie.internal.runtime.conf.DeploymentDescriptor
getRuntimeStrategy
public org.kie.internal.runtime.conf.RuntimeStrategy getRuntimeStrategy()
- Specified by:
getRuntimeStrategy in interface org.kie.internal.runtime.conf.DeploymentDescriptor
getMarshallingStrategies
public List<org.kie.internal.runtime.conf.ObjectModel> getMarshallingStrategies()
- Specified by:
getMarshallingStrategies in interface org.kie.internal.runtime.conf.DeploymentDescriptor
getEventListeners
public List<org.kie.internal.runtime.conf.ObjectModel> getEventListeners()
- Specified by:
getEventListeners in interface org.kie.internal.runtime.conf.DeploymentDescriptor
getGlobals
public List<org.kie.internal.runtime.conf.NamedObjectModel> getGlobals()
- Specified by:
getGlobals in interface org.kie.internal.runtime.conf.DeploymentDescriptor
getWorkItemHandlers
public List<org.kie.internal.runtime.conf.NamedObjectModel> getWorkItemHandlers()
- Specified by:
getWorkItemHandlers in interface org.kie.internal.runtime.conf.DeploymentDescriptor
getTaskEventListeners
public List<org.kie.internal.runtime.conf.ObjectModel> getTaskEventListeners()
- Specified by:
getTaskEventListeners in interface org.kie.internal.runtime.conf.DeploymentDescriptor
getEnvironmentEntries
public List<org.kie.internal.runtime.conf.NamedObjectModel> getEnvironmentEntries()
- Specified by:
getEnvironmentEntries in interface org.kie.internal.runtime.conf.DeploymentDescriptor
getConfiguration
public List<org.kie.internal.runtime.conf.NamedObjectModel> getConfiguration()
- Specified by:
getConfiguration in interface org.kie.internal.runtime.conf.DeploymentDescriptor
getRequiredRoles
public List<String> getRequiredRoles()
- Specified by:
getRequiredRoles in interface org.kie.internal.runtime.conf.DeploymentDescriptor
getRequiredRoles
public List<String> getRequiredRoles(String type)
- Specified by:
getRequiredRoles in interface org.kie.internal.runtime.conf.DeploymentDescriptor
getClasses
public List<String> getClasses()
- Specified by:
getClasses in interface org.kie.internal.runtime.conf.DeploymentDescriptor
setPersistenceUnit
public void setPersistenceUnit(String persistenceUnit)
setAuditPersistenceUnit
public void setAuditPersistenceUnit(String auditPersistenceUnit)
setAuditMode
public void setAuditMode(org.kie.internal.runtime.conf.AuditMode auditMode)
setPersistenceMode
public void setPersistenceMode(org.kie.internal.runtime.conf.PersistenceMode persistenceMode)
setRuntimeStrategy
public void setRuntimeStrategy(org.kie.internal.runtime.conf.RuntimeStrategy runtimeStrategy)
setMarshallingStrategies
public void setMarshallingStrategies(List<org.kie.internal.runtime.conf.ObjectModel> marshallingStrategies)
setEventListeners
public void setEventListeners(List<org.kie.internal.runtime.conf.ObjectModel> eventListeners)
setTaskEventListeners
public void setTaskEventListeners(List<org.kie.internal.runtime.conf.ObjectModel> taskEventListeners)
setGlobals
public void setGlobals(List<org.kie.internal.runtime.conf.NamedObjectModel> globals)
setWorkItemHandlers
public void setWorkItemHandlers(List<org.kie.internal.runtime.conf.NamedObjectModel> workItemHandlers)
setEnvironmentEntries
public void setEnvironmentEntries(List<org.kie.internal.runtime.conf.NamedObjectModel> environmentEntires)
setConfiguration
public void setConfiguration(List<org.kie.internal.runtime.conf.NamedObjectModel> configuration)
setRequiredRoles
public void setRequiredRoles(List<String> requiredRoles)
setClasses
public void setClasses(List<String> classes)
getBuilder
public org.kie.internal.runtime.conf.DeploymentDescriptorBuilder getBuilder()
- Specified by:
getBuilder in interface org.kie.internal.runtime.conf.DeploymentDescriptor
toXml
public String toXml()
- Specified by:
toXml in interface org.kie.internal.runtime.conf.DeploymentDescriptor
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.