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

A

addFolder(String) - Method in interface org.openl.rules.repository.api.FolderAPI
 
addProperty(Property) - Method in interface org.openl.rules.common.PropertiesContainer
Adds property into the container.
addProperty(String, ValueType, Object) - Method in interface org.openl.rules.repository.api.ArtefactAPI
 
addProperty(String, ValueType, Object) - Method in interface org.openl.rules.repository.REntity
 
addResource(String, InputStream) - Method in interface org.openl.rules.repository.api.FolderAPI
 
addSegment(String) - Method in class org.openl.rules.common.impl.ArtefactPathImpl
 
appendToSegments(String) - Method in class org.openl.rules.common.impl.ArtefactPathImpl
 
ArtefactAPI - Interface in org.openl.rules.repository.api
 
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
 
ArtefactType - Enum in org.openl.rules.common
 

C

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.FileRepository
 
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.FileRepository
 
checkType(ValueType) - Method in class org.openl.rules.common.impl.PropertyImpl
 
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.FileRepository
 
commit(CommonUser, int) - Method in interface org.openl.rules.repository.api.ArtefactAPI
 
commit(CommonUser) - Method in interface org.openl.rules.repository.RCommonProject
Commits changes in background versioned storage.
commit(CommonUser) - Method in interface org.openl.rules.repository.REntity
Commits changes in background versioned storage.
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
 
copy(String, FileData) - Method in interface org.openl.rules.repository.api.Repository
Copy a file to the destination file.
copy(String, FileData) - Method in class org.openl.rules.repository.db.DBRepository
 
copy(String, FileData) - Method in class org.openl.rules.repository.file.FileRepository
 
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.FileRepository
 
createFile(String) - Method in interface org.openl.rules.repository.RFolder
Creates file to the folder.
createFolder(String) - Method in interface org.openl.rules.repository.RFolder
Creates sub folder to the folder.
createProject(String) - Method in interface org.openl.rules.repository.RProductionDeployment
 
createProjectDescriptor(String) - Method in interface org.openl.rules.repository.RDeploymentDescriptorProject
 

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(CommonUser) - Method in interface org.openl.rules.repository.api.ArtefactAPI
 
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.FileRepository
 
delete(CommonUser) - Method in interface org.openl.rules.repository.RCommonProject
Marks the project for deletion.
delete() - Method in interface org.openl.rules.repository.REntity
Deletes entity.
delete() - Method in interface org.openl.rules.repository.RFolder
Deletes the folder, sub folders and all files.
deleteHistory(String, String) - Method in interface org.openl.rules.repository.api.Repository
Delete a file from the history.
deleteHistory(String, String) - Method in class org.openl.rules.repository.db.DBRepository
 
deleteHistory(String, String) - Method in class org.openl.rules.repository.file.FileRepository
 
DELIMETER - Static variable in class org.openl.rules.common.impl.RepositoryProjectVersionImpl
 
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
 
erase(CommonUser) - Method in interface org.openl.rules.repository.RCommonProject
Erases the project from the repository completely.

F

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(FileData, InputStream) - Constructor for class org.openl.rules.repository.api.FileItem
 
FileRepository - Class in org.openl.rules.repository.file
A simple implementation of a file-system-based repository.
FileRepository() - Constructor for class org.openl.rules.repository.file.FileRepository
 
fireOnChange() - Method in class org.openl.rules.repository.common.ChangesMonitor
Call onChange() method in the listener;
FolderAPI - Interface in org.openl.rules.repository.api
 

G

getActiveVersion() - Method in interface org.openl.rules.repository.RDeploymentDescriptorProject
 
getActiveVersion() - Method in interface org.openl.rules.repository.REntity
Gets active version of the entity.
getArtefact(String) - Method in interface org.openl.rules.repository.api.FolderAPI
 
getArtefactPath() - Method in interface org.openl.rules.repository.api.ArtefactAPI
 
getArtefacts() - Method in interface org.openl.rules.repository.api.FolderAPI
 
