Skip navigation links
A B C D E F G H I J L M N O P R S T U V W 

A

addAdditionalData(AdditionalData) - Method in class org.openl.rules.repository.api.FileData
 
AdditionalData<T extends AdditionalData> - Interface in org.openl.rules.repository.api
 
addSegment(String) - Method in class org.openl.rules.common.impl.ArtefactPathImpl
 
appendToSegments(String) - Method in class org.openl.rules.common.impl.ArtefactPathImpl
 
ArtefactPath - Interface in org.openl.rules.common
Defines path of an Artefact.
ArtefactPathImpl - Class in org.openl.rules.common.impl
Implementation of Artefact Path.
ArtefactPathImpl(ArtefactPath) - Constructor for class org.openl.rules.common.impl.ArtefactPathImpl
 
ArtefactPathImpl(List<String>) - Constructor for class org.openl.rules.common.impl.ArtefactPathImpl
 
ArtefactPathImpl(String[]) - Constructor for class org.openl.rules.common.impl.ArtefactPathImpl
 
ArtefactPathImpl(String) - Constructor for class org.openl.rules.common.impl.ArtefactPathImpl
 
ArtefactProperties - Interface in org.openl.rules.repository.api
 

B

branches() - Method in class org.openl.rules.repository.api.Features
If true, repository can be casted to BranchRepository
branchExists(String) - Method in interface org.openl.rules.repository.api.BranchRepository
 
BranchRepository - Interface in org.openl.rules.repository.api
 
build() - Method in class org.openl.rules.repository.api.FeaturesBuilder
 

C

ChangesetType - Enum in org.openl.rules.repository.api
 
ChangesMonitor - Class in org.openl.rules.repository.common
For monitoring changes in a repository.
ChangesMonitor(RevisionGetter, int) - Constructor for class org.openl.rules.repository.common.ChangesMonitor
Creates a monitor instance.
check(String) - Method in interface org.openl.rules.repository.api.Repository
Read a file descriptor by the given path name.
check(String) - Method in class org.openl.rules.repository.db.DBRepository
 
check(String) - Method in class org.openl.rules.repository.file.FileSystemRepository
 
checkHistory(String, String) - Method in interface org.openl.rules.repository.api.Repository
Read a file descriptor by the given path name of the given version.
checkHistory(String, String) - Method in class org.openl.rules.repository.db.DBRepository
 
checkHistory(String, String) - Method in class org.openl.rules.repository.file.FileSystemRepository
 
clone() - Method in class org.openl.rules.common.impl.ArtefactPathImpl
 
close() - Method in class org.openl.rules.repository.db.DBRepository
 
close() - Method in class org.openl.rules.repository.file.FileSystemRepository
 
