Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Action name

CreateNewContextWithKeyValue

Class name

com.cdrator.soap.CreateNewContextWithKeyValue

Available from core version

8.7

Description

create a context with give key value pair

Return value

Context: Return a Context object with given key value pair

Properties

 

Parameters

  1. String: key
  2. Object: value

AddObjectToSoapContextObject

Action name

AddObjectToSoapContextObject

Class name

com.cdrator.soap.AddObjectToSoapContextObject

Available from core version

8.7

Description

Add object to SOAP context for Soap response (based on a persistentObject) - like adding np-flow or lockin to subscription this is needed either when the object can be null or if it is based on a calculation or when the object can not be gotten by a method on persistent object

Return value

Context: The Soap context object for Soap response

Properties

 

Parameters

  1. Context: soapObjectContext
  2. String: contextName
  3. Object: contextObject

Alert

DeletePendingAlerts

Action name

DeletePendingAlerts

Class name

com.cdrator.alert.action.DeletePendingAlerts

Available from core version

8.7

Description

Return value

void:

Properties

  1. alertMethod: Alert method

Parameters

  1. Subscription: subscription

...