jBPM :: KIE Services 6.2.0.Beta1

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(org.jbpm.services.api.model.DeploymentUnit unit)
           
 void enableDeploymentUnit(org.jbpm.services.api.model.DeploymentUnit unit)
           
 DeploymentStoreEntry findDeploymentStoreByDeploymentId(String deploymentId)
           
 void getDeploymentUnitsByDate(Date date, Collection<org.jbpm.services.api.model.DeploymentUnit> enabled, Collection<org.jbpm.services.api.model.DeploymentUnit> disabled)
           
 Collection<org.jbpm.services.api.model.DeploymentUnit> getEnabledDeploymentUnits()
           
 void markDeploymentUnitAsObsolete(org.jbpm.services.api.model.DeploymentUnit unit)
           
 void setCommandService(org.jbpm.shared.services.impl.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(org.jbpm.shared.services.impl.TransactionalCommandService commandService)

getEnabledDeploymentUnits

public Collection<org.jbpm.services.api.model.DeploymentUnit> getEnabledDeploymentUnits()

getDeploymentUnitsByDate

public void getDeploymentUnitsByDate(Date date,
                                     Collection<org.jbpm.services.api.model.DeploymentUnit> enabled,
                                     Collection<org.jbpm.services.api.model.DeploymentUnit> disabled)

enableDeploymentUnit

public void enableDeploymentUnit(org.jbpm.services.api.model.DeploymentUnit unit)

disableDeploymentUnit

public void disableDeploymentUnit(org.jbpm.services.api.model.DeploymentUnit unit)

markDeploymentUnitAsObsolete

public void markDeploymentUnitAsObsolete(org.jbpm.services.api.model.DeploymentUnit unit)

findDeploymentStoreByDeploymentId

public DeploymentStoreEntry findDeploymentStoreByDeploymentId(String deploymentId)

jBPM :: KIE Services 6.2.0.Beta1

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