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 TypeMethodDescriptionvoiddeleteCTProcess(Long ctProcessId) voiddeleteCTProcessBatch(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) voidpostCTProcessesPageExportBatch(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) voidpostCTProcessRevert(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:
getCTProcessesPagein interfaceCTProcessResource- Throws:
Exception
-
getCTProcessesPageHttpResponse
public HttpInvoker.HttpResponse getCTProcessesPageHttpResponse(String search, Integer[] status, String filterString, Pagination pagination, String sortString) throws Exception - Specified by:
getCTProcessesPageHttpResponsein 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:
postCTProcessesPageExportBatchin 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:
postCTProcessesPageExportBatchHttpResponsein interfaceCTProcessResource- Throws:
Exception
-
deleteCTProcess
- Specified by:
deleteCTProcessin interfaceCTProcessResource- Throws:
Exception
-
deleteCTProcessHttpResponse
- Specified by:
deleteCTProcessHttpResponsein interfaceCTProcessResource- Throws:
Exception
-
deleteCTProcessBatch
public void deleteCTProcessBatch(Long ctProcessId, String callbackURL, Object object) throws Exception - Specified by:
deleteCTProcessBatchin interfaceCTProcessResource- Throws:
Exception
-
deleteCTProcessBatchHttpResponse
public HttpInvoker.HttpResponse deleteCTProcessBatchHttpResponse(Long ctProcessId, String callbackURL, Object object) throws Exception - Specified by:
deleteCTProcessBatchHttpResponsein interfaceCTProcessResource- Throws:
Exception
-
getCTProcess
- Specified by:
getCTProcessin interfaceCTProcessResource- Throws:
Exception
-
getCTProcessHttpResponse
- Specified by:
getCTProcessHttpResponsein interfaceCTProcessResource- Throws:
Exception
-
postCTProcessRevert
- Specified by:
postCTProcessRevertin interfaceCTProcessResource- Throws:
Exception
-
postCTProcessRevertHttpResponse
public HttpInvoker.HttpResponse postCTProcessRevertHttpResponse(Long ctProcessId, String description, String name) throws Exception - Specified by:
postCTProcessRevertHttpResponsein interfaceCTProcessResource- Throws:
Exception
-