|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ReadOnlyRepository
A read-only view of the Deployit repository. Note: You cannot store a reference to the read-only repository in a Step, as it is not serializable, and the connection to the repository is not restored.
| Method Summary | ||
|---|---|---|
|
read(java.lang.String id)
Read a ConfigurationItem with a specific id. |
|
|
search(Type type)
Search for all ConfigurationItems of the specified Type. |
|
|
search(Type type,
java.lang.String parent)
Search for all ConfigurationItems of the specified Type under a parent node |
|
| Method Detail |
|---|
<T extends ConfigurationItem> T read(java.lang.String id)
ConfigurationItem with a specific id.
id - The id of the ConfigurationItem to read.
ConfigurationItem<T extends ConfigurationItem> java.util.List<T> search(Type type)
ConfigurationItems of the specified Type.
type - The Type of the ConfigurationItems to search for.
List of ConfigurationItems of the Type passed in.
<T extends ConfigurationItem> java.util.List<T> search(Type type,
java.lang.String parent)
ConfigurationItems of the specified Type under a parent node
type - The Type of the ConfigurationItems to search for.parent - The id of the parent node under which to search.
List of ConfigurationItems of the Type which are located under the parent node.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||