Class MigrateChannelIdUtil
- java.lang.Object
-
- no.unit.nva.model.contexttypes.utils.MigrateChannelIdUtil
-
@Deprecated public final class MigrateChannelIdUtil extends java.lang.ObjectDeprecated.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringAPI_HOST_DEVDeprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static booleanisNewStyleIdentifier(java.net.URI id)Deprecated.static booleanisNotHostedInDev(java.net.URI id)Deprecated.static java.net.URImigrateToNewIdIfFound(java.net.URI id, ChannelType type)Deprecated.
-
-
-
Field Detail
-
API_HOST_DEV
public static final java.lang.String API_HOST_DEV
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
migrateToNewIdIfFound
@Deprecated public static java.net.URI migrateToNewIdIfFound(java.net.URI id, ChannelType type)Deprecated.
-
isNewStyleIdentifier
@Deprecated public static boolean isNewStyleIdentifier(java.net.URI id)
Deprecated.
-
isNotHostedInDev
@Deprecated public static boolean isNotHostedInDev(java.net.URI id)
Deprecated.
-
-