|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RProductionRepository
OpenL projects production repositury, that is the place where OpenL projects are deployed to.
| Nested Class Summary | |
|---|---|
static interface |
RProductionRepository.SearchParams
|
| Method Summary | |
|---|---|
void |
addListener(RDeploymentListener listener)
|
RProductionDeployment |
createDeployment(String name)
Creates new deployment in repository. |
Collection<REntity> |
findNodes(RProductionRepository.SearchParams params)
|
RProductionDeployment |
getDeployment(String name)
Gets deployment by name. |
Collection<String> |
getDeploymentNames()
Returns names for all deployments in the repository. |
boolean |
hasDeployment(String name)
Checks if a deployment with given name exists in the repository. |
boolean |
removeListener(RDeploymentListener listener)
|
| Methods inherited from interface org.openl.rules.repository.RRepository |
|---|
createDDProject, createProject, getDDProject, getDDProjects, getName, getProject, getProjects, getProjects4Deletion, hasDDProject, hasProject, release |
| Method Detail |
|---|
void addListener(RDeploymentListener listener)
throws RRepositoryException
RRepositoryException
RProductionDeployment createDeployment(String name)
throws RRepositoryException
name - the name of the new deployment
RRepositoryException - if the deployment with given name already
exists or on an error working with the repository
Collection<REntity> findNodes(RProductionRepository.SearchParams params)
throws RRepositoryException
RRepositoryException
RProductionDeployment getDeployment(String name)
throws RRepositoryException
name - the name of the deployment
RRepositoryException - on error working with repository
Collection<String> getDeploymentNames()
throws RRepositoryException
RRepositoryException - on error working with repository
boolean hasDeployment(String name)
throws RRepositoryException
name - deployment name
name exists
RRepositoryException - on error working with the repository
boolean removeListener(RDeploymentListener listener)
throws RRepositoryException
RRepositoryException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||