org.palo.api
Interface Writable

All Known Subinterfaces:
Connection, Cube, Database, Dimension, Element, Hierarchy, PaloObject, Property2, Subset2
All Known Implementing Classes:
ConnectionImpl, HierarchyImpl, Property2Impl

Deprecated. subject to change, please do not use.

public interface Writable

Describes if an object can be modified and if it can add new children to itself. All objects belonging to a palo database can be modified and extended, whereas XMLA objects cannot.


Method Summary
 boolean canBeModified()
          Deprecated. Returns true if this object can be modified (renamed, deleted, ...), false otherwise.
 boolean canCreateChildren()
          Deprecated. Returns true if this object can create child objects, false otherwise.
 

Method Detail

canCreateChildren

boolean canCreateChildren()
Deprecated. 
Returns true if this object can create child objects, false otherwise.

Returns:
true if this object can create child objects, false otherwise.

canBeModified

boolean canBeModified()
Deprecated. 
Returns true if this object can be modified (renamed, deleted, ...), false otherwise.

Returns:
true if this object can be modified, false otherwise.