com.ibm.jarm.api.core

Interface ExternalExport



  • public interface ExternalExport
    Interface used by one version of disposition interim transfer to hook into the IER WFL Component's integration with RMTransferAPI. FOR IBM INTERNAL USE ONLY.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void export(java.lang.String objStoreIdent, java.lang.String entityIdStr)
      Perform export of specified entity found on specified object store.
    • Method Detail

      • export

        void export(java.lang.String objStoreIdent,
                  java.lang.String entityIdStr)
        Perform export of specified entity found on specified object store.
        Parameters:
        objStoreIdent - Symbolic name or Id string of object store.
        entityIdStr - Id string of entity to be exported.

© Copyright IBM Corp. 2010, 2013. All Rights Reserved.