class: CreatePurgeScript2

public class: CreatePurgeScript2
Author: franke (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision$ $LastChangedDate$; Complexity: 1
Dates: Created: 16.07.2009 15:16:25; Modified: 16.07.2009 15:16:25;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {E63639E2-ACCB-4eab-BBE0-A8CBDA0E1E05}
TODO Description
 

Goto: Custom Properties, Fields, Methods

Appears in: edoc

Custom Properties
 
CreatePurgeScript2 Attributes
Attribute Details
private static String
  CORESERVICES_URL
private static const String
  IMPORT_CONTEXT
Initial: "escidoc:57277"
Notes: private static final String IMPORT_CONTEXT = "escidoc:31013"; private static final String IMPORT_CONTEXT = "escidoc:54203";
private static const Logger
  logger
Initial: Logger.getLogger(CreatePurgeScript.class)
 
CreatePurgeScript2 Methods
Operation Details
protected static
loginUser(
   String userid,
   String password):String
Sequential
Tags: throws=HttpException,IOException,ServiceException,URISyntaxException
Notes: Logs in the given user with the given password.
@return The handle for the logged in user.
public static
main(
   String[] args):void
Sequential
Tags: throws=Exception