Package org.openiam.srvc.groovy.manager
Interface GroovyManagerWebService
-
- All Known Implementing Classes:
GroovyManagerWebServiceImpl
public interface GroovyManagerWebService
- Author:
- Zdenko Imrek
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
checkIfGroovyScriptExist(String fileName)
Response
compile(String compile)
ByteArrayResponse
downloadExported()
boolean
exportSelectedGroovyScripts(List<String> selectedFiles)
StringToStringMapResponse
getAllGroovyScripts()
List<String>
getGroovyScriptsList()
TreeObjectId
getGroovyScriptsTree()
Response
importGroovyScripts(String zipFileName, byte[] zipFileContent)
String
load(String fileName)
FileResponse
save(String fileName, String fileContent)
-
-
-
Method Detail
-
save
FileResponse save(String fileName, String fileContent)
-
downloadExported
ByteArrayResponse downloadExported()
-
checkIfGroovyScriptExist
boolean checkIfGroovyScriptExist(String fileName)
-
getGroovyScriptsTree
TreeObjectId getGroovyScriptsTree()
-
getAllGroovyScripts
StringToStringMapResponse getAllGroovyScripts()
-
-