CommonException - Exception in org.openl.rules.common
There are no CommonException(String pattern, Object...
CommonException(String) - Constructor for exception org.openl.rules.common.CommonException
Constructs a new exception with the specified detail message.
CommonException(String, Throwable) - Constructor for exception org.openl.rules.common.CommonException
 
CommonException(String, Throwable, Object...) - Constructor for exception org.openl.rules.common.CommonException
 
CommonUser - Interface in org.openl.rules.common
 
CommonUserImpl - Class in org.openl.rules.common.impl
 
CommonUserImpl(String) - Constructor for class org.openl.rules.common.impl.CommonUserImpl
 
CommonVersion - Interface in org.openl.rules.common
 
CommonVersionImpl - Class in org.openl.rules.common.impl
 
CommonVersionImpl(CommonVersion) - Constructor for class org.openl.rules.common.impl.CommonVersionImpl
 
CommonVersionImpl(int, int, int) - Constructor for class org.openl.rules.common.impl.CommonVersionImpl
 
CommonVersionImpl(int) - Constructor for class org.openl.rules.common.impl.CommonVersionImpl
 
CommonVersionImpl(String) - Constructor for class org.openl.rules.common.impl.CommonVersionImpl
x -> revision x.y -> major.minor x.y.z -> major.minor.revision
compareTo(CommonVersion) - Method in class org.openl.rules.common.impl.CommonVersionImpl
 
compareTo(CommonVersion) - Method in class org.openl.rules.common.impl.RepositoryProjectVersionImpl
 
ConflictResolveData - Class in org.openl.rules.repository.api
 
ConflictResolveData(String, Iterable<FileItem>, String) - Constructor for class org.openl.rules.repository.api.ConflictResolveData
 
convert(String) - Method in interface org.openl.rules.repository.api.PathConverter
 
convertPaths(PathConverter) - Method in interface org.openl.rules.repository.api.AdditionalData
 
convertPaths(PathConverter) - Method in class org.openl.rules.repository.api.ConflictResolveData
 
copyHistory(String, FileData, String) - Method in interface org.openl.rules.repository.api.Repository
Copy a file of the given version to the destination file.
copyHistory(String, FileData, String) - Method in class org.openl.rules.repository.db.DBRepository
 
copyHistory(String, FileData, String) - Method in class org.openl.rules.repository.file.FileSystemRepository
 
createBranch(String, String) - Method in interface org.openl.rules.repository.api.BranchRepository
 

D

DatasourceDBRepositoryFactory - Class in org.openl.rules.repository.db
 
DatasourceDBRepositoryFactory() - Constructor for class org.openl.rules.repository.db.DatasourceDBRepositoryFactory
 
DBRepository - Class in org.openl.rules.repository.db
 
DBRepository() - Constructor for class org.openl.rules.repository.db.DBRepository
 
delete(FileData) - Method in interface org.openl.rules.repository.api.Repository
Delete a file or mark it as deleted.
delete(FileData) - Method in class org.openl.rules.repository.db.DBRepository
 
delete(FileData) - Method in class org.openl.rules.repository.file.FileSystemRepository
 
deleteBranch(String, String) - Method in interface org.openl.rules.repository.api.BranchRepository
 
deleteHistory(FileData) - Method in interface org.openl.rules.repository.api.Repository
Delete a file from the history.
deleteHistory(FileData) - Method in class org.openl.rules.repository.db.DBRepository
 
deleteHistory(FileData) - Method in class org.openl.rules.repository.file.FileSystemRepository
 
DESCRIPTORS_FILE - Static variable in interface org.openl.rules.repository.api.ArtefactProperties
 
deserialize(InputStream) - Static method in class org.openl.rules.common.ProjectDescriptorHelper
 

E

equals(Object) - Method in class org.openl.rules.common.impl.ArtefactPathImpl
 
equals(Object) - Method in class org.openl.rules.common.impl.CommonVersionImpl
 
equals(Object) - Method in class org.openl.rules.common.impl.RepositoryProjectVersionImpl
 

F

Features - Class in org.openl.rules.repository.api
Example of usage: if (repository.supports().branches()) return ((BranchRepository) repository).getBranch();
FeaturesBuilder - Class in org.openl.rules.repository.api
 
FeaturesBuilder(Repository) - Constructor for class org.openl.rules.repository.api.FeaturesBuilder
 
FileChangesFromZip - Class in org.openl.rules.repository.folder
 
FileChangesFromZip(ZipInputStream, String) - Constructor for class org.openl.rules.repository.folder.FileChangesFromZip
 
FileChangesMonitor - Class in org.openl.rules.repository.file
 
FileData - Class in org.openl.rules.repository.api
 
FileData() - Constructor for class org.openl.rules.repository.api.FileData
 
FileItem - Class in org.openl.rules.repository.api
 
FileItem(String, InputStream) - Constructor for class org.openl.rules.repository.api.FileItem
 
FileItem(FileData, InputStream) - Constructor for class org.openl.rules.repository.api.FileItem
 
FileSystemRepository - Class in org.openl.rules.repository.file
A simple implementation of a file-system-based repository.
FileSystemRepository() - Constructor for class org.openl.rules.repository.file.FileSystemRepository
 
fireOnChange() - Method in class org.openl.rules.repository.common.ChangesMonitor
Call onChange() method in the listener;
FolderItem - Class in org.openl.rules.repository.api
 
FolderItem(FileData, Iterable<FileItem>) - Constructor for class org.openl.rules.repository.api.FolderItem
 
FolderRepository - Interface in org.openl.rules.repository.api
Implementations of this repository can work with folders and their versions.
folders() - Method in class org.openl.rules.repository.api.Features
If true, repository can be casted to FolderRepository
forBranch(String) - Method in interface org.openl.rules.repository.api.BranchRepository
 

G

getAdditionalData(Class<T>) - Method in class org.openl.rules.repository.api.FileData
 
getAdditionalData() - Method in class org.openl.rules.repository.api.FileData
 
getAuthor() - Method in class org.openl.rules.repository.api.FileData
The author of the last modification.
getBaseCommit() - Method in exception org.openl.rules.repository.api.MergeConflictException
 
getBranch() - Method in interface org.openl.rules.repository.api.BranchRepository
 
getBranch() - Method in class org.openl.rules.repository.api.FileData
Branch where the file can be found.
getBranches(String) - Method in interface org.openl.rules.repository.api.BranchRepository
 
getComment() - Method in class org.openl.rules.repository.api.FileData
The comment for the file.
getCommitToMerge() - Method in class org.openl.rules.repository.api.ConflictResolveData
 
getConflictedFiles() - Method in exception org.openl.rules.repository.api.MergeConflictException
 
getConnection() - Method in class org.openl.rules.repository.db.DatasourceDBRepositoryFactory
 
getConnection() - Method in class org.openl.rules.repository.db.DBRepository
 
getConnection() - Method in class org.openl.rules.repository.db.JdbcDBRepositoryFactory
 
getCreatedAt() - Method in class org.openl.rules.common.impl.RepositoryVersionInfoImpl
 
getCreatedAt() - Method in interface org.openl.rules.common.VersionInfo
 
getCreatedBy() - Method in class org.openl.rules.common.impl.RepositoryVersionInfoImpl
 
getCreatedBy() - Method in interface org.openl.rules.common.VersionInfo
 
getData() - Method in class org.openl.rules.repository.api.FileItem
 
getData() - Method in class org.openl.rules.repository.api.FolderItem
 
getDiffs() - Method in exception org.openl.rules.repository.api.MergeConflictException
 
getFileData(File) - Method in class org.openl.rules.repository.file.FileSystemRepository
 
getFiles() - Method in class org.openl.rules.repository.api.FolderItem
 
getLockedAt() - Method in interface org.openl.rules.common.LockInfo
Get date/time when the lock was set.
getLockedBy() - Method in interface org.openl.rules.common.LockInfo
Get id of user who set the lock.
getMajor() - Method in interface org.openl.rules.common.CommonVersion
 
getMajor() - Method in class org.openl.rules.common.impl.CommonVersionImpl
 
getMajor() - Method in class org.openl.rules.common.impl.RepositoryProjectVersionImpl
 
getMergeMessage() - Method in class org.openl.rules.repository.api.ConflictResolveData
 
getMinor() - Method in interface org.openl.rules.common.CommonVersion
 
getMinor() - Method in class org.openl.rules.common.impl.CommonVersionImpl
 
getMinor() - Method in class org.openl.rules.common.impl.RepositoryProjectVersionImpl
 
getModifiedAt() - Method in class org.openl.rules.repository.api.FileData
The last modification time.
getName() - Method in class org.openl.rules.repository.api.FileData
The full path of the file from the root folder.
getProjectName() - Method in class org.openl.rules.common.impl.ProjectDescriptorImpl
 
getProjectName() - Method in interface org.openl.rules.common.ProjectDescriptor
 
getProjectVersion() - Method in class org.openl.rules.common.impl.ProjectDescriptorImpl
 
getProjectVersion() - Method in interface org.openl.rules.common.ProjectDescriptor
 
getResolvedFiles() - Method in class org.openl.rules.repository.api.ConflictResolveData
 
getRevision() - Method in interface org.openl.rules.common.CommonVersion
 
getRevision() - Method in class org.openl.rules.common.impl.CommonVersionImpl
 
getRevision() - Method in class org.openl.rules.common.impl.RepositoryProjectVersionImpl
 
getRevision() - Method in interface org.openl.rules.repository.common.RevisionGetter
Should return an object that persists a current change set revision.
getRevision() - Method in class org.openl.rules.repository.file.FileChangesMonitor
 
getRoot() - Method in class org.openl.rules.repository.file.FileSystemRepository
 
getSegments() - Method in interface org.openl.rules.common.ArtefactPath
Gets the path as a collection of segments.
getSegments() - Method in class org.openl.rules.common.impl.ArtefactPathImpl
Gets the path as a collection of segments.
getSize() - Method in class org.openl.rules.repository.api.FileData
The file size in bytes.
getStream() - Method in class org.openl.rules.repository.api.FileItem
 
getStringValue() - Method in interface org.openl.rules.common.ArtefactPath
Gets the path as a single string.
getStringValue(int) - Method in interface org.openl.rules.common.ArtefactPath
Gets the path as a single string, omitting first skip elements.
getStringValue() - Method in class org.openl.rules.common.impl.ArtefactPathImpl
Gets the path as a single string.
getStringValue(int) - Method in class org.openl.rules.common.impl.ArtefactPathImpl
 
getTheirCommit() - Method in exception org.openl.rules.repository.api.MergeConflictException
 
getUniqueId() - Method in class org.openl.rules.repository.api.FileData
 
getUserName() - Method in interface org.openl.rules.common.CommonUser
 
getUserName() - Method in class org.openl.rules.common.impl.CommonUserImpl
 
getVersion() - Method in class org.openl.rules.repository.api.FileData
The version of the file.
getVersionComment() - Method in class org.openl.rules.common.impl.RepositoryProjectVersionImpl
 
getVersionComment() - Method in interface org.openl.rules.common.ProjectVersion
 
getVersionInfo() - Method in class org.openl.rules.common.impl.RepositoryProjectVersionImpl
 
getVersionInfo() - Method in interface org.openl.rules.common.ProjectVersion
 
getVersionName() - Method in interface org.openl.rules.common.CommonVersion
 
getVersionName() - Method in class org.openl.rules.common.impl.CommonVersionImpl
 
getVersionName() - Method in class org.openl.rules.common.impl.RepositoryProjectVersionImpl
 
getYourCommit() - Method in exception org.openl.rules.repository.api.MergeConflictException
 

H

hashCode() - Method in class org.openl.rules.common.impl.ArtefactPathImpl
 
hashCode() - Method in class org.openl.rules.common.impl.CommonVersionImpl
 
hashCode() - Method in class org.openl.rules.common.impl.RepositoryProjectVersionImpl
 

I

initialize() - Method in class org.openl.rules.repository.db.DatasourceDBRepositoryFactory
 
initialize() - Method in class org.openl.rules.repository.db.DBRepository
 
initialize() - Method in class org.openl.rules.repository.file.FileSystemRepository
 
initialize() - Method in interface org.openl.rules.repository.RRepositoryFactory
Initialize factory.
invokeListener() - Method in class org.openl.rules.repository.file.FileSystemRepository
 
isDeleted() - Method in class org.openl.rules.common.impl.RepositoryProjectVersionImpl
 
isDeleted() - Method in interface org.openl.rules.common.ProjectVersion
 
isDeleted() - Method in class org.openl.rules.repository.api.FileData
The mark that the file was deleted.
isLocked() - Method in interface org.openl.rules.common.LockInfo
 
isSkip(File) - Method in class org.openl.rules.repository.file.FileSystemRepository
 
isValidBranchName(String) - Method in interface org.openl.rules.repository.api.BranchRepository
 
iterator() - Method in class org.openl.rules.repository.folder.FileChangesFromZip
 

J

JdbcDBRepositoryFactory - Class in org.openl.rules.repository.db
 
JdbcDBRepositoryFactory() - Constructor for class org.openl.rules.repository.db.JdbcDBRepositoryFactory
 

L

list(String) - Method in interface org.openl.rules.repository.api.Repository
Return a list of files recursively in the given folder.
list(String) - Method in class org.openl.rules.repository.db.DBRepository
 
list(String) - Method in class org.openl.rules.repository.file.FileSystemRepository
 
Listener - Interface in org.openl.rules.repository.api
 
listFiles(String, String) - Method in interface org.openl.rules.repository.api.FolderRepository
Return a list of files recursively in the given folder and given version.
listFiles(String, String) - Method in class org.openl.rules.repository.file.FileSystemRepository
 
listFolders(String) - Method in interface org.openl.rules.repository.api.FolderRepository
Return a list of folders in the given path (not recursively).
listFolders(String) - Method in class org.openl.rules.repository.file.FileSystemRepository
 
listHistory(String) - Method in interface org.openl.rules.repository.api.Repository
List a versions of the given file.
listHistory(String) - Method in class org.openl.rules.repository.db.DBRepository
 
listHistory(String) - Method in class org.openl.rules.repository.file.FileSystemRepository
 
LockInfo - Interface in org.openl.rules.common
Information on Project Lock.

M

mappedFolders() - Method in class org.openl.rules.repository.api.Features
If true: Repository where each project is mapped to its own Folder.
MAX_MM_INT - Static variable in interface org.openl.rules.common.CommonVersion
 
MergeConflictException - Exception in org.openl.rules.repository.api
 
MergeConflictException(Map<String, String>, String, String, String) - Constructor for exception org.openl.rules.repository.api.MergeConflictException
 

N

newRepository(String, PropertyResolver) - Static method in class org.openl.rules.repository.RepositoryInstatiator
Create new repository instance.
newRepository(String, Map<String, String>) - Static method in class org.openl.rules.repository.RepositoryInstatiator
Create new repository instance.

O

onChange() - Method in interface org.openl.rules.repository.api.Listener
 
org.openl.rules.common - package org.openl.rules.common
 
org.openl.rules.common.impl - package org.openl.rules.common.impl
 
org.openl.rules.repository - package org.openl.rules.repository
 
org.openl.rules.repository.api - package org.openl.rules.repository.api
 
org.openl.rules.repository.common - package org.openl.rules.repository.common
 
org.openl.rules.repository.db - package org.openl.rules.repository.db
 
org.openl.rules.repository.exceptions - package org.openl.rules.repository.exceptions
 
org.openl.rules.repository.file - package org.openl.rules.repository.file
 
org.openl.rules.repository.folder - package org.openl.rules.repository.folder
 

P

PathConverter - Interface in org.openl.rules.repository.api
 
ProjectDescriptor<T extends CommonVersion> - Interface in org.openl.rules.common
 
ProjectDescriptorHelper - Class in org.openl.rules.common
Created by ymolchan on 10/6/2014.
ProjectDescriptorHelper() - Constructor for class org.openl.rules.common.ProjectDescriptorHelper
 
ProjectDescriptorImpl - Class in org.openl.rules.common.impl
 
ProjectDescriptorImpl(String, CommonVersion) - Constructor for class org.openl.rules.common.impl.ProjectDescriptorImpl
 
ProjectException - Exception in org.openl.rules.common
 
ProjectException(String) - Constructor for exception org.openl.rules.common.ProjectException
Constructs a new exception with the specified detail message.
ProjectException(String, Throwable) - Constructor for exception org.openl.rules.common.ProjectException
 
ProjectException(String, Throwable, Object...) - Constructor for exception org.openl.rules.common.ProjectException
 
ProjectVersion - Interface in org.openl.rules.common
 

R

read(String) - Method in interface org.openl.rules.repository.api.Repository
Read a file by the given path name.
read(String) - Method in class org.openl.rules.repository.db.DBRepository
 
read(String) - Method in class org.openl.rules.repository.file.FileSystemRepository
 
readHistory(String, String) - Method in interface org.openl.rules.repository.api.Repository
Read a file by the given path name of the given version.
readHistory(String, String) - Method in class org.openl.rules.repository.db.DBRepository
 
readHistory(String, String) - Method in class org.openl.rules.repository.file.FileSystemRepository
 
release() - Method in class org.openl.rules.repository.common.ChangesMonitor
Stop the monitor.
Repository - Interface in org.openl.rules.repository.api
The interface of the repository abstraction.
REPOSITORY_PREFIX - Static variable in class org.openl.rules.repository.RepositoryInstatiator
 
RepositoryInstatiator - Class in org.openl.rules.repository
A factory to create repositories using Java reflection.
RepositoryInstatiator() - Constructor for class org.openl.rules.repository.RepositoryInstatiator
 
RepositoryProjectVersionImpl - Class in org.openl.rules.common.impl
 
RepositoryProjectVersionImpl(CommonVersion, VersionInfo) - Constructor for class org.openl.rules.common.impl.RepositoryProjectVersionImpl
 
RepositoryProjectVersionImpl() - Constructor for class org.openl.rules.common.impl.RepositoryProjectVersionImpl
 
RepositoryProjectVersionImpl(String, VersionInfo, boolean) - Constructor for class org.openl.rules.common.impl.RepositoryProjectVersionImpl
 
RepositoryVersionInfoImpl - Class in org.openl.rules.common.impl
 
RepositoryVersionInfoImpl(Date, String) - Constructor for class org.openl.rules.common.impl.RepositoryVersionInfoImpl
 
RevisionGetter - Interface in org.openl.rules.repository.common
For retrieving a current revision of a repository.
RRepositoryException - Exception in org.openl.rules.repository.exceptions
OpenL Rules Repository Exception
RRepositoryException(String, Throwable) - Constructor for exception org.openl.rules.repository.exceptions.RRepositoryException
 
RRepositoryException(String, Throwable, Object...) - Constructor for exception org.openl.rules.repository.exceptions.RRepositoryException
 
RRepositoryFactory - Interface in org.openl.rules.repository
Interface for concrete repository factories.
run() - Method in class org.openl.rules.repository.common.ChangesMonitor
 

S

safeClose(ResultSet) - Method in class org.openl.rules.repository.db.DBRepository
 
safeClose(Connection) - Method in class org.openl.rules.repository.db.DBRepository
 
safeClose(Statement) - Method in class org.openl.rules.repository.db.DBRepository
 
save(FileData, Iterable<FileItem>, ChangesetType) - Method in interface org.openl.rules.repository.api.FolderRepository
Save the folder.
save(List<FolderItem>, ChangesetType) - Method in interface org.openl.rules.repository.api.FolderRepository
Save multiple files at once Used only in deployment services
save(FileData, InputStream) - Method in interface org.openl.rules.repository.api.Repository
Save a file.
save(List<FileItem>) - Method in interface org.openl.rules.repository.api.Repository
Save multiple projects in one transaction.
save(FileData, InputStream) - Method in class org.openl.rules.repository.db.DBRepository
 
save(List<FileItem>) - Method in class org.openl.rules.repository.db.DBRepository
 
save(FileData, InputStream) - Method in class org.openl.rules.repository.file.FileSystemRepository
 
save(List<FileItem>) - Method in class org.openl.rules.repository.file.FileSystemRepository
 
save(FileData, Iterable<FileItem>, ChangesetType) - Method in class org.openl.rules.repository.file.FileSystemRepository
 
save(List<FolderItem>, ChangesetType) - Method in class org.openl.rules.repository.file.FileSystemRepository
 
segment(int) - Method in interface org.openl.rules.common.ArtefactPath
Gets a segment in the path.
segment(int) - Method in class org.openl.rules.common.impl.ArtefactPathImpl
Gets a segment in the path.
SEGMENT_DELIMITER - Static variable in class org.openl.rules.common.impl.ArtefactPathImpl
 
segmentCount() - Method in interface org.openl.rules.common.ArtefactPath
Returns number of segments in the path
segmentCount() - Method in class org.openl.rules.common.impl.ArtefactPathImpl
Returns number of segments in the path
serialize(List<ProjectDescriptor>) - Static method in class org.openl.rules.common.ProjectDescriptorHelper
 
setAuthor(String) - Method in class org.openl.rules.repository.api.FileData
 
setBranch(String) - Method in class org.openl.rules.repository.api.FileData
 
setComment(String) - Method in class org.openl.rules.repository.api.FileData
 
setDataSource(DataSource) - Method in class org.openl.rules.repository.db.DatasourceDBRepositoryFactory
 
setDeleted(boolean) - Method in class org.openl.rules.repository.api.FileData
 
setListener(Listener) - Method in interface org.openl.rules.repository.api.Repository
Set a listener to monitor changes in the repository.
setListener(Listener) - Method in class org.openl.rules.repository.common.ChangesMonitor
 
setListener(Listener) - Method in class org.openl.rules.repository.db.DBRepository
 
setListener(Listener) - Method in class org.openl.rules.repository.file.FileSystemRepository
 
setLogin(String) - Method in class org.openl.rules.repository.db.DatasourceDBRepositoryFactory
 
setLogin(String) - Method in class org.openl.rules.repository.db.JdbcDBRepositoryFactory
 
setMappedFolders(boolean) - Method in class org.openl.rules.repository.api.FeaturesBuilder
 
setModifiedAt(Date) - Method in class org.openl.rules.repository.api.FileData
 
setName(String) - Method in class org.openl.rules.repository.api.FileData
 
setPassword(String) - Method in class org.openl.rules.repository.db.DatasourceDBRepositoryFactory
 
setPassword(String) - Method in class org.openl.rules.repository.db.JdbcDBRepositoryFactory
 
setRoot(File) - Method in class org.openl.rules.repository.file.FileSystemRepository
 
setSize(long) - Method in class org.openl.rules.repository.api.FileData
 
setSupportsUniqueFileId(boolean) - Method in class org.openl.rules.repository.api.FeaturesBuilder
 
setUniqueId(String) - Method in class org.openl.rules.repository.api.FileData
 
setUri(String) - Method in class org.openl.rules.repository.db.DatasourceDBRepositoryFactory
 
setUri(String) - Method in class org.openl.rules.repository.db.JdbcDBRepositoryFactory
 
setUri(String) - Method in class org.openl.rules.repository.file.FileSystemRepository
 
setVersion(String) - Method in class org.openl.rules.repository.api.FileData
 
setVersionComment(String) - Method in class org.openl.rules.common.impl.RepositoryProjectVersionImpl
 
setVersions(boolean) - Method in class org.openl.rules.repository.api.FeaturesBuilder
 
supports() - Method in interface org.openl.rules.repository.api.Repository
Get the features supported by the repository.
supports() - Method in class org.openl.rules.repository.db.DBRepository
 
supports() - Method in class org.openl.rules.repository.file.FileSystemRepository
 

T

toString() - Method in class org.openl.rules.common.impl.CommonVersionImpl
 

U

UNDEFINED_SIZE - Static variable in class org.openl.rules.repository.api.FileData
If file size cannot be determined in some rare cases this constant should be used.
uniqueFileId() - Method in class org.openl.rules.repository.api.Features
If true, repository can return unique id for each file (typically it's a hash)

V

valueOf(String) - Static method in enum org.openl.rules.repository.api.ChangesetType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.openl.rules.repository.api.ChangesetType
Returns an array containing the constants of this enum type, in the order they are declared.
VersionInfo - Interface in org.openl.rules.common
 
versions() - Method in class org.openl.rules.repository.api.Features
If true, repository can have historic versions.

W

withoutFirstSegment() - Method in interface org.openl.rules.common.ArtefactPath
Create new instance of ArtefactPath from base one, excluding first segment of base path.
withoutFirstSegment() - Method in class org.openl.rules.common.impl.ArtefactPathImpl
 
withoutSegment(int) - Method in interface org.openl.rules.common.ArtefactPath
 
withoutSegment(int) - Method in class org.openl.rules.common.impl.ArtefactPathImpl
 
withSegment(String) - Method in interface org.openl.rules.common.ArtefactPath
Creates new instance of ArtefactPath from base one, adding one more segment.
withSegment(String) - Method in class org.openl.rules.common.impl.ArtefactPathImpl
 
A B C D E F G H I J L M N O P R S T U V W 
Skip navigation links

Copyright © 2004–2020 OpenL Tablets. All rights reserved.