org.jbpm.kie.services.impl.store
Class DeploymentStore
java.lang.Object
org.jbpm.kie.services.impl.store.DeploymentStore
public class DeploymentStore
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeploymentStore
public DeploymentStore()
setCommandService
public void setCommandService(TransactionalCommandService commandService)
getEnabledDeploymentUnits
public Collection<DeploymentUnit> getEnabledDeploymentUnits()
getDeploymentUnitsByDate
public void getDeploymentUnitsByDate(Date date,
Collection<DeploymentUnit> enabled,
Collection<DeploymentUnit> disabled)
enableDeploymentUnit
public void enableDeploymentUnit(DeploymentUnit unit)
disableDeploymentUnit
public void disableDeploymentUnit(DeploymentUnit unit)
markDeploymentUnitAsObsolete
public void markDeploymentUnitAsObsolete(DeploymentUnit unit)
findDeploymentStoreByDeploymentId
public DeploymentStoreEntry findDeploymentStoreByDeploymentId(String deploymentId)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.