Uses of Interface
com.esprow.oapi.repository.OapiRepository
Packages that use OapiRepository
-
Uses of OapiRepository in com.esprow.oapi
Methods in com.esprow.oapi that return OapiRepositoryModifier and TypeMethodDescriptionOrchestraDocument.getRepository()Returns the repository serving as the central element of the Orchestra model, or null if the root object is not a Repository. -
Uses of OapiRepository in com.esprow.oapi.repository
Methods in com.esprow.oapi.repository that return OapiRepositoryModifier and TypeMethodDescriptionOapiRepositoryFactory.createRepository()Returns a new object of class 'Repository'.OapiDocumentRoot.getRepository()Returns the root element of an Orchestra repository XML file.Methods in com.esprow.oapi.repository with parameters of type OapiRepositoryModifier and TypeMethodDescriptionvoidOapiDocumentRoot.setRepository(OapiRepository value) Set the root element of an Orchestra repository XML file.