Uses of Package
org.openl.rules.repository.api
-
Classes in org.openl.rules.repository.api used by org.openl.rules.repository Class Description Repository The interface of the repository abstraction. -
Classes in org.openl.rules.repository.api used by org.openl.rules.repository.api Class Description AdditionalData BranchRepository ChangesetType ConflictResolveData Features Example of usage: if (repository.supports().branches()) return ((BranchRepository) repository).getBranch();FeaturesBuilder FileData FileItem FolderRepository Implementations of this repository can work with folders and their versions.Listener PathConverter Repository The interface of the repository abstraction.UserInfo -
Classes in org.openl.rules.repository.api used by org.openl.rules.repository.common Class Description Listener -
Classes in org.openl.rules.repository.api used by org.openl.rules.repository.db Class Description Repository The interface of the repository abstraction. -
Classes in org.openl.rules.repository.api used by org.openl.rules.repository.file Class Description ChangesetType Features Example of usage: if (repository.supports().branches()) return ((BranchRepository) repository).getBranch();FileData FileItem FolderRepository Implementations of this repository can work with folders and their versions.Listener Repository The interface of the repository abstraction. -
Classes in org.openl.rules.repository.api used by org.openl.rules.repository.folder Class Description FileItem -
Classes in org.openl.rules.repository.api used by org.openl.rules.repository.zip Class Description FolderRepository Implementations of this repository can work with folders and their versions.Repository The interface of the repository abstraction.