public class BasePrefillMapper extends java.lang.Object implements PrefillMapper
| Constructor and Description |
|---|
BasePrefillMapper() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
generatePrefilledResource(java.lang.String interactionName,
java.lang.String oslcProviderName,
java.lang.String creationDialogURI,
MboRemote mbo) |
public byte[] generatePrefilledResource(java.lang.String interactionName,
java.lang.String oslcProviderName,
java.lang.String creationDialogURI,
MboRemote mbo)
throws java.rmi.RemoteException,
MXException
generatePrefilledResource in interface PrefillMapperinteractionName - the name of the interaction for which the prefill will be executedoslcProviderName - the name of the oslc providercreationDialogURI - the creation dialog uri for which the prefilled uri will be generatedmbo - the source mbo for the prefill.java.rmi.RemoteExceptionMXExceptionPrefillMapper.generatePrefilledResource(java.lang.String, java.lang.String, java.lang.String, psdi.mbo.MboRemote)