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 booleancheckIfGroovyScriptExist(String fileName)Responsecompile(String compile)ByteArrayResponsedownloadExported()booleanexportSelectedGroovyScripts(List<String> selectedFiles)StringToStringMapResponsegetAllGroovyScripts()List<String>getGroovyScriptsList()TreeObjectIdgetGroovyScriptsTree()ResponseimportGroovyScripts(String zipFileName, byte[] zipFileContent)Stringload(String fileName)FileResponsesave(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()
-
-