@ProviderType public interface PayloadInfoBuilderManager
PayloadInfoBuilder's to find one capable of providing
information about the payload represented by the InboxItem or located at the provided path.| Modifier and Type | Method and Description |
|---|---|
PayloadInfo |
getPayloadInfo(InboxItem item,
String initiatorHint)
Build the PayloadInfo for the payload represented by the InboxItem.
|
PayloadInfo |
getPayloadInfo(String payloadPath,
String initiatorHint)
Build the PayloadInfo for the payload located at the specified path.
|
PayloadInfo getPayloadInfo(InboxItem item, String initiatorHint)
item - the InboxItem representing the payloadinitiatorHint - a hint as to who initiated this request for payload info. Null is a valid value.PayloadInfoPayloadInfo getPayloadInfo(String payloadPath, String initiatorHint)
payloadPath - the path to the payloadinitiatorHint - a hint as to who initiated this request for payload info. Null is a valid value.PayloadInfoCopyright © 2010 - 2020 Adobe. All Rights Reserved