@ProviderType public interface PayloadInfoBuilderContext
PayloadInfoBuilder
for it
to be able to do its job.Modifier and Type | Interface and Description |
---|---|
static class |
PayloadInfoBuilderContext.INITIATOR_HINT
The initiator hint provides information on where the call into the PayloadInfoBuilder was originated.
|
Modifier and Type | Method and Description |
---|---|
PayloadInfo |
createPayloadInfo()
Instanciate a
PayloadInfo . |
InboxItem |
getInboxItem()
Return the
InboxItem to get the PayloadInfo for. |
java.lang.String |
getInitiatorHint()
Return the initiator of the call into the PayloadInfoBuilder.
|
java.lang.String |
getPayloadPath()
The payload path to use if there is no InboxItem.
|
ResourceResolver |
getResourceResolver()
The
ResourceResolver available for use by the PayloadInfoBuilder. |
void |
setInboxItem(InboxItem inboxItem)
Set the
InboxItem to get the PayloadInfo for. |
void |
setInitiatorHint(java.lang.String initiatorHint)
Specify who initiated the call into the PayloadInfoBuilder.
|
void |
setPayloadPath(java.lang.String payloadPath)
Set the payload path to use when there is no InboxItem.
|
void |
setResourceResolver(ResourceResolver resolver)
Set the
ResourceResolver to be used by the PayloadInfoBuilder. |
PayloadInfo createPayloadInfo()
PayloadInfo
.java.lang.String getInitiatorHint()
PayloadInfoBuilderContext.INITIATOR_HINT
void setInitiatorHint(java.lang.String initiatorHint)
initiatorHint
- The initiatorPayloadInfoBuilderContext.INITIATOR_HINT
InboxItem getInboxItem()
InboxItem
to get the PayloadInfo for.void setInboxItem(InboxItem inboxItem)
InboxItem
to get the PayloadInfo for.inboxItem
- the inbox itemResourceResolver getResourceResolver()
ResourceResolver
available for use by the PayloadInfoBuilder.void setResourceResolver(ResourceResolver resolver)
ResourceResolver
to be used by the PayloadInfoBuilder.resolver
- The resolverjava.lang.String getPayloadPath()
void setPayloadPath(java.lang.String payloadPath)
payloadPath
- The payload pathCopyright © 2010 - 2020 Adobe. All Rights Reserved