public class DeploymentStore extends Object
Constructor and Description |
---|
DeploymentStore() |
Modifier and Type | Method and Description |
---|---|
void |
activateDeploymentUnit(org.jbpm.services.api.model.DeploymentUnit unit) |
protected String |
buildEntryAttributes(Map<String,String> attributes) |
void |
deactivateDeploymentUnit(org.jbpm.services.api.model.DeploymentUnit unit) |
void |
disableDeploymentUnit(org.jbpm.services.api.model.DeploymentUnit unit) |
void |
enableDeploymentUnit(org.jbpm.services.api.model.DeploymentUnit unit) |
DeploymentStoreEntry |
findDeploymentStoreByDeploymentId(String deploymentId) |
Collection<org.jbpm.services.api.model.DeploymentUnit> |
getDeactivatedDeploymentUnits() |
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> activated,
Collection<org.jbpm.services.api.model.DeploymentUnit> deactivated) |
Collection<org.jbpm.services.api.model.DeploymentUnit> |
getEnabledDeploymentUnits() |
protected Map<String,String> |
getEntryAttributes(String attributes) |
void |
markDeploymentUnitAsObsolete(org.jbpm.services.api.model.DeploymentUnit unit) |
void |
setCommandService(org.jbpm.shared.services.impl.TransactionalCommandService commandService) |
public void setCommandService(org.jbpm.shared.services.impl.TransactionalCommandService commandService)
public Collection<org.jbpm.services.api.model.DeploymentUnit> getEnabledDeploymentUnits()
public Collection<org.jbpm.services.api.model.DeploymentUnit> getDeactivatedDeploymentUnits()
public 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> activated, Collection<org.jbpm.services.api.model.DeploymentUnit> deactivated)
public void enableDeploymentUnit(org.jbpm.services.api.model.DeploymentUnit unit)
public void disableDeploymentUnit(org.jbpm.services.api.model.DeploymentUnit unit)
public void deactivateDeploymentUnit(org.jbpm.services.api.model.DeploymentUnit unit)
public void activateDeploymentUnit(org.jbpm.services.api.model.DeploymentUnit unit)
public void markDeploymentUnitAsObsolete(org.jbpm.services.api.model.DeploymentUnit unit)
public DeploymentStoreEntry findDeploymentStoreByDeploymentId(String deploymentId)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.