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