com.ibm.tivoli.maximo.oslc.consumer

Interface PrefillMapper

  • All Known Implementing Classes:
    BasePrefillMapper


    public interface PrefillMapper
    The interface for implementing a prefill mapper for oslc creation dialog.
    • Method Detail

      • generatePrefilledResource

        byte[] generatePrefilledResource(java.lang.String interactionName,
                                         java.lang.String oslcProviderName,
                                         java.lang.String creationDialogURI,
                                         MboRemote mbo)
                                  throws java.rmi.RemoteException,
                                         MXException
        Parameters:
        interactionName - the name of the interaction for which the prefill will be executed
        oslcProviderName - the name of the oslc provider
        creationDialogURI - the creation dialog uri for which the prefilled uri will be generated
        mbo - the source mbo for the prefill.
        Throws:
        java.rmi.RemoteException
        MXException