Hitachi

JP1 Version 12 JP1/Integrated Management 2 - Manager Command, Definition File and API Reference


4.5.8 jp1SimtService.parse

This method splits the SID specified by the parameter into structured identifiers and separates the identifiers into classes without underscores (_) and URL-decoded names. The method then stores these pairs of classes and names in SimtIdUnit objects and returns a List that contains the SimtIdUnit objects. If the SID is split into structured identifiers but these identifiers are not in the valid structured identifier format, such identifiers are stored in the SimtIdUnit object as name values. The following table shows the details of the jp1SimtService.parse method.

Method name

List<SimtIdUnit> jp1SimtService.parse(String sid)

Parameters
sid

String that represents the SID

Return values

A List object that contains SimtIdUnit objects storing the class obtained by splitting the SID into structured identifiers and removing underscores (_) from it, together with the URL-decoded name

The SimtIdUnit object has the following fields:

  • String key: Class without underscores

  • String value: Name

Exception

None