Hide Table of Contents
Class: WMNotificationTask
[AMD Module Require]
require(["workflowmanager/WMNotificationTask"], function(WMNotificationTask) { /* code goes here */ });;

Description

WMNotificationTask class to perform operations on Workflow Manager (Classic) Notifications.

Class hierarchy

workflowmanager/BaseTask
|_workflowmanager/WMNotificationTask

Constructors

NameSummary
new WMNotificationTask(url)Constructor for WMNotificationTask. Disable client caching is default to be true.

Properties

NameTypeSummary
disableClientCachingBooleanThe indicator to disable client browser caching.
proxyURLStringThe proxy URL.
tokenStringThe token string if security is on.
urlStringThe base URL for Workflow Manager (Classic) service.

Methods

NameTypeSummary
addChangeRule(rule, user, callback, errback)noneCreates a new spatial notification change rule.
deleteChangeRule(ruleId, user, callback, errback)noneDeletes a spatial notification change rule.
getAllChangeRules(callback, errback)ObjectGet a list of all the spatial notification change rules (ChangeRule[]) configured in the ArcGIS Workflow Manager (Classic) system.
getChangeRule(ruleId, callback, errback)ObjectGet a single spatial notification change rule ChangeRule by ruleId.
getChangeRuleMatch(matchId, callback, errback)ObjectGet information about the change and change rule related to a spatial notification match (ChangeRuleMatch).
getDatabaseTime(dataWorkspaceId, callback, errback)noneGet the current time of the database.
getSessionMatches(sessionId, callback, errback)ObjectGet the list of matches (ChangeRuleMatch[]) to change rules found during a spatial notification session.
notifySession(sessionId, deleteAfter, user, callback, errback)noneSends the notifications configured for the matches found during a rule evaluation session.
queryChangeRules(name, description, searchType, user, callback, errback)ObjectQueries the list of spatial notification change rules and returns a filtered subset of all change rules (ChangeRule[]).
runSpatialNotificationOnHistory(dataWorkspaceId, from, to, logMatches, send, user, callback, errback)noneExecutes the configured spatial notification change rules on a data workspace by evaluating the geodatabase archive.
sendNotification(jobId, notificationType, user, callback, errback)noneSends a notification of the specified type.
subscribeToNotification(notificationTypeId, email, user, callback, errback)noneAdds an email address to the subscriber list for a specific notification type.
unsubscribeFromNotification(notificationTypeId, email, user, callback, errback)noneRemoves an email address from the subscriber list for a specific notification type.
Constructor Details

new WMNotificationTask(url)

Constructor for WMNotificationTask. Disable client caching is default to be true.
Parameters:
<string>urlRequiredThe base Workflow Manager (Classic) REST URL.
Sample:
require([
    "workflowmanager/WMNotificationTask", ...
], function(WMNotificationTask, ...) {
    var WMNotificationTask = new WMNotificationTask("http://myserver/arcgis/rest/services/WMService/WMServer");
    });
    ...
});
   
Property Details

<Boolean> disableClientCaching

The indicator to disable client browser caching.

<String> proxyURL

The proxy URL.

<String> token

The token string if security is on.

<String> url

The base URL for Workflow Manager (Classic) Service.
Method Details

addChangeRule(rule, user, callback, errback)

Creates a new spatial notification change rule. If the request is successful, the user-specified callback function is invoked with the result as a string of the new changeRule Id. Otherwise, the errback function is invoked with the result error message as string.
Input Parameters:
<ChangeRule> ruleRequiredThe rule to be added.
<string> userRequiredThe user name.
<function> callbackOptionalThe success callback function name.
<function> errbackOptionalThe error callback function name.

deleteChangeRule(ruleId, user, callback, errback)

Deletes a spatial notification change rule. If the request is successful, the user-specified callback function is invoked with the empty result. Otherwise, the errback function is invoked with the result error message as string.
Input Parameters:
<string> ruleIdRequiredThe Id of the rule to be deleted.
<string> userRequiredThe user name.
<function> callbackOptionalThe success callback function name.
<function> errbackOptionalThe error callback function name.

getAllChangeRules(callback, errback)

Get a list of all the spatial notification change rules (ChangeRule[]) configured in the ArcGIS Workflow Manager (Classic) system. If the request is successful, the user-specified callback function is invoked with the result as a ChangeRule[]. Otherwise, the errback function is invoked with the result error message as string.
Input Parameters:
<function> callbackOptionalThe success callback function name.
<function> errbackOptionalThe error callback function name.

getChangeRule(ruleId, callback, errback)

Get a single spatial notification change rule ChangeRule by ruleId. If the request is successful, the user-specified callback function is invoked with the result as a ChangeRule. Otherwise, the errback function is invoked with the result error message as string.
Input Parameters:
<string> ruleIdRequiredThe rule Id.
<function> callbackRequiredThe success callback function name.
<function> errbackRequiredThe error callback function name.

getChangeRuleMatch(matchId, callback, errback)

