Interface ChangeActionService
public interface ChangeActionService
Document me
- Since:
- 2023-02-16
-
Method Summary
Modifier and TypeMethodDescriptionvoid
approve
(com.technia.dsx.common.TenantSession session, String changeActionId, String cestamp, String comment) void
cancel
(com.technia.dsx.common.TenantSession session, String changeActionId, String cestamp, String comment) create
(com.technia.dsx.common.TenantSession session, ChangeActionCreateInput input) void
Collection<com.technia.dsx.app.model.Referable>
find
(com.technia.dsx.common.TenantSession session, String searchString, Integer maxResults, Integer skip) void
hold
(com.technia.dsx.common.TenantSession session, String changeActionId, String cestamp, String comment) void
pause
(com.technia.dsx.common.TenantSession session, String changeActionId, String cestamp, String comment) read
(com.technia.dsx.common.TenantSession session, String changeActionId, ChangeActionField... fields) void
reject
(com.technia.dsx.common.TenantSession session, String changeActionId, String cestamp, String comment) update
(com.technia.dsx.common.TenantSession session, String changeActionId, ChangeActionUpdateInput input)
-
Method Details
-
create
@Remote(CREATE) ChangeAction create(com.technia.dsx.common.TenantSession session, ChangeActionCreateInput input) -
read
@Remote(READ) ChangeAction read(com.technia.dsx.common.TenantSession session, String changeActionId, boolean allFields) -
read
@Remote(READ) ChangeAction read(com.technia.dsx.common.TenantSession session, String changeActionId, ChangeActionField... fields) -
update
@Remote(UPDATE) ChangeAction update(com.technia.dsx.common.TenantSession session, String changeActionId, ChangeActionUpdateInput input) -
find
@Remote(READ) Collection<com.technia.dsx.app.model.Referable> find(com.technia.dsx.common.TenantSession session, String searchString, Integer maxResults, Integer skip) -
delete
-
cancel
-
pause
-
hold
-
approve
-
reject
-