public static class PortletIxHelper.ImportBinder
extends java.lang.Object
Constructor and Description |
---|
ImportBinder(com.appiancorp.ix.binding.ImportBindingMap ibm)
Deprecated.
This API is being phased out and will be removed in a future release.
|
ImportBinder(com.appiancorp.ix.binding.ImportBindingMap ibm,
java.lang.Long portletId,
java.lang.String portletUuid)
Deprecated.
This API is being phased out and will be removed in a future release.
|
Modifier and Type | Method and Description |
---|---|
<I,U> I |
getIdFromUuid(java.lang.Long datatypeId,
U uuid)
Returns the local id corresponding to the given UUID.
|
com.appiancorp.ix.binding.ImportBindingMap |
getImportBindingMap() |
@Deprecated public ImportBinder(com.appiancorp.ix.binding.ImportBindingMap ibm)
@Deprecated public ImportBinder(com.appiancorp.ix.binding.ImportBindingMap ibm, java.lang.Long portletId, java.lang.String portletUuid)
public <I,U> I getIdFromUuid(java.lang.Long datatypeId, U uuid) throws AppianException
datatypeId
- The type of the UUID. This is the id of the type (can be obtained from
TypedValue.getInstanceType()
or DatatypeProperties.getId()
).uuid
- The UUID for which the local id should be returned.AppianException
public com.appiancorp.ix.binding.ImportBindingMap getImportBindingMap()
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.