JDeveloper SCM API

oracle.ide.scm.lsco
Interface SCMListCheckoutsWorker


public interface SCMListCheckoutsWorker

Worker interface for the checkouts lister, performs the search through the source control client.


Method Summary
 void listCheckouts(java.util.Map args, SCMCheckoutList list)
          Searches according to the given parameters, and adds list checkouts result to the checkout list.
 

Method Detail

listCheckouts

public void listCheckouts(java.util.Map args,
                          SCMCheckoutList list)
                   throws SCMException
Searches according to the given parameters, and adds list checkouts result to the checkout list. Results are either the file path of checked out files, or a map of Strings against keys which must include a path value for the key SCMListCheckoutsKey.KEY_RESULT_FILE.
Parameters:
args - the parameter to the search procedure.
list - the list to which results can be added.
Throws:
SCMException - if the worker fails in searching.

Copyright © 2002 Oracle Corporation