|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.xebialabs.deployit.test.deployment.InMemoryRepository
InMemoryRepository instead.
@Deprecated public class InMemoryRepository
| Constructor Summary | |
|---|---|
InMemoryRepository()
Deprecated. |
|
InMemoryRepository(com.xebialabs.deployit.test.repository.InMemoryRepository wrapped)
Deprecated. |
|
| Method Summary | ||
|---|---|---|
|
create(T... entities)
Deprecated. |
|
|
createOrUpdate(T... entities)
Deprecated. |
|
void |
delete(java.lang.String... ids)
Deprecated. |
|
boolean |
exists(java.lang.String id)
Deprecated. |
|
void |
move(java.lang.String id,
java.lang.String newId)
Deprecated. |
|
|
read(java.lang.String id)
Deprecated. |
|
void |
rename(java.lang.String id,
java.lang.String newName)
Deprecated. |
|
|
search(com.xebialabs.deployit.plugin.api.reflect.Type type)
Deprecated. |
|
|
search(com.xebialabs.deployit.plugin.api.reflect.Type type,
java.lang.String parent)
Deprecated. |
|
|
update(T... entities)
Deprecated. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InMemoryRepository()
public InMemoryRepository(com.xebialabs.deployit.test.repository.InMemoryRepository wrapped)
| Method Detail |
|---|
public boolean exists(java.lang.String id)
exists in interface com.xebialabs.deployit.plugin.api.services.Repositorypublic <T extends com.xebialabs.deployit.plugin.api.udm.ConfigurationItem> T read(java.lang.String id)
read in interface com.xebialabs.deployit.plugin.api.deployment.planning.ReadOnlyRepositoryread in interface com.xebialabs.deployit.plugin.api.services.Repositorypublic <T extends com.xebialabs.deployit.plugin.api.udm.ConfigurationItem> void create(T... entities)
create in interface com.xebialabs.deployit.plugin.api.services.Repositorypublic <T extends com.xebialabs.deployit.plugin.api.udm.ConfigurationItem> void update(T... entities)
update in interface com.xebialabs.deployit.plugin.api.services.Repositorypublic <T extends com.xebialabs.deployit.plugin.api.udm.ConfigurationItem> void createOrUpdate(T... entities)
createOrUpdate in interface com.xebialabs.deployit.plugin.api.services.Repositorypublic void delete(java.lang.String... ids)
delete in interface com.xebialabs.deployit.plugin.api.services.Repository
public void move(java.lang.String id,
java.lang.String newId)
move in interface com.xebialabs.deployit.plugin.api.services.Repository
public void rename(java.lang.String id,
java.lang.String newName)
rename in interface com.xebialabs.deployit.plugin.api.services.Repositorypublic <T extends com.xebialabs.deployit.plugin.api.udm.ConfigurationItem> java.util.List<T> search(com.xebialabs.deployit.plugin.api.reflect.Type type)
search in interface com.xebialabs.deployit.plugin.api.deployment.planning.ReadOnlyRepositorysearch in interface com.xebialabs.deployit.plugin.api.services.Repository
public <T extends com.xebialabs.deployit.plugin.api.udm.ConfigurationItem> java.util.List<T> search(com.xebialabs.deployit.plugin.api.reflect.Type type,
java.lang.String parent)
search in interface com.xebialabs.deployit.plugin.api.deployment.planning.ReadOnlyRepositorysearch in interface com.xebialabs.deployit.plugin.api.services.Repository
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||