Package org.guvnor.rest.backend

Examples of org.guvnor.rest.backend.JobRequestApprovalService.requestApproval()


            return;
        }
        if( approvalService == null ) {
            result.setStatus(JobStatus.APPROVED);
        } else {
            approvalService.requestApproval(request, result);
        }
    }

    protected abstract JobResult internalExecute(CommandContext ctx, JobRequest request) throws Exception;
  
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.