ModeShape Distribution 3.0.0.Beta4

org.modeshape.web.jcr.rest.client.domain
Interface IModeShapeObject

All Known Implementing Classes:
NodeType, Repository, Server, Workspace

public interface IModeShapeObject

The IModeShapeObject class defines a ModeShape business object.


Method Summary
 String getName()
           
 String getShortDescription()
           
 

Method Detail

getName

String getName()
Returns:
the object name (never null)

getShortDescription

String getShortDescription()
Returns:
a description suitable for use in a tooltip (never null)

ModeShape Distribution 3.0.0.Beta4

Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.