palio.designer.portal.execution
Class ExecutionServiceImpl
java.lang.Object
palio.designer.portal.execution.ExecutionServiceImpl
- All Implemented Interfaces:
- pl.com.torn.jpalio.portal.execution.ExecutionService
public class ExecutionServiceImpl
- extends java.lang.Object
- implements pl.com.torn.jpalio.portal.execution.ExecutionService
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExecutionServiceImpl
public ExecutionServiceImpl()
executeObject
public java.lang.String executeObject(long objectId)
- Specified by:
executeObject
in interface pl.com.torn.jpalio.portal.execution.ExecutionService
executePalio
public java.lang.String executePalio(java.lang.String body)
throws pl.com.torn.jpalio.PalioServerException
- Specified by:
executePalio
in interface pl.com.torn.jpalio.portal.execution.ExecutionService
- Throws:
pl.com.torn.jpalio.PalioServerException
getCompilationErrors
public java.lang.String[] getCompilationErrors(long typeId,
java.lang.String code,
java.lang.String body)
- Specified by:
getCompilationErrors
in interface pl.com.torn.jpalio.portal.execution.ExecutionService