Package com.catify.processengine.core.data.dataobjects

Examples of com.catify.processengine.core.data.dataobjects.NoDataObjectSP


      LOG.debug("Node factory appending data object service provider");
      return new DataObjectService(dataObjectIds.get(DataObjectIdService.DATAINPUTOBJECTID), dataObjectIds.get(DataObjectIdService.DATAOUTPUTOBJECTID));
    }
    // otherwise provide a dummy DataObjectService
    else {
      return new DataObjectService(new NoDataObjectSP());
    }
  }
View Full Code Here

TOP

Related Classes of com.catify.processengine.core.data.dataobjects.NoDataObjectSP

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.