getAuthor() - Method in class org.openl.rules.repository.api.FileData
The author of the last modification.
getComment() - Method in class org.openl.rules.repository.api.FileData
The comment for the file.
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
 
getContent() - Method in interface org.openl.rules.repository.api.ResourceAPI
 
getContent() - Method in interface org.openl.rules.repository.RFile
Gets content of the file.
getContent4Version(CommonVersion) - Method in interface org.openl.rules.repository.RFile
Returns content of specified version of the file.
getCreated() - Method in interface org.openl.rules.repository.RVersion
Gets date when the version was created.
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
 
getCreatedBy() - Method in interface org.openl.rules.repository.RVersion
Gets user who created the version.
getData() - Method in class org.openl.rules.repository.api.FileItem
 
getDate() - Method in class org.openl.rules.common.impl.PropertyImpl
Gets value as Date.
getDate() - Method in interface org.openl.rules.common.Property
Gets value as Date.
getEffectiveDate() - Method in interface org.openl.rules.repository.REntity
Gets effective date for rules entity.
getExpirationDate() - Method in interface org.openl.rules.repository.REntity
Gets expiration date for rules entity.
getFiles() - Method in interface org.openl.rules.repository.RFolder
Gets list of files from the folder.
getFolders() - Method in interface org.openl.rules.repository.RFolder
Gets list of sub folders.
getInheritedProps() - Method in interface org.openl.rules.repository.api.ArtefactAPI
 
getLineOfBusiness() - Method in interface org.openl.rules.repository.REntity
Gets line of business for rules entity.
getLock() - Method in interface org.openl.rules.repository.RCommonProject
 
getLock() - Method in interface org.openl.rules.repository.REntity
 
getLockedAt() - Method in interface org.openl.rules.common.LockInfo
Get date/time when the lock was set.
getLockedAt() - Method in interface org.openl.rules.repository.RLock
 
getLockedBy() - Method in interface org.openl.rules.common.LockInfo
Get id of user who set the lock.
getLockedBy() - Method in interface org.openl.rules.repository.RLock
 
getLockInfo() - Method in interface org.openl.rules.repository.api.ArtefactAPI
 
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
 
getMimeType() - Method in interface org.openl.rules.repository.RFile
Gets mime type of the file.
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.common.impl.RepositoryVersionInfoImpl
 
getModifiedAt() - Method in interface org.openl.rules.common.VersionInfo
 
getModifiedAt() - Method in class org.openl.rules.repository.api.FileData
The last modification time.
getModifiedBy() - Method in class org.openl.rules.common.impl.RepositoryVersionInfoImpl
 
getModifiedBy() - Method in interface org.openl.rules.common.VersionInfo
 
getName() - Method in class org.openl.rules.common.impl.PropertyImpl
Gets name of the property.
getName() - Method in interface org.openl.rules.common.Property
Gets name of the property.
getName() - Method in interface org.openl.rules.repository.api.ArtefactAPI
 
getName() - Method in class org.openl.rules.repository.api.FileData
The full path of the file from the root folder.
getName() - Method in interface org.openl.rules.repository.RCommonProject
Gets name of the project.
getName() - Method in interface org.openl.rules.repository.REntity
Gets name of the entity.
getNameOfNode() - Method in class org.openl.rules.common.InheritedProperty
 
getPath() - Method in interface org.openl.rules.repository.REntity
Returns path of entity.
getProject(String) - Method in interface org.openl.rules.repository.RProductionDeployment
 
getProjectDescriptors() - Method in interface org.openl.rules.repository.RDeploymentDescriptorProject
Gets collection of descriptors for projects that are included in this deploy configuration.
getProjectName() - Method in class org.openl.rules.common.impl.ProjectDescriptorImpl
 
getProjectName() - Method in interface org.openl.rules.common.ProjectDescriptor
 
getProjectName() - Method in interface org.openl.rules.repository.RProjectDescriptor
Gets name of rules project.
getProjects() - Method in interface org.openl.rules.repository.RProductionDeployment
 
