Interface ChangeActionService


public interface ChangeActionService
Document me
Since:
2023-02-16
  • 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

      @Remote(DELETE) void delete(com.technia.dsx.common.TenantSession session, String changeActionId)
    • cancel

      @Remote(UPDATE) void cancel(com.technia.dsx.common.TenantSession session, String changeActionId, String cestamp, String comment)
    • pause

      @Remote(UPDATE) void pause(com.technia.dsx.common.TenantSession session, String changeActionId, String cestamp, String comment)
    • hold

      @Remote(UPDATE) void hold(com.technia.dsx.common.TenantSession session, String changeActionId, String cestamp, String comment)
    • approve

      @Remote(UPDATE) void approve(com.technia.dsx.common.TenantSession session, String changeActionId, String cestamp, String comment)
    • reject

      @Remote(UPDATE) void reject(com.technia.dsx.common.TenantSession session, String changeActionId, String cestamp, String comment)