Package com.esprow.oapi
Interface OrchestraDocument
public interface OrchestraDocument
 The aggregator class representing the model of an Orchestra file.
 
 
 
 
The following attributes and references are supported:
- 
Method Summary
Modifier and TypeMethodDescriptionReturns the repository serving as the central element of the Orchestra model, or null if the root object is not a Repository.Returns the root object of the document. 
- 
Method Details
- 
getRepository
OapiRepository getRepository()Returns the repository serving as the central element of the Orchestra model, or null if the root object is not a Repository.This is a shorthand for the
getRootObject().- Returns:
 - the repository serving as the central element of the Orchestra model, or null if the root object is not a Repository
 
 - 
getRootObject
Object getRootObject()Returns the root object of the document.The possible types of the returned object:
- Returns:
 - the root object of the document
 
 
 -