getProjectVersion() - Method in class org.openl.rules.common.impl.ProjectDescriptorImpl
 
getProjectVersion() - Method in interface org.openl.rules.common.ProjectDescriptor
 
getProjectVersion(CommonVersion) - Method in interface org.openl.rules.repository.RDeploymentDescriptorProject
 
getProjectVersion(CommonVersion) - Method in interface org.openl.rules.repository.RProject
 
getProjectVersion() - Method in interface org.openl.rules.repository.RProjectDescriptor
Gets version of rules project.
getProperties() - Method in interface org.openl.rules.common.PropertiesContainer
Gets list of all properties in the container.
getProperties() - Method in interface org.openl.rules.repository.api.ArtefactAPI
Gets list of all properties in the container.
getProperties() - Method in interface org.openl.rules.repository.REntity
 
getProperty(String) - Method in interface org.openl.rules.common.PropertiesContainer
Returns property by name.
getProperty(String) - Method in interface org.openl.rules.repository.api.ArtefactAPI
Returns property by name.
getProperty(String) - Method in interface org.openl.rules.repository.REntity
 
getProps() - Method in interface org.openl.rules.repository.api.ArtefactAPI
 
getProps() - Method in interface org.openl.rules.repository.REntity
 
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.FileRepository
 
getRootFolder() - Method in interface org.openl.rules.repository.RProject
Returns root folder of the project.
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.
getSize() - Method in interface org.openl.rules.repository.api.ResourceAPI
 
getSize() - Method in interface org.openl.rules.repository.RFile
Returns size of the file's content in bytes.
getStream() - Method in class org.openl.rules.repository.api.FileItem
 
getString() - Method in class org.openl.rules.common.impl.PropertyImpl
Gets value as String.
getString() - Method in interface org.openl.rules.common.Property
Gets value as String.
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
 
getType() - Method in class org.openl.rules.common.impl.PropertyImpl
Gets type of value for the property.
getType() - Method in interface org.openl.rules.common.Property
Gets type of value for the property.
getTypeOfNode() - Method in class org.openl.rules.common.InheritedProperty
 
getUserName() - Method in interface org.openl.rules.common.CommonUser
 
getUserName() - Method in class org.openl.rules.common.impl.CommonUserImpl
 
getValue() - Method in class org.openl.rules.common.impl.PropertyImpl
Gets value of the property as Object.
getValue() - Method in class org.openl.rules.common.InheritedProperty
 
getValue() - Method in interface org.openl.rules.common.Property
Gets value of the property as Object.
getVersion() - Method in interface org.openl.rules.repository.api.ArtefactAPI
 
getVersion(int) - Method in interface org.openl.rules.repository.api.ArtefactAPI
 
getVersion(CommonVersion) - Method in interface org.openl.rules.repository.api.ArtefactAPI
 
getVersion() - Method in class org.openl.rules.repository.api.FileData
The version of the file.
getVersion(CommonVersion) - Method in interface org.openl.rules.repository.api.FolderAPI
 
getVersionComment() - Method in class org.openl.rules.common.impl.RepositoryProjectVersionImpl
 
getVersionComment() - Method in interface org.openl.rules.common.ProjectVersion
 
getVersionHistory() - Method in interface org.openl.rules.repository.RDeploymentDescriptorProject
 
getVersionHistory() - Method in interface org.openl.rules.repository.REntity
Gets version history of the entity.
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
 
getVersionProperties() - Method in class org.openl.rules.common.impl.RepositoryProjectVersionImpl
 
getVersionProperties() - Method in interface org.openl.rules.common.ProjectVersion
 
getVersions() - Method in interface org.openl.rules.repository.api.ArtefactAPI
 
getVersionsCount() - Method in interface org.openl.rules.repository.api.ArtefactAPI
 

H

hasArtefact(String) - Method in interface org.openl.rules.repository.api.FolderAPI
 
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
 
hasProject(String) - Method in interface org.openl.rules.repository.RProductionDeployment
 
