Class GetResourceRefsForBundleLine

  • All Implemented Interfaces:
    IDatabaseSupplier<java.util.List<ResourceRef>>

    public class GetResourceRefsForBundleLine
    extends java.lang.Object
    implements IDatabaseSupplier<java.util.List<ResourceRef>>
    Fetches the list of resources which have been created from processing a given line of a bundle.
    • Constructor Summary

      Constructors 
      Constructor Description
      GetResourceRefsForBundleLine​(java.lang.String schemaName, long resourceBundleId, int version, int lineNumber)
      Public constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<ResourceRef> run​(IDatabaseTranslator translator, java.sql.Connection c)
      Execute the statement using the connection and return the value
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GetResourceRefsForBundleLine

        public GetResourceRefsForBundleLine​(java.lang.String schemaName,
                                            long resourceBundleId,
                                            int version,
                                            int lineNumber)
        Public constructor
        Parameters:
        schemaName -
        resourceBundleId -
        version -
        lineNumber -