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 PrefillMapper
interactionName
- 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.RemoteException
MXException
PrefillMapper.generatePrefilledResource(java.lang.String, java.lang.String, java.lang.String, psdi.mbo.MboRemote)