hasProperty(String) - Method in interface org.openl.rules.common.PropertiesContainer
Checks whether property with specified name exists in the container.
hasProperty(String) - Method in interface org.openl.rules.repository.api.ArtefactAPI
Checks whether property with specified name exists in the container.
hasProperty(String) - Method in interface org.openl.rules.repository.REntity
 

I

InheritedProperty - Class in org.openl.rules.common
 
InheritedProperty(Object, ArtefactType, String) - Constructor for class org.openl.rules.common.InheritedProperty
 
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.FileRepository
 
initialize() - Method in interface org.openl.rules.repository.RRepositoryFactory
Initialize factory.
invokeListener() - Method in class org.openl.rules.repository.file.FileRepository
 
isDeleted() - Method in class org.openl.rules.repository.api.FileData
The mark that the file was deleted.
isFolder() - Method in interface org.openl.rules.repository.api.ArtefactAPI
 
isLocked() - Method in interface org.openl.rules.common.LockInfo
 
isLocked() - Method in interface org.openl.rules.repository.RCommonProject
 
isLocked() - Method in interface org.openl.rules.repository.REntity
 
isLocked() - Method in interface org.openl.rules.repository.RLock
 
isMarked4Deletion() - Method in interface org.openl.rules.repository.RCommonProject
Returns whether the project is marked for deletion.

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.FileRepository
 
Listener - Interface in org.openl.rules.repository.api
 
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.FileRepository
 
lock(CommonUser) - Method in interface org.openl.rules.repository.api.ArtefactAPI
 
lock(CommonUser) - Method in interface org.openl.rules.repository.RCommonProject
 
lock(CommonUser) - Method in interface org.openl.rules.repository.REntity
 
lock(CommonUser) - Method in interface org.openl.rules.repository.RLock
 
LockInfo - Interface in org.openl.rules.common
Information on Project Lock.

M

MAX_MM_INT - Static variable in interface org.openl.rules.common.CommonVersion
 

N

newRepository(String, Map<String, String>) - Static method in class org.openl.rules.repository.RepositoryInstatiator
Create new repository instance.
NO_LOCK - Static variable in interface org.openl.rules.repository.RLock
 
NON_DEFINED_VERSION - Static variable in interface org.openl.rules.repository.RVersion
 

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
 

P

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
 
PROP_ATTRIBUTE - Static variable in interface org.openl.rules.repository.api.ArtefactProperties
 
PROP_EFFECTIVE_DATE - Static variable in interface org.openl.rules.repository.api.ArtefactProperties
 
PROP_EXPIRATION_DATE - Static variable in interface org.openl.rules.repository.api.ArtefactProperties
 
PROP_LINE_OF_BUSINESS - Static variable in interface org.openl.rules.repository.api.ArtefactProperties
 
PROP_LOCKED_AT - Static variable in interface org.openl.rules.repository.api.ArtefactProperties
 
PROP_LOCKED_BY - Static variable in interface org.openl.rules.repository.api.ArtefactProperties
 
PROP_MODIFIED_BY - Static variable in interface org.openl.rules.repository.api.ArtefactProperties
 
PROP_PRJ_MARKED_4_DELETION - Static variable in interface org.openl.rules.repository.api.ArtefactProperties
 
PROP_RES_CONTENT - Static variable in interface org.openl.rules.repository.api.ArtefactProperties
 
PROP_RES_DATA - Static variable in interface org.openl.rules.repository.api.ArtefactProperties
 
PROP_RES_ENCODING - Static variable in interface org.openl.rules.repository.api.ArtefactProperties
 
PROP_RES_LASTMODIFIED - Static variable in interface org.openl.rules.repository.api.ArtefactProperties
 
PROP_RES_MIMETYPE - Static variable in interface org.openl.rules.repository.api.ArtefactProperties
 
PROP_REVISION - Static variable in interface org.openl.rules.repository.api.ArtefactProperties
 
PROP_VERSION - Static variable in interface org.openl.rules.repository.api.ArtefactProperties
 
PropertiesContainer - Interface in org.openl.rules.common
Properties Container keeps set of properties.
Property - Interface in org.openl.rules.common
 
