Uses of Class
org.openl.rules.repository.api.ChangesetType
-
Packages that use ChangesetType Package Description org.openl.rules.repository.api org.openl.rules.repository.file -
-
Uses of ChangesetType in org.openl.rules.repository.api
Methods in org.openl.rules.repository.api that return ChangesetType Modifier and Type Method Description static ChangesetTypeChangesetType. 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.Methods in org.openl.rules.repository.api with parameters of type ChangesetType Modifier and Type Method Description FileDataFolderRepository. save(FileData folderData, Iterable<FileItem> files, ChangesetType changesetType)Save the folder. -
Uses of ChangesetType in org.openl.rules.repository.file
Methods in org.openl.rules.repository.file with parameters of type ChangesetType Modifier and Type Method Description FileDataFileSystemRepository. save(FileData folderData, Iterable<FileItem> files, ChangesetType changesetType)
-