public class UserTaskAdminServicesClientImpl extends AbstractKieServicesClientImpl implements UserTaskAdminServicesClient
BYPASS_AUTH_USER, classLoader, config, loadBalancer, marshaller, owner| Constructor and Description |
|---|
UserTaskAdminServicesClientImpl(KieServicesConfiguration config) |
UserTaskAdminServicesClientImpl(KieServicesConfiguration config,
ClassLoader classLoader) |
| Modifier and Type | Method and Description |
|---|---|
void |
acknowledgeError(String containerId,
String... errorId) |
void |
addBusinessAdmins(String containerId,
Long taskId,
boolean removeExisting,
org.kie.server.api.model.admin.OrgEntities orgEntities) |
void |
addExcludedOwners(String containerId,
Long taskId,
boolean removeExisting,
org.kie.server.api.model.admin.OrgEntities orgEntities) |
void |
addPotentialOwners(String containerId,
Long taskId,
boolean removeExisting,
org.kie.server.api.model.admin.OrgEntities orgEntities) |
void |
addTaskInputs(String containerId,
Long taskId,
Map<String,Object> data) |
void |
cancelNotification(String containerId,
Long taskId,
Long notificationId) |
void |
cancelReassignment(String containerId,
Long taskId,
Long reassignmentId) |
org.kie.server.api.model.admin.ExecutionErrorInstance |
getError(String containerId,
String errorId) |
List<org.kie.server.api.model.admin.ExecutionErrorInstance> |
getErrorsByTaskId(String containerId,
Long taskId,
boolean includeAcknowledged,
Integer page,
Integer pageSize) |
List<org.kie.server.api.model.admin.ExecutionErrorInstance> |
getErrorsByTaskInfo(String containerId,
Long processId,
String taskName,
boolean includeAcknowledged,
Integer page,
Integer pageSize) |
List<org.kie.server.api.model.admin.ExecutionErrorInstance> |
getTaskErrors(String containerId,
boolean includeAcknowledged,
Integer page,
Integer pageSize) |
List<org.kie.server.api.model.admin.TaskNotification> |
getTaskNotifications(String containerId,
Long taskId,
boolean activeOnly) |
List<org.kie.server.api.model.admin.TaskReassignment> |
getTaskReassignments(String containerId,
Long taskId,
boolean activeOnly) |
Long |
notifyWhenNotCompleted(String containerId,
Long taskId,
String expiresAt,
org.kie.server.api.model.admin.EmailNotification emailNotification) |
Long |
notifyWhenNotStarted(String containerId,
Long taskId,
String expiresAt,
org.kie.server.api.model.admin.EmailNotification emailNotification) |
Long |
reassignWhenNotCompleted(String containerId,
Long taskId,
String expiresAt,
org.kie.server.api.model.admin.OrgEntities orgEntities) |
Long |
reassignWhenNotStarted(String containerId,
Long taskId,
String expiresAt,
org.kie.server.api.model.admin.OrgEntities orgEntities) |
void |
removeBusinessAdminGroups(String containerId,
Long taskId,
String... groups) |
void |
removeBusinessAdminUsers(String containerId,
Long taskId,
String... users) |
void |
removeExcludedOwnerGroups(String containerId,
Long taskId,
String... groups) |
void |
removeExcludedOwnerUsers(String containerId,
Long taskId,
String... users) |
void |
removePotentialOwnerGroups(String containerId,
Long taskId,
String... groups) |
void |
removePotentialOwnerUsers(String containerId,
Long taskId,
String... users) |
void |
removeTaskInputs(String containerId,
Long taskId,
String... inputs) |
void |
removeTaskOutputs(String containerId,
Long taskId,
String... outputs) |
buildQueryString, checkResultType, close, createExceptionForUnexpectedResponseCode, deserialize, encode, executeJmsCommand, executeJmsCommand, executeJmsCommand, executeJmsCommand, getAdditionalParams, getConversationId, getHeaders, getLoadBalancer, getMediaType, getMessage, getPagingQueryString, getResponseHandler, getSortingQueryString, getUserAndAdditionalParam, getUserAndAdditionalParams, getUserAndPagingQueryString, getUserQueryStr, initializeURI, invoke, makeBackwardCompatibleHttpPostRequestAndCreateServiceResponse, makeBackwardCompatibleHttpPostRequestAndCreateServiceResponse, makeHttpDeleteRequestAndCreateCustomResponse, makeHttpDeleteRequestAndCreateServiceResponse, makeHttpGetRequestAndCreateCustomResponse, makeHttpGetRequestAndCreateCustomResponseWithHandleNotFound, makeHttpGetRequestAndCreateRawResponse, makeHttpGetRequestAndCreateRawResponse, makeHttpGetRequestAndCreateServiceResponse, makeHttpPostRequestAndCreateCustomResponse, makeHttpPostRequestAndCreateCustomResponse, makeHttpPostRequestAndCreateCustomResponse, makeHttpPostRequestAndCreateServiceResponse, makeHttpPostRequestAndCreateServiceResponse, makeHttpPostRequestAndCreateServiceResponse, makeHttpPostRequestAndCreateServiceResponse, makeHttpPutRequestAndCreateCustomResponse, makeHttpPutRequestAndCreateCustomResponse, makeHttpPutRequestAndCreateServiceResponse, makeHttpPutRequestAndCreateServiceResponse, newRequest, safeList, safeMap, sendTaskOperation, serialize, setOwner, setResponseHandler, shouldReturnWithNullResponse, throwExceptionOnFailurepublic UserTaskAdminServicesClientImpl(KieServicesConfiguration config)
public UserTaskAdminServicesClientImpl(KieServicesConfiguration config, ClassLoader classLoader)
public void addPotentialOwners(String containerId, Long taskId, boolean removeExisting, org.kie.server.api.model.admin.OrgEntities orgEntities)
addPotentialOwners in interface UserTaskAdminServicesClientpublic void addExcludedOwners(String containerId, Long taskId, boolean removeExisting, org.kie.server.api.model.admin.OrgEntities orgEntities)
addExcludedOwners in interface UserTaskAdminServicesClientpublic void addBusinessAdmins(String containerId, Long taskId, boolean removeExisting, org.kie.server.api.model.admin.OrgEntities orgEntities)
addBusinessAdmins in interface UserTaskAdminServicesClientpublic void removePotentialOwnerUsers(String containerId, Long taskId, String... users)
removePotentialOwnerUsers in interface UserTaskAdminServicesClientpublic void removeExcludedOwnerUsers(String containerId, Long taskId, String... users)
removeExcludedOwnerUsers in interface UserTaskAdminServicesClientpublic void removeBusinessAdminUsers(String containerId, Long taskId, String... users)
removeBusinessAdminUsers in interface UserTaskAdminServicesClientpublic void removePotentialOwnerGroups(String containerId, Long taskId, String... groups)
removePotentialOwnerGroups in interface UserTaskAdminServicesClientpublic void removeExcludedOwnerGroups(String containerId, Long taskId, String... groups)
removeExcludedOwnerGroups in interface UserTaskAdminServicesClientpublic void removeBusinessAdminGroups(String containerId, Long taskId, String... groups)
removeBusinessAdminGroups in interface UserTaskAdminServicesClientpublic void addTaskInputs(String containerId, Long taskId, Map<String,Object> data)
addTaskInputs in interface UserTaskAdminServicesClientpublic void removeTaskInputs(String containerId, Long taskId, String... inputs)
removeTaskInputs in interface UserTaskAdminServicesClientpublic void removeTaskOutputs(String containerId, Long taskId, String... outputs)
removeTaskOutputs in interface UserTaskAdminServicesClientpublic Long reassignWhenNotStarted(String containerId, Long taskId, String expiresAt, org.kie.server.api.model.admin.OrgEntities orgEntities)
reassignWhenNotStarted in interface UserTaskAdminServicesClientpublic Long reassignWhenNotCompleted(String containerId, Long taskId, String expiresAt, org.kie.server.api.model.admin.OrgEntities orgEntities)
reassignWhenNotCompleted in interface UserTaskAdminServicesClientpublic Long notifyWhenNotStarted(String containerId, Long taskId, String expiresAt, org.kie.server.api.model.admin.EmailNotification emailNotification)
notifyWhenNotStarted in interface UserTaskAdminServicesClientpublic Long notifyWhenNotCompleted(String containerId, Long taskId, String expiresAt, org.kie.server.api.model.admin.EmailNotification emailNotification)
notifyWhenNotCompleted in interface UserTaskAdminServicesClientpublic void cancelNotification(String containerId, Long taskId, Long notificationId)
cancelNotification in interface UserTaskAdminServicesClientpublic void cancelReassignment(String containerId, Long taskId, Long reassignmentId)
cancelReassignment in interface UserTaskAdminServicesClientpublic List<org.kie.server.api.model.admin.TaskNotification> getTaskNotifications(String containerId, Long taskId, boolean activeOnly)
getTaskNotifications in interface UserTaskAdminServicesClientpublic List<org.kie.server.api.model.admin.TaskReassignment> getTaskReassignments(String containerId, Long taskId, boolean activeOnly)
getTaskReassignments in interface UserTaskAdminServicesClientpublic List<org.kie.server.api.model.admin.ExecutionErrorInstance> getTaskErrors(String containerId, boolean includeAcknowledged, Integer page, Integer pageSize)
getTaskErrors in interface UserTaskAdminServicesClientpublic List<org.kie.server.api.model.admin.ExecutionErrorInstance> getErrorsByTaskId(String containerId, Long taskId, boolean includeAcknowledged, Integer page, Integer pageSize)
getErrorsByTaskId in interface UserTaskAdminServicesClientpublic List<org.kie.server.api.model.admin.ExecutionErrorInstance> getErrorsByTaskInfo(String containerId, Long processId, String taskName, boolean includeAcknowledged, Integer page, Integer pageSize)
getErrorsByTaskInfo in interface UserTaskAdminServicesClientpublic void acknowledgeError(String containerId, String... errorId)
acknowledgeError in interface UserTaskAdminServicesClientpublic org.kie.server.api.model.admin.ExecutionErrorInstance getError(String containerId, String errorId)
getError in interface UserTaskAdminServicesClientCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.