PropertyException - Exception in org.openl.rules.common
 
PropertyException(String, Throwable) - Constructor for exception org.openl.rules.common.PropertyException
 
PropertyException(String, Throwable, Object...) - Constructor for exception org.openl.rules.common.PropertyException
 
PropertyImpl - Class in org.openl.rules.common.impl
Implementation of Property
PropertyImpl(String, Date) - Constructor for class org.openl.rules.common.impl.PropertyImpl
 
PropertyImpl(String, String) - Constructor for class org.openl.rules.common.impl.PropertyImpl
 
PropertyImpl(String, ValueType, Object) - Constructor for class org.openl.rules.common.impl.PropertyImpl
 
PROPS_COUNT - Static variable in interface org.openl.rules.repository.api.ArtefactProperties
 

R

RCommonProject - Interface in org.openl.rules.repository
 
RDeploymentDescriptorProject - Interface in org.openl.rules.repository
 
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.FileRepository
 
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.FileRepository
 
release() - Method in class org.openl.rules.repository.common.ChangesMonitor
Stop the monitor.
removeAllProperties() - Method in interface org.openl.rules.repository.api.ArtefactAPI
 
removeProperty(String) - Method in interface org.openl.rules.common.PropertiesContainer
Removes property from the container.
removeProperty(String) - Method in interface org.openl.rules.repository.api.ArtefactAPI
Removes property from the container.
removeProperty(String) - Method in interface org.openl.rules.repository.REntity
 
rename(String, FileData) - Method in interface org.openl.rules.repository.api.Repository
Rename or move a file.
rename(String, FileData) - Method in class org.openl.rules.repository.db.DBRepository
 
rename(String, FileData) - Method in class org.openl.rules.repository.file.FileRepository
 
REntity - Interface in org.openl.rules.repository
Abstract Entity.
Repository - Interface in org.openl.rules.repository.api
The interface of the repository abstraction.
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(CommonVersion, VersionInfo, String, Map<String, Object>) - Constructor for class org.openl.rules.common.impl.RepositoryProjectVersionImpl
 
RepositoryProjectVersionImpl(String, VersionInfo) - 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
 
RepositoryVersionInfoImpl(Date, String, Date, String) - Constructor for class org.openl.rules.common.impl.RepositoryVersionInfoImpl
 
ResourceAPI - Interface in org.openl.rules.repository.api
 
revertToVersion(String) - Method in interface org.openl.rules.repository.RFile
Reverts the file to specified version.
RevisionGetter - Interface in org.openl.rules.repository.common
For retrieving a current revision of a repository.
RFile - Interface in org.openl.rules.repository
OpenL Rules File.
RFolder - Interface in org.openl.rules.repository
OpenL Rules Folder.
RLock - Interface in org.openl.rules.repository
 
RProductionDeployment - Interface in org.openl.rules.repository
Represents a set of deployed projects to production repository.
RProject - Interface in org.openl.rules.repository
OpenL Rules Project.
RProjectDescriptor - Interface in org.openl.rules.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
 
RVersion - Interface in org.openl.rules.repository
OpenL Rules Entity Version.

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, InputStream) - Method in interface org.openl.rules.repository.api.Repository
Save a file.
save(FileData, InputStream) - Method in class org.openl.rules.repository.db.DBRepository
 
save(FileData, InputStream) - Method in class org.openl.rules.repository.file.FileRepository
 
save() - Method in interface org.openl.rules.repository.RProductionDeployment
 
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
 
setComment(String) - Method in class org.openl.rules.repository.api.FileData
 
setContent(InputStream) - Method in interface org.openl.rules.repository.api.ResourceAPI
 
setContent(InputStream) - Method in interface org.openl.rules.repository.RFile
Sets/Updates content of the file.
setDataSource(DataSource) - Method in class org.openl.rules.repository.db.DatasourceDBRepositoryFactory
 
setDeleted(boolean) - Method in class org.openl.rules.repository.api.FileData
 
