| Package | Description |
|---|---|
| org.openl.rules.repository.api | |
| org.openl.rules.repository.file |
| Modifier and Type | Method and Description |
|---|---|
static ChangesetType |
ChangesetType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChangesetType[] |
ChangesetType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FileData |
FolderRepository.save(FileData folderData,
Iterable<FileItem> files,
ChangesetType changesetType)
Save the folder.
|
List<FileData> |
FolderRepository.save(List<FolderItem> folderItems,
ChangesetType changesetType)
Save multiple files at once Used only in deployment services
|
| Modifier and Type | Method and Description |
|---|---|
FileData |
FileSystemRepository.save(FileData folderData,
Iterable<FileItem> files,
ChangesetType changesetType) |
List<FileData> |
FileSystemRepository.save(List<FolderItem> folderItems,
ChangesetType changesetType) |
Copyright © 2004–2021 OpenL Tablets. All rights reserved.