Versions Compared

Key

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

...

Action name

CreateContextList

Class name

com.cdrator.soap.CreateContextList

Available from core version

8.7

Description

Create a context list based on a list of persistentObjects

Return value

List: The list of persistentObjects wrapped into a list of contexts

Properties

 

Parameters

  1. List: poList

...

CreateNewContextWithKeyValue

Action name

AddObjectToContextObjectCreateNewContextWithKeyValue

Class name

com.cdrator.soap.AddObjectToContextObjectCreateNewContextWithKeyValue

Available from core version

8.7

Description

Add object to context based on a persistentObject - like adding np-flow to subscription create a context with give key value pair

Return value

Context: The context objectReturn a Context object with given key value pair

Properties

 

Parameters

  1. Context: persistentObjectContext
  2. String: contextNamekey
  3. Object: contextObjectvalue

...

AddObjectToSoapContextObject

Action name

CreateNewContextWithKeyValueAddObjectToSoapContextObject

Class name

com.cdrator.soap.CreateNewContextWithKeyValueAddObjectToSoapContextObject

Available from core version

8.7

Description

create a context with give key value pairAdd 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: Return a Context object with given key value pairThe Soap context object for Soap response

Properties

 

Parameters

  1. Context: soapObjectContext
  2. String: keycontextName
  3. Object: valuecontextObject

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

...