setEffectiveDate(Date) - Method in interface org.openl.rules.repository.REntity
Sets effective date for rules entity.
setExpirationDate(Date) - Method in interface org.openl.rules.repository.REntity
Sets expiration date for rules entity.
setLineOfBusiness(String) - Method in interface org.openl.rules.repository.REntity
Sets line of business for rules entity.
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.FileRepository
 
setLogin(String) - Method in class org.openl.rules.repository.db.DatasourceDBRepositoryFactory
 
setLogin(String) - Method in class org.openl.rules.repository.db.JdbcDBRepositoryFactory
 
setModifiedAt(Date) - Method in class org.openl.rules.repository.api.FileData
 
setName(String) - Method in class org.openl.rules.repository.api.FileData
 
setNameOfNode(String) - Method in class org.openl.rules.common.InheritedProperty
 
setPassword(String) - Method in class org.openl.rules.repository.db.DatasourceDBRepositoryFactory
 
setPassword(String) - Method in class org.openl.rules.repository.db.JdbcDBRepositoryFactory
 
setProjectDescriptors(Collection<RProjectDescriptor>) - Method in interface org.openl.rules.repository.RDeploymentDescriptorProject
 
setProjectVersion(RVersion) - Method in class org.openl.rules.common.impl.ProjectDescriptorImpl
 
setProjectVersion(CommonVersion) - Method in class org.openl.rules.common.impl.ProjectDescriptorImpl
 
setProjectVersion(T) - Method in interface org.openl.rules.common.ProjectDescriptor
 
setProjectVersion(RVersion) - Method in interface org.openl.rules.repository.RProjectDescriptor
 
setProps(Map<String, Object>) - Method in interface org.openl.rules.repository.api.ArtefactAPI
 
setProps(Map<String, Object>) - Method in interface org.openl.rules.repository.REntity
 
setRoot(File) - Method in class org.openl.rules.repository.file.FileRepository
 
setSize(long) - Method in class org.openl.rules.repository.api.FileData
 
setTypeOfNode(ArtefactType) - Method in class org.openl.rules.common.InheritedProperty
 
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.FileRepository
 
setValue(Date) - Method in class org.openl.rules.common.impl.PropertyImpl
Sets value of the property.
setValue(String) - Method in class org.openl.rules.common.impl.PropertyImpl
Sets value of the property.
setValue(String) - Method in class org.openl.rules.common.InheritedProperty
 
setValue(Date) - Method in interface org.openl.rules.common.Property
Sets value of the property.
setValue(String) - Method in interface org.openl.rules.common.Property
Sets value of the property.
setVersion(String) - Method in class org.openl.rules.repository.api.FileData
 
setVersionComment(String) - Method in class org.openl.rules.common.impl.RepositoryProjectVersionImpl
 
setVersionProperties(Map<String, Object>) - Method in class org.openl.rules.common.impl.RepositoryProjectVersionImpl
 

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 can't be determined in some rare cases this constant should be used.
undelete(CommonUser) - Method in interface org.openl.rules.repository.RCommonProject
Unmarks the project from deletion.
unlock(CommonUser) - Method in interface org.openl.rules.repository.api.ArtefactAPI
 
unlock(CommonUser) - Method in interface org.openl.rules.repository.RCommonProject
 
unlock(CommonUser) - Method in interface org.openl.rules.repository.REntity
 
unlock(CommonUser) - Method in interface org.openl.rules.repository.RLock
 

V

valueOf(String) - Static method in enum org.openl.rules.common.ArtefactType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openl.rules.common.ValueType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.openl.rules.common.ArtefactType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openl.rules.common.ValueType
Returns an array containing the constants of this enum type, in the order they are declared.
ValueType - Enum in org.openl.rules.common
 
VERSION_COMMENT - Static variable in interface org.openl.rules.repository.api.ArtefactProperties
 
VersionInfo - Interface in org.openl.rules.common
 

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 C D E F G H I J L M N O P R S T U V W 
Skip navigation links

Copyright © 2018. All rights reserved.