Class CTProcessResource.CTProcessResourceImpl
java.lang.Object
com.liferay.change.tracking.rest.client.resource.v1_0.CTProcessResource.CTProcessResourceImpl
- All Implemented Interfaces:
CTProcessResource
- Enclosing interface:
- CTProcessResource
public static class CTProcessResource.CTProcessResourceImpl
extends Object
implements CTProcessResource
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.liferay.change.tracking.rest.client.resource.v1_0.CTProcessResource
CTProcessResource.Builder, CTProcessResource.CTProcessResourceImpl
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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
-
getCTProcessesPage
public Page<CTProcess> getCTProcessesPage(String search, Integer[] status, String filterString, Pagination pagination, String sortString) throws Exception - Specified by:
getCTProcessesPage
in interfaceCTProcessResource
- Throws:
Exception
-
getCTProcessesPageHttpResponse
public HttpInvoker.HttpResponse getCTProcessesPageHttpResponse(String search, Integer[] status, String filterString, Pagination pagination, String sortString) throws Exception - Specified by:
getCTProcessesPageHttpResponse
in interfaceCTProcessResource
- Throws:
Exception
-
postCTProcessesPageExportBatch
public void postCTProcessesPageExportBatch(String search, Integer[] status, String filterString, String sortString, String callbackURL, String contentType, String fieldNames) throws Exception - Specified by:
postCTProcessesPageExportBatch
in interfaceCTProcessResource
- Throws:
Exception
-
postCTProcessesPageExportBatchHttpResponse
public HttpInvoker.HttpResponse postCTProcessesPageExportBatchHttpResponse(String search, Integer[] status, String filterString, String sortString, String callbackURL, String contentType, String fieldNames) throws Exception - Specified by:
postCTProcessesPageExportBatchHttpResponse
in interfaceCTProcessResource
- Throws:
Exception
-
deleteCTProcess
- Specified by:
deleteCTProcess
in interfaceCTProcessResource
- Throws:
Exception
-
deleteCTProcessHttpResponse
- Specified by:
deleteCTProcessHttpResponse
in interfaceCTProcessResource
- Throws:
Exception
-
deleteCTProcessBatch
public void deleteCTProcessBatch(Long ctProcessId, String callbackURL, Object object) throws Exception - Specified by:
deleteCTProcessBatch
in interfaceCTProcessResource
- Throws:
Exception
-
deleteCTProcessBatchHttpResponse
public HttpInvoker.HttpResponse deleteCTProcessBatchHttpResponse(Long ctProcessId, String callbackURL, Object object) throws Exception - Specified by:
deleteCTProcessBatchHttpResponse
in interfaceCTProcessResource
- Throws:
Exception
-
getCTProcess
- Specified by:
getCTProcess
in interfaceCTProcessResource
- Throws:
Exception
-
getCTProcessHttpResponse
- Specified by:
getCTProcessHttpResponse
in interfaceCTProcessResource
- Throws:
Exception
-
postCTProcessRevert
- Specified by:
postCTProcessRevert
in interfaceCTProcessResource
- Throws:
Exception
-
postCTProcessRevertHttpResponse
public HttpInvoker.HttpResponse postCTProcessRevertHttpResponse(Long ctProcessId, String description, String name) throws Exception - Specified by:
postCTProcessRevertHttpResponse
in interfaceCTProcessResource
- Throws:
Exception
-