- addDynamicList(String, Map<String, Collection<String>>) - Method in class com.alarmpoint.servicemanager.cm.ServiceManagerChange
-
Add a dynamic list for the specified field.
- addFields(Map<String, Object>) - Method in class com.alarmpoint.servicemanager.cm.ServiceManagerChange
-
Add all the specified fields to this incident if they do not already exist
- addList(String, Map<String, String>) - Method in class com.alarmpoint.servicemanager.cm.ServiceManagerChange
-
Add a list of possible values and the associated display value for the field
- addList(String, Collection<String>) - Method in class com.alarmpoint.servicemanager.cm.ServiceManagerChange
-
Add a list of possible values for the field
- addQueryField(ServiceManagerQueryField) - Method in class com.alarmpoint.servicemanager.cm.ServiceManagerQuery
-
Adds a field to this query
- addUpdate(String, String) - Method in class com.alarmpoint.servicemanager.cm.ServiceManagerChange
-
Add a update value for the specified field
- annotateChange(String, String) - Method in class com.alarmpoint.servicemanager.cm.ServiceManagerScriptObject
-
Annotate the Service Manager Change identified by the Change No.
- annotateChange(String, String, String) - Method in class com.alarmpoint.servicemanager.cm.ServiceManagerScriptObject
-
Annotate the Service Manager Change identified by the Change No.
- annotateChange(String, String, String, String) - Method in class com.alarmpoint.servicemanager.cm.ServiceManagerScriptObject
-
Annotate the Service Manager Change identified by the Change No.
- annotateChange(String, Map<String, Object>) - Method in class com.alarmpoint.servicemanager.cm.ServiceManagerScriptObject
-
Retract a Service Manager Change with the specified fields and values
- annotateChange(String, Element) - Method in class com.alarmpoint.servicemanager.cm.ServiceManagerScriptObject
-
Retract a Service Manager Change with the specified fields and values
- approveChange(String, String) - Method in class com.alarmpoint.servicemanager.cm.ServiceManagerScriptObject
-
Approve a Service Manager Change
- approveChange(String, String, String) - Method in class com.alarmpoint.servicemanager.cm.ServiceManagerScriptObject
-
Approve a Service Manager Change
- approveChange(String, Map<String, Object>) - Method in class com.alarmpoint.servicemanager.cm.ServiceManagerScriptObject
-
Approve a Service Manager Change with the specified fields and values
- approveChange(String, Element) - Method in class com.alarmpoint.servicemanager.cm.ServiceManagerScriptObject
-
Approve a Service Manager Change with the specified fields and values
- getChangeRecords(String, String, String) - Method in class com.alarmpoint.servicemanager.cm.ServiceManagerScriptObject
-
Retrieves the related records for a particular change and returns a list of the related records in a
ServiceManagerChange object depending on the called Webservice
This is necessary since the Approval records use "ChangeNumber" to identify them while Change uses
"ChangeID".
- getChangeRecords(String, String) - Method in class com.alarmpoint.servicemanager.cm.ServiceManagerScriptObject
-
Retrieves the related records for a particular change and returns a list of the related records in a
ServiceManagerChange object depending on the called Webservice
- getDisplayDate(String) - Static method in class com.alarmpoint.servicemanager.cm.XMLDateParser
-
- getDisplayDate(String, String) - Static method in class com.alarmpoint.servicemanager.cm.XMLDateParser
-
- getFormattedName() - Method in enum com.alarmpoint.servicemanager.cm.ServiceManagerQueryLogic
-
Returns the enum value formatted so it is suitable to be displayed on the web ui
- getFormattedName() - Method in enum com.alarmpoint.servicemanager.cm.ServiceManagerQueryOperator
-
Returns the enum value formatted so it is suitable to be displayed on the web ui
- getGroupedList(String, String, String, String) - Method in class com.alarmpoint.servicemanager.cm.ServiceManagerScriptObject
-
Retrieve a list of strings from Service Manager and group them based on a field on that object
- getList(String) - Method in class com.alarmpoint.servicemanager.cm.ServiceManagerChange
-
Return the list of possible values for the field
- getListValue(String) - Method in class com.alarmpoint.servicemanager.cm.ServiceManagerChange
-
Retrieve the current list of values for a list field
- getListValue(String, boolean) - Method in class com.alarmpoint.servicemanager.cm.ServiceManagerChange
-
Retrieve the current list of values for a list field
- getLogic() - Method in class com.alarmpoint.servicemanager.cm.ServiceManagerQuery
-
Retrieve the query logic that will be used to construct the query
- getMessage() - Method in exception com.alarmpoint.servicemanager.cm.ServiceManagerException
-
- getName() - Method in class com.alarmpoint.servicemanager.cm.ServiceManagerQueryField
-
Get the field name for this field
- getOperator() - Method in class com.alarmpoint.servicemanager.cm.ServiceManagerQueryField
-
Get the operator for this query
- getOperator() - Method in enum com.alarmpoint.servicemanager.cm.ServiceManagerQueryOperator
-
Returns a string with the operators to insert into the Service Manager query
- getOriginalMap() - Method in class com.alarmpoint.servicemanager.cm.ServiceManagerChange
-
Returns the a map of the original values for this incident
- getPossibleValues(String) - Method in class com.alarmpoint.servicemanager.cm.ServiceManagerChange
-
If the field specified has a list of values specified return it
- getQuery() - Method in class com.alarmpoint.servicemanager.cm.ServiceManagerQuery
-
Construct a query by joining the query for each field using the query logic
- getQuery() - Method in class com.alarmpoint.servicemanager.cm.ServiceManagerQueryField
-
Construct a query for this field
- getQueryFields() - Method in class com.alarmpoint.servicemanager.cm.ServiceManagerQuery
-
Returns a list of fields that exist for this query
- getShortName() - Method in enum com.alarmpoint.servicemanager.cm.ServiceManagerQueryOperator
-
Returns the enum value formatted so it is suitable to be displayed on the mobile gateway
- getSortedList(String, String, String) - Method in class com.alarmpoint.servicemanager.cm.ServiceManagerScriptObject
-
Retrieve a list of strings from Service Manager
- getTextValue(String) - Method in class com.alarmpoint.servicemanager.cm.ServiceManagerChange
-
Retrieve the current value for a text field
- getTextValue(String, boolean) - Method in class com.alarmpoint.servicemanager.cm.ServiceManagerChange
-
Retrieve the current value for a text field
- getUpdateMap() - Method in class com.alarmpoint.servicemanager.cm.ServiceManagerChange
-
Returns the a map of the updated values for this incident
- getValue() - Method in class com.alarmpoint.servicemanager.cm.ServiceManagerQueryField
-
Set the value to match for the query
- getValueMap(String, String) - Method in class com.alarmpoint.servicemanager.cm.ServiceManagerScriptObject
-
Retrieve a list of all fields and values from Service Manager for a specified object
- getXMLDate(String) - Static method in class com.alarmpoint.servicemanager.cm.XMLDateParser
-
- getXMLDate(String, String) - Static method in class com.alarmpoint.servicemanager.cm.XMLDateParser
-
- sendReceive(String, Element) - Method in class com.alarmpoint.servicemanager.cm.ServiceManagerScriptObject
-
Send a SOAP request to the Service Manager server and return the contents ot the returned SOAP body
- ServiceManagerChange - Class in com.alarmpoint.servicemanager.cm
-
Represents all the information about a Service Manager incident record and keeps track of changes you want to make to
that incident.
- ServiceManagerChange() - Constructor for class com.alarmpoint.servicemanager.cm.ServiceManagerChange
-
- ServiceManagerChange(Node) - Constructor for class com.alarmpoint.servicemanager.cm.ServiceManagerChange
-
- ServiceManagerException - Exception in com.alarmpoint.servicemanager.cm
-
Contains the error message returned by the server
- ServiceManagerException(String) - Constructor for exception com.alarmpoint.servicemanager.cm.ServiceManagerException
-
- ServiceManagerQuery - Class in com.alarmpoint.servicemanager.cm
-
A utility used to create queries suitable to be used in Service Manager web service calls
- ServiceManagerQuery() - Constructor for class com.alarmpoint.servicemanager.cm.ServiceManagerQuery
-
- ServiceManagerQueryField - Class in com.alarmpoint.servicemanager.cm
-
A utility used to create a part of a Service Manager query for a field, operator and value
- ServiceManagerQueryField() - Constructor for class com.alarmpoint.servicemanager.cm.ServiceManagerQueryField
-
Create a new query field
- ServiceManagerQueryField(String, ServiceManagerQueryOperator, String) - Constructor for class com.alarmpoint.servicemanager.cm.ServiceManagerQueryField
-
Create a new query field with the specified field name, operator and field value
- ServiceManagerQueryLogic - Enum in com.alarmpoint.servicemanager.cm
-
Used to join multiple query fields into one query
- ServiceManagerQueryOperator - Enum in com.alarmpoint.servicemanager.cm
-
Used to define how to search on a specific field
- ServiceManagerScriptObject - Class in com.alarmpoint.servicemanager.cm
-
Interfaces with the Service Manager SOAP web service in order to query, create and update records.
- ServiceManagerScriptObject() - Constructor for class com.alarmpoint.servicemanager.cm.ServiceManagerScriptObject
-
Construct a uninitialized object.
- ServiceManagerScriptObject(String, String, String) - Constructor for class com.alarmpoint.servicemanager.cm.ServiceManagerScriptObject
-
Construct a new ServiceManagerScriptObject with the specified url and user/password combination
- setLogic(ServiceManagerQueryLogic) - Method in class com.alarmpoint.servicemanager.cm.ServiceManagerQuery
-
Set the query logic that will be used to join query fields
- setName(String) - Method in class com.alarmpoint.servicemanager.cm.ServiceManagerQueryField
-
Set the field name for this field
- setOperator(ServiceManagerQueryOperator) - Method in class com.alarmpoint.servicemanager.cm.ServiceManagerQueryField
-
Set the operator for this query
- setQueryFields(List<ServiceManagerQueryField>) - Method in class com.alarmpoint.servicemanager.cm.ServiceManagerQuery
-
Set the list of fields for this query
- setValue(String) - Method in class com.alarmpoint.servicemanager.cm.ServiceManagerQueryField
-
Get the value to match for the query