public class UserAPIServiceRequest
extends java.lang.Object
Constructor and Description |
---|
UserAPIServiceRequest() |
UserAPIServiceRequest(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
CuicServer |
getCuicServer() |
static void |
main(java.lang.String[] args) |
void |
setCuicServer(CuicServer api) |
java.util.List |
userAPIGetChildServiceRequests(APIServiceRequestParams params) |
APIWorkflowOutputDetails |
userAPIGetServiceRequestOutputDetails(int serviceRequestId) |
java.util.List<APIWorkflowStep> |
userAPIGetWorkflowSteps(APIServiceRequestParams params) |
java.lang.String |
userAPIResubmitServiceRequest(APIResubmitServiceRequestParams params) |
public UserAPIServiceRequest()
public UserAPIServiceRequest(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.util.List userAPIGetChildServiceRequests(APIServiceRequestParams params) throws java.lang.Exception
java.lang.Exception
public java.lang.String userAPIResubmitServiceRequest(APIResubmitServiceRequestParams params) throws java.lang.Exception
java.lang.Exception
public java.util.List<APIWorkflowStep> userAPIGetWorkflowSteps(APIServiceRequestParams params) throws java.lang.Exception
java.lang.Exception
public APIWorkflowOutputDetails userAPIGetServiceRequestOutputDetails(int serviceRequestId) throws java.lang.Exception
java.lang.Exception
public static void main(java.lang.String[] args)
args
-