jBPM distribution 6.2.0.Beta2

org.jbpm.kie.services.impl.store
Class DeploymentStore

java.lang.Object
  extended by org.jbpm.kie.services.impl.store.DeploymentStore

public class DeploymentStore
extends Object


Constructor Summary
DeploymentStore()
           
 
Method Summary
 void disableDeploymentUnit(DeploymentUnit unit)
           
 void enableDeploymentUnit(DeploymentUnit unit)
           
 DeploymentStoreEntry findDeploymentStoreByDeploymentId(String deploymentId)
           
 void getDeploymentUnitsByDate(Date date, Collection<DeploymentUnit> enabled, Collection<DeploymentUnit> disabled)
           
 Collection<DeploymentUnit> getEnabledDeploymentUnits()
           
 void markDeploymentUnitAsObsolete(DeploymentUnit unit)
           
 void setCommandService(TransactionalCommandService commandService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentStore

public DeploymentStore()
Method Detail

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)

jBPM distribution 6.2.0.Beta2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.