org.alfresco.sample.webservice
Class SamplesBase

java.lang.Object
  extended by org.alfresco.sample.webservice.SamplesBase
Direct Known Subclasses:
Categories, CheckOutCheckIn, CMLUpdates, ContentReadAndWrite, GetStores, Query1, Query2

public class SamplesBase
extends java.lang.Object

Author:
Roy Wetherall

Field Summary
protected static java.lang.String PASSWORD
           
protected static org.alfresco.webservice.types.Reference SAMPLE_FOLDER
           
protected static org.alfresco.webservice.types.Store STORE
          The store used throughout the samples
protected static java.lang.String USERNAME
          Admin user name and password used to connect to the repository
 
Constructor Summary
SamplesBase()
           
 
Method Summary
protected static void createSampleData()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USERNAME

protected static final java.lang.String USERNAME
Admin user name and password used to connect to the repository

See Also:
Constant Field Values

PASSWORD

protected static final java.lang.String PASSWORD
See Also:
Constant Field Values

STORE

protected static final org.alfresco.webservice.types.Store STORE
The store used throughout the samples


SAMPLE_FOLDER

protected static final org.alfresco.webservice.types.Reference SAMPLE_FOLDER
Constructor Detail

SamplesBase

public SamplesBase()
Method Detail

createSampleData

protected static void createSampleData()
                                throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2008. All Rights Reserved.