Interface ReadOnlyRepository
- All Known Subinterfaces:
 Repository
Deprecated.
A read-only view of the XL Deploy 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
Modifier and TypeMethodDescription<T extends ConfigurationItem>
TDeprecated.Read aConfigurationItemwith a specific id.<T extends ConfigurationItem>
List<T>Deprecated.Search for allConfigurationItems of the specifiedType.<T extends ConfigurationItem>
List<T>Deprecated.Search for allConfigurationItems of the specifiedTypeunder a parent node 
- 
Method Details
- 
read
Deprecated.Read aConfigurationItemwith a specific id.- Parameters:
 id- The id of theConfigurationItemto read.- Returns:
 - The read 
ConfigurationItem 
 - 
search
Deprecated.Search for allConfigurationItems of the specifiedType.- Parameters:
 type- TheTypeof theConfigurationItems to search for.- Returns:
 - A 
ListofConfigurationItems of theTypepassed in. 
 - 
search
Deprecated.Search for allConfigurationItems of the specifiedTypeunder a parent node- Parameters:
 type- TheTypeof theConfigurationItems to search for.parent- The id of the parent node under which to search.- Returns:
 - A 
ListofConfigurationItems of theTypewhich are located under the parent node. 
 
 - 
 
Repository