|
Primavera Integration API 7.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.primavera.integration.util.GUIDConverter
public final class GUIDConverter
Helper class for converting GUIDs from internal format to standard format, and vice-versa.
Method Summary | |
---|---|
static java.lang.String |
convertInternalGUIDToStandardFormat(java.lang.String sInternalGUID)
Converts a GUID from internal base 64 format to standard format of {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}, where each x is an alphanumeric character |
static java.lang.String |
convertStandardGUIDToInternalFormat(java.lang.String sStandardGUID)
Converts a GUID to internal base 64 format from standard format of {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}, where each x is an alphanumeric character |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.String convertInternalGUIDToStandardFormat(java.lang.String sInternalGUID) throws InvalidValueException
sInternalGUID
- GUID in internal base 64 format
InvalidValueException
- if the GUID was not in the correct formatpublic static java.lang.String convertStandardGUIDToInternalFormat(java.lang.String sStandardGUID) throws InvalidValueException
sStandardGUID
- GUID in standard format
InvalidValueException
- if the GUID was not in the correct format
|
Primavera Integration API 7.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |