Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.spaces.core.impl.docwrapper
Class VirtualUnivers

java.lang.Object
  extended by org.nuxeo.ecm.spaces.api.AbstractUnivers
      extended by org.nuxeo.ecm.spaces.core.impl.docwrapper.VirtualUnivers
All Implemented Interfaces:
Univers

public class VirtualUnivers
extends AbstractUnivers


Constructor Summary
VirtualUnivers(java.lang.String name)
           
 
Method Summary
 java.lang.String getDescription()
          Universe description.
 java.lang.String getId()
          UID.
 java.lang.String getName()
          Universe name.
 java.lang.String getTitle()
          Universe title.
 boolean isEqualTo(Univers univers)
          For comparison.
 
Methods inherited from class org.nuxeo.ecm.spaces.api.AbstractUnivers
getSpaceProviders, getSpaces
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VirtualUnivers

public VirtualUnivers(java.lang.String name)
Method Detail

getDescription

public java.lang.String getDescription()
Description copied from interface: Univers
Universe description.

Returns:
the description of this universe

getId

public java.lang.String getId()
Description copied from interface: Univers
UID.

Returns:
a unique identifier for a given instance of Univers implementation

getName

public java.lang.String getName()
Description copied from interface: Univers
Universe name.

Returns:
the name of this universe

getTitle

public java.lang.String getTitle()
Description copied from interface: Univers
Universe title.

Returns:
the title of this universe

isEqualTo

public boolean isEqualTo(Univers univers)
Description copied from interface: Univers
For comparison.


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.