Get information about the change and change rule related to a spatial notification match (ChangeRuleMatch). If the request is successful, the user-specified callback function is invoked with the result as a ChangeRuleMatch. Otherwise, the errback function is invoked with the result error message as string.
Input Parameters:
<string> matchIdRequiredThe spatial notification match Id.
<function> callbackOptionalThe success callback function name.
<function> errbackOptionalThe error callback function name.

getDatabaseTime(dataWorkspaceId, callback, errback)

Get the current time of the database. If the request is successful, the user-specified callback function is invoked with the result as Date. Otherwise, the errback function is invoked with the result error message as string.
Input Parameters:
<string> dataWorkspaceIdRequiredThe dataWorkspace Id.
<function> callbackOptionalThe success callback function name.
<function> errbackOptionalThe error callback function name.

getSessionMatches(sessionId, callback, errback)

Get the list of matches (ChangeRuleMatch[]) to change rules found during a spatial notification session. If the request is successful, the user-specified callback function is invoked with the result as a ChangeRuleMatch[]. Otherwise, the errback function is invoked with the result error message as string.
Input Parameters:
<string> sessionIdRequiredThe spatial notification session Id.
<function> callbackOptionalThe success callback function name.
<function> errbackOptionalThe error callback function name.

notifySession(sessionId, deleteAfter, user, callback, errback)

Sends the notifications configured for the matches found during a rule evaluation session. If the request is successful, the user-specified callback function is invoked with the empty result. Otherwise, the errback function is invoked with the result error message as string.
Input Parameters:
<string> sessionIdRequiredThe spatial notification session Id.
<boolean> deleteAfterRequiredWhether to delete the session matches after sending any notifications. The default is false.
<string> userRequiredThe user name.
<function> callbackOptionalThe success callback function name.
<function> errbackOptionalThe error callback function name.

queryChangeRules(name, description, searchType, user, callback, errback)

Queries the list of spatial notification change rules and returns a filtered subset of all change rules (ChangeRule[]). If the request is successful, the user-specified callback function is invoked with the result as a ChangeRule[]. Otherwise, the errback function is invoked with the result error message as string.
Input Parameters:
<string> nameRequiredA search string to find within change rule names.
<string> descriptionRequiredA search string to find within change rule descriptions.
<ChangeRuleSearchType> searchTypeRequiredThe type of search to perform. The default is CONTAINS.
<string> userRequiredThe user name.
<function> callbackOptionalThe success callback function name.
<function> errbackOptionalThe error callback function name.

runSpatialNotificationOnHistory(dataWorkspaceId, from, to, logMatches, send, user, callback, errback)

Executes the configured spatial notification change rules on a data workspace by evaluating the geodatabase archive. If the request is successful, the user-specified callback function is invoked with the result as a string (session Id). Otherwise, the errback function is invoked with the result error message as string.
Input Parameters:
<string> dataWorkspaceIdRequiredThe dataWorkspace Id.
<Date> fromRequiredThe starting time to query for new changes.
<Date> toRequiredThe ending time to query for new changes.
<boolean> logMatchesRequiredWhether you want to keep the matches found stored in the ArcGIS Workflow Manager (Classic) repository. The default is false.
<boolean> sendRequiredWhether you want to the send notifications at the time that matches are found. The default is false.
<string> userRequiredThe user name.
<function> callbackOptionalThe success callback function name.
<function> errbackOptionalThe error callback function name.

sendNotification(jobId, notificationType, user, callback, errback)

Sends a notification of the specified type. If the request is successful, the user-specified callback function is invoked with the empty result. Otherwise, the errback function is invoked with the result error message as string.
Input Parameters:
<int> jobidRequiredThe job Id.
<string> notificationTypeRequiredThe name of the notification type to send.
<string> userRequiredThe user name.
<function> callbackOptionalThe success callback function name.
<function> errbackOptionalThe error callback function name.

subscribeToNotification(notificationTypeId, email, user, callback, errback)

Adds an email address to the subscriber list for a specific notification type. If the request is successful, the user-specified callback function is invoked with the empty result. Otherwise, the errback function is invoked with the result error message as string.
Input Parameters:
<int> notificationTypeIdRequiredThe notification Type Id.
<string> emailRequiredThe email address to add to the notification type's subscriber list. May contain tokens.
<string> userRequiredThe user name.
<function> callbackOptionalThe success callback function name.
<function> errbackOptionalThe error callback function name.

unsubscribeFromNotification(notificationTypeId, email, user, callback, errback)

Removes an email address from the subscriber list for a specific notification type. If the request is successful, the user-specified callback function is invoked with the empty result. Otherwise, the errback function is invoked with the result error message as string.
Input Parameters:
<int> notificationTypeIdRequiredThe notification Type Id.
<string> emailRequiredThe email address to add to the notification type's subscriber list. May contain tokens.
<string> userRequiredThe user name.
<function> callbackOptionalThe success callback function name.
<function> errbackOptionalThe error callback function name.