Interface CTProcessResource
- All Known Implementing Classes:
CTProcessResource.CTProcessResourceImpl
@Generated("")
public interface CTProcessResource
- Generated:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
static class
-
Method Summary
Modifier and TypeMethodDescriptionstatic CTProcessResource.Builder
builder()
void
deleteCTProcess
(Long ctProcessId) void
deleteCTProcessBatch
(Long ctProcessId, String callbackURL, Object object) deleteCTProcessBatchHttpResponse
(Long ctProcessId, String callbackURL, Object object) deleteCTProcessHttpResponse
(Long ctProcessId) getCTProcess
(Long ctProcessId) getCTProcessesPage
(String search, Integer[] status, String filterString, Pagination pagination, String sortString) getCTProcessesPageHttpResponse
(String search, Integer[] status, String filterString, Pagination pagination, String sortString) getCTProcessHttpResponse
(Long ctProcessId) void
postCTProcessesPageExportBatch
(String search, Integer[] status, String filterString, String sortString, String callbackURL, String contentType, String fieldNames) postCTProcessesPageExportBatchHttpResponse
(String search, Integer[] status, String filterString, String sortString, String callbackURL, String contentType, String fieldNames) void
postCTProcessRevert
(Long ctProcessId, String description, String name) postCTProcessRevertHttpResponse
(Long ctProcessId, String description, String name)
-
Method Details
-
builder
-
getCTProcessesPage
Page<CTProcess> getCTProcessesPage(String search, Integer[] status, String filterString, Pagination pagination, String sortString) throws Exception - Throws:
Exception
-
getCTProcessesPageHttpResponse
HttpInvoker.HttpResponse getCTProcessesPageHttpResponse(String search, Integer[] status, String filterString, Pagination pagination, String sortString) throws Exception - Throws:
Exception
-
postCTProcessesPageExportBatch
void postCTProcessesPageExportBatch(String search, Integer[] status, String filterString, String sortString, String callbackURL, String contentType, String fieldNames) throws Exception - Throws:
Exception
-
postCTProcessesPageExportBatchHttpResponse
HttpInvoker.HttpResponse postCTProcessesPageExportBatchHttpResponse(String search, Integer[] status, String filterString, String sortString, String callbackURL, String contentType, String fieldNames) throws Exception - Throws:
Exception
-
deleteCTProcess
- Throws:
Exception
-
deleteCTProcessHttpResponse
- Throws:
Exception
-
deleteCTProcessBatch
- Throws:
Exception
-
deleteCTProcessBatchHttpResponse
HttpInvoker.HttpResponse deleteCTProcessBatchHttpResponse(Long ctProcessId, String callbackURL, Object object) throws Exception - Throws:
Exception
-
getCTProcess
- Throws:
Exception
-
getCTProcessHttpResponse
- Throws:
Exception
-
postCTProcessRevert
- Throws:
Exception
-
postCTProcessRevertHttpResponse
HttpInvoker.HttpResponse postCTProcessRevertHttpResponse(Long ctProcessId, String description, String name) throws Exception - Throws:
Exception
-