Package org.guvnor.rest.backend.cmd
Class UpdateSpaceCmd
- java.lang.Object
-
- org.guvnor.rest.backend.cmd.AbstractJobCommand
-
- org.guvnor.rest.backend.cmd.UpdateSpaceCmd
-
- All Implemented Interfaces:
Runnable,org.uberfire.commons.async.DescriptiveRunnable
public class UpdateSpaceCmd extends AbstractJobCommand
-
-
Field Summary
-
Fields inherited from class org.guvnor.rest.backend.cmd.AbstractJobCommand
context, JOB_REQUEST_KEY, jobRequestHelper, jobResultManager, logger
-
-
Constructor Summary
Constructors Constructor Description UpdateSpaceCmd(JobRequestHelper jobRequestHelper, JobResultManager jobResultManager, Map<String,Object> context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.guvnor.rest.client.JobResultinternalExecute(org.guvnor.rest.client.JobRequest request)-
Methods inherited from class org.guvnor.rest.backend.cmd.AbstractJobCommand
getDescription, getHelper, getJobRequest, run
-
-
-
-
Constructor Detail
-
UpdateSpaceCmd
public UpdateSpaceCmd(JobRequestHelper jobRequestHelper, JobResultManager jobResultManager, Map<String,Object> context)
-
-
Method Detail
-
internalExecute
protected org.guvnor.rest.client.JobResult internalExecute(org.guvnor.rest.client.JobRequest request) throws Exception- Specified by:
internalExecutein classAbstractJobCommand- Throws:
Exception
-
-