org.alfresco.sample.webservice
Class GetStores

java.lang.Object
  extended by org.alfresco.sample.webservice.SamplesBase
      extended by org.alfresco.sample.webservice.GetStores

public class GetStores
extends SamplesBase

Web service sample 1.

Connect to the reposity and get a list of all the stores available in the repository.

Author:
Roy Wetherall

Field Summary
 
Fields inherited from class org.alfresco.sample.webservice.SamplesBase
PASSWORD, SAMPLE_FOLDER, STORE, USERNAME
 
Constructor Summary
GetStores()
           
 
Method Summary
static void main(java.lang.String[] args)
          Connect to the respository and print out the names of the available
 
Methods inherited from class org.alfresco.sample.webservice.SamplesBase
createSampleData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetStores

public GetStores()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Connect to the respository and print out the names of the available

Parameters:
args -
Throws:
java.lang.Exception


Copyright © 2008. All Rights Reserved.