org.apache.chemistry.opencmis.client.bindings.spi.atompub.objects
Class ServiceDoc

java.lang.Object
  extended by org.apache.chemistry.opencmis.client.bindings.spi.atompub.objects.AtomBase
      extended by org.apache.chemistry.opencmis.client.bindings.spi.atompub.objects.ServiceDoc
All Implemented Interfaces:
Serializable

public class ServiceDoc
extends AtomBase

Author:
Florian Müller
See Also:
Serialized Form

Constructor Summary
ServiceDoc()
           
 
Method Summary
 void addWorkspace(RepositoryWorkspace ws)
           
 String getType()
           
 List<RepositoryWorkspace> getWorkspaces()
           
 String toString()
           
 
Methods inherited from class org.apache.chemistry.opencmis.client.bindings.spi.atompub.objects.AtomBase
addElement, getElements
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceDoc

public ServiceDoc()
Method Detail

getType

public String getType()
Specified by:
getType in class AtomBase

getWorkspaces

public List<RepositoryWorkspace> getWorkspaces()

addWorkspace

public void addWorkspace(RepositoryWorkspace ws)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.