Class DataLoaderUtilities


  • public class DataLoaderUtilities
    extends Object
    DataLoader utilities.
    Version:
    $Revision$ $Date$
    Author:
    Nick Collier
    • Constructor Detail

      • DataLoaderUtilities

        public DataLoaderUtilities()
    • Method Detail

      • findContext

        public Context findContext​(Context context,
                                   Object id)
        Depth first search starting with context for context with specified id. Gets that context.
        Parameters:
        context - the context to start the search with
        id - the id of the context to find
        Returns:
        the